MCPcopy Index your code
hub / github.com/docker/cli / Path

TypeAlias Path

cli/compose/interpolation/interpolation.go:126–126  ·  view source on GitHub ↗

Path is a dotted path of keys to a value in a nested mapping structure. A * section in a path will match any key in the mapping structure.

Source from the content-addressed store, hash-verified

124// Path is a dotted path of keys to a value in a nested mapping structure. A *
125// section in a path will match any key in the mapping structure.
126type Path string
127
128// NewPath returns a new Path
129func NewPath(items ...string) Path {

Callers 2

NewPathFunction · 0.70
NextMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected