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

Struct pluginClient

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

Source from the content-addressed store, hash-verified

297}
298
299type pluginClient struct {
300 cc grpc.ClientConnInterface
301}
302
303func NewPluginClient(cc grpc.ClientConnInterface) PluginClient {
304 return &pluginClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected