Skip to content

Commit

Permalink
Merge 99a2054 into 70d206a
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 15, 2022
2 parents 70d206a + 99a2054 commit f113111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grpcstub.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ func (s *Server) Conn() *grpc.ClientConn {
return conn
}

// ClientConn is alias of Conn
func (s *Server) ClientConn() *grpc.ClientConn {
return s.Conn()
}

func (s *Server) startServer() {
s.t.Helper()
reflection.Register(s.server)
Expand Down

0 comments on commit f113111

Please sign in to comment.