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