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

Method CreateUser

api/interface/web3/demo_http.pb.go:26–26  ·  view source on GitHub ↗
(context.Context, *CreateUserRequest)

Source from the content-addressed store, hash-verified

24
25type DemoHTTPServer interface {
26 CreateUser(context.Context, *CreateUserRequest) (*CreateUserReply, error)
27 GetUser(context.Context, *GetUserRequest) (*GetUserReply, error)
28}
29

Callers 1

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