MCPcopy Index your code
hub / github.com/dearcode/candy / NewID

Method NewID

meta/master.pb.go:62–62  ·  view source on GitHub ↗
(ctx context.Context, in *NewIDRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

60
61type MasterClient interface {
62 NewID(ctx context.Context, in *NewIDRequest, opts ...grpc.CallOption) (*NewIDResponse, error)
63}
64
65type masterClient struct {

Callers 6

FriendMethod · 0.65
_Master_NewID_HandlerFunction · 0.65
RegisterMethod · 0.65
SendMessageMethod · 0.65
CreateGroupMethod · 0.65
NewIDMethod · 0.65

Implementers 3

masterClientmeta/master.pb.go
Mastermaster/server.go
Masterutil/master.go

Calls

no outgoing calls

Tested by

no test coverage detected