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

TypeAlias pattern

x/secrets/pattern.go:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95type pattern string
96
97func (p pattern) Match(id ID) bool {
98 pathParts := split(id.String())

Callers 3

ParsePatternFunction · 0.85
MustParsePatternFunction · 0.85
ExpandPatternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected