MCPcopy
hub / github.com/dapr/dapr / pubSubClient

Struct pubSubClient

pkg/proto/components/v1/pubsub_grpc.pb.go:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type pubSubClient struct {
75 cc grpc.ClientConnInterface
76}
77
78func NewPubSubClient(cc grpc.ClientConnInterface) PubSubClient {
79 return &pubSubClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected