examples: add Unimplemented___Server to all example servers (#3071)

This commit is contained in:
Doug Fawley
2019-10-04 10:54:09 -07:00
committed by GitHub
parent dcd1c9748d
commit 50c4579fc2
19 changed files with 101 additions and 219 deletions

View File

@ -56,6 +56,7 @@ var (
)
type routeGuideServer struct {
pb.UnimplementedRouteGuideServer
savedFeatures []*pb.Feature // read-only after initialized
mu sync.Mutex // protects routeNotes