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

Method Subscribe

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

Source from the content-addressed store, hash-verified

131
132type NoticeServiceClient interface {
133 Subscribe(ctx context.Context, in *SubscribeRequest, opts ...grpc.CallOption) (*SubscribeResponse, error)
134 UnSubscribe(ctx context.Context, in *UnSubscribeRequest, opts ...grpc.CallOption) (*UnSubscribeResponse, error)
135 Push(ctx context.Context, in *PushRequest, opts ...grpc.CallOption) (*PushResponse, error)
136}

Callers 5

SubscribeMethod · 0.65
TestBrokerFunction · 0.65
LoginMethod · 0.65
SubscribeMethod · 0.65

Implementers 4

noticeServiceClientmeta/notice.pb.go
Notifernotice/server.go
brokernotice/broker.go
Noticeutil/notice.go

Calls

no outgoing calls

Tested by 1

TestBrokerFunction · 0.52