Skip to content

Commit

Permalink
fix: correct unimplemented server typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-GV committed Apr 9, 2024
1 parent 8946321 commit b03be53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hotelReservation/services/attractions/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

// Server implements the attractions service
type Server struct {
pb.UnimplementedRateServer
pb.UnimplementedAttractionsServer

indexH *geoindex.ClusteringIndex
indexR *geoindex.ClusteringIndex
Expand Down
2 changes: 1 addition & 1 deletion hotelReservation/services/review/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const name = "srv-review"

// Server implements the rate service
type Server struct {
pb.UnimplementedRateServer
pb.UnimplementedReviewServer

Tracer opentracing.Tracer
Port int
Expand Down

0 comments on commit b03be53

Please sign in to comment.