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

Method CreateGroup

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

Source from the content-addressed store, hash-verified

593 // 加载好友列表
594 LoadFriendList(ctx context.Context, in *GateLoadFriendListRequest, opts ...grpc.CallOption) (*GateLoadFriendListResponse, error)
595 CreateGroup(ctx context.Context, in *GateCreateGroupRequest, opts ...grpc.CallOption) (*GateCreateGroupResponse, error)
596 // LoadGroupList 加载群组列表
597 LoadGroupList(ctx context.Context, in *GateLoadGroupListRequest, opts ...grpc.CallOption) (*GateLoadGroupListResponse, error)
598 Heartbeat(ctx context.Context, in *GateHeartbeatRequest, opts ...grpc.CallOption) (*GateHeartbeatResponse, error)

Callers 5

createGroupFunction · 0.65
CreateGroupMethod · 0.65
TestCreateGroupFunction · 0.65
createGroupMethod · 0.65

Implementers 2

gateClientmeta/gate.pb.go
Gategate/server.go

Calls

no outgoing calls

Tested by 1

TestCreateGroupFunction · 0.52