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

Method GetPattern

x/api/resolver/v1/api.pb.go:58–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (x *GetSecretsRequest) GetPattern() string {
59 if x != nil {
60 if x.xxx_hidden_Pattern != nil {
61 return *x.xxx_hidden_Pattern
62 }
63 return ""
64 }
65 return ""
66}
67
68func (x *GetSecretsRequest) SetPattern(v string) {
69 x.xxx_hidden_Pattern = &v

Callers 1

GetSecretsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected