Message published or deleted
(ctx context.Context, in *MessageEvent, opts ...grpc.CallOption)
| 294 | Subscription(ctx context.Context, in *SubscriptionEvent, opts ...grpc.CallOption) (*Unused, error) |
| 295 | // Message published or deleted |
| 296 | Message(ctx context.Context, in *MessageEvent, opts ...grpc.CallOption) (*Unused, error) |
| 297 | } |
| 298 | |
| 299 | type pluginClient struct { |
no outgoing calls
no test coverage detected