MCPcopy
hub / github.com/micro/go-micro / transportService

Struct transportService

transport/grpc/proto/transport.pb.micro.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type transportService struct {
35 c client.Client
36 name string
37}
38
39func NewTransportService(name string, c client.Client) TransportService {
40 return &transportService{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected