examples: add Unimplemented___Server to all example servers (#3071)
This commit is contained in:
@ -56,6 +56,7 @@ var (
|
||||
)
|
||||
|
||||
type routeGuideServer struct {
|
||||
pb.UnimplementedRouteGuideServer
|
||||
savedFeatures []*pb.Feature // read-only after initialized
|
||||
|
||||
mu sync.Mutex // protects routeNotes
|
||||
|
Reference in New Issue
Block a user