Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rerost committed Aug 24, 2024
1 parent 6c0ec8c commit 2f2c6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2etest/dummyserver/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ func (s *hostsServiceServerImpl) GetHost(_ context.Context, req *hosts_pb.GetHos
}, nil
}

func (s *hostsServiceServerImpl) mustEmbedUnimplementedTestServiceServer() {}

func runServer(port string) (func(), error) {
log.Printf("listen: %v\n", port)
lis, err := net.Listen("tcp", fmt.Sprintf("localhost:%v", port))
Expand Down

0 comments on commit 2f2c6da

Please sign in to comment.