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

Struct UnimplementedPluginServer

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

UnimplementedPluginServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

382
383// UnimplementedPluginServer must be embedded to have forward compatible implementations.
384type UnimplementedPluginServer struct {
385}
386
387func (UnimplementedPluginServer) FireHose(context.Context, *ClientReq) (*ServerResp, error) {
388 return nil, status.Errorf(codes.Unimplemented, "method FireHose not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected