Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
type
pubSubClient
struct
{
75
cc grpc.ClientConnInterface
76
}
77
78
func
NewPubSubClient(cc grpc.ClientConnInterface) PubSubClient {
79
return
&pubSubClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected