(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption)
| 28 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 29 | type DemoClient interface { |
| 30 | GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserReply, error) |
| 31 | CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserReply, error) |
| 32 | } |
| 33 |
no outgoing calls
no test coverage detected