Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 4, 2024
1 parent 8ba0fbe commit edd8ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpcstub.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ type matchFunc func(r *Request) bool
type handlerFunc func(r *Request, md protoreflect.MethodDescriptor) *Response

// NewServer returns a new server with registered *grpc.Server
// protopath is a path of .proto files, import path directory or buf directory.
func NewServer(t TB, protopath string, opts ...Option) *Server {
t.Helper()
ctx := context.Background()
Expand Down

0 comments on commit edd8ba4

Please sign in to comment.