MCPcopy
hub / github.com/dapr/dapr / inputBindingClient

Struct inputBindingClient

pkg/proto/components/v1/bindings_grpc.pb.go:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type inputBindingClient struct {
55 cc grpc.ClientConnInterface
56}
57
58func NewInputBindingClient(cc grpc.ClientConnInterface) InputBindingClient {
59 return &inputBindingClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected