MCPcopy
hub / github.com/tinode/chat / Account

Method Account

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

Account created, updated or deleted

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

Source from the content-addressed store, hash-verified

288 Find(ctx context.Context, in *SearchQuery, opts ...grpc.CallOption) (*SearchFound, error)
289 // Account created, updated or deleted
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

Callers 2

pluginAccountFunction · 0.65
_Plugin_Account_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