MCPcopy Index your code
hub / github.com/tinode/chat / Topic

Method Topic

pbx/model_grpc.pb.go:292–292  ·  view source on GitHub ↗

Topic created, updated [or deleted -- not supported yet]

(ctx context.Context, in *TopicEvent, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

290 Account(ctx context.Context, in *AccountEvent, opts ...grpc.CallOption) (*Unused, error)
291 // Topic created, updated [or deleted -- not supported yet]
292 Topic(ctx context.Context, in *TopicEvent, opts ...grpc.CallOption) (*Unused, error)
293 // Subscription created, updated or deleted
294 Subscription(ctx context.Context, in *SubscriptionEvent, opts ...grpc.CallOption) (*Unused, error)
295 // Message published or deleted

Callers 2

pluginTopicFunction · 0.65
_Plugin_Topic_HandlerFunction · 0.65

Implementers 4

PluginServicerpy_grpc/tinode_grpc/model_pb2_grpc.py
Pluginpy_grpc/tinode_grpc/model_pb2_grpc.py
pluginClientpbx/model_grpc.pb.go
UnimplementedPluginServerpbx/model_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected