MCPcopy Create free account
hub / github.com/docker/secrets-engine / resolverService

Struct resolverService

plugin/resolver.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29var _ resolverv1connect.ResolverServiceHandler = &resolverService{}
30
31type resolverService struct {
32 handler resolverv1connect.ResolverServiceHandler
33 setupCompleted chan struct{}
34 registrationTimeout time.Duration
35}
36
37func (r *resolverService) GetSecrets(ctx context.Context, c *connect.Request[resolverv1.GetSecretsRequest]) (*connect.Response[resolverv1.GetSecretsResponse], error) {
38 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected