MCPcopy Create free account
hub / github.com/6boris/web3-template / CreateUser

Method CreateUser

api/interface/web3/demo_grpc.pb.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

29type 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
34type demoClient struct {

Callers 1

_Demo_CreateUser_HandlerFunction · 0.65

Implementers 10

DemoServiceapp/interface/web3/internal/service/de
Serviceapp/service/dex-member/internal/servic
Serviceapp/service/demo/internal/service/serv
DemoHTTPClientImplapi/interface/web3/demo_http.pb.go
demoClientapi/interface/web3/demo_grpc.pb.go
UnimplementedDemoServerapi/interface/web3/demo_grpc.pb.go
userClientapi/service/dex-member/user_grpc.pb.go
UnimplementedUserServerapi/service/dex-member/user_grpc.pb.go
userClientapi/service/demo/user_grpc.pb.go
UnimplementedUserServerapi/service/demo/user_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected