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

Method UnSubscribe

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

Source from the content-addressed store, hash-verified

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}
137

Callers 4

UnSubscribeMethod · 0.65
LogoutMethod · 0.65
UnSubscribeMethod · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected