MCPcopy
hub / github.com/dapr/dapr / wrapper

Struct wrapper

pkg/runtime/scheduler/internal/clients/wrapper/wrapper.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type wrapper struct {
33 clients *clients.Clients
34}
35
36func New(opts Options) client.Interface {
37 return &wrapper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected