MCPcopy Index your code
hub / github.com/dearcode/candy / gateClient

Struct gateClient

meta/gate.pb.go:612–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612type gateClient struct {
613 cc *grpc.ClientConn
614}
615
616func NewGateClient(cc *grpc.ClientConn) GateClient {
617 return &gateClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected