MCPcopy Create free account
hub / github.com/evilsocket/sum / sumServiceClient

Struct sumServiceClient

proto/sum.pb.go:1062–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062type sumServiceClient struct {
1063 cc *grpc.ClientConn
1064}
1065
1066func NewSumServiceClient(cc *grpc.ClientConn) SumServiceClient {
1067 return &sumServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected