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

TypeAlias id

x/secrets/identifiers.go:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141type id string
142
143func (i id) Match(pattern Pattern) bool {
144 pathParts := split(string(i))

Callers 3

ParseIDFunction · 0.85
MustParseIDFunction · 0.85
ExpandIDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected