...

Source file src/go.einride.tech/aip/examples/examplelibrary/server.go

Documentation: go.einride.tech/aip/examples/examplelibrary

     1  package examplelibrary
     2  
     3  import "google.golang.org/genproto/googleapis/example/library/v1"
     4  
     5  type Server struct {
     6  	library.UnimplementedLibraryServiceServer
     7  	Storage *Storage
     8  }
     9  

View as plain text