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

Function newGetSecretRequest

plugin/resolver_test.go:88–92  ·  view source on GitHub ↗
(pattern secrets.Pattern)

Source from the content-addressed store, hash-verified

86}
87
88func newGetSecretRequest(pattern secrets.Pattern) *connect.Request[resolverv1.GetSecretsRequest] {
89 return connect.NewRequest(resolverv1.GetSecretsRequest_builder{
90 Pattern: proto.String(pattern.String()),
91 }.Build())
92}

Callers 1

Calls 2

StringMethod · 0.65
BuildMethod · 0.45

Tested by

no test coverage detected