package
2.4.9
Repository: https://github.com/compose-spec/compose-go.git
Documentation: pkg.go.dev

# Functions

NewPath returns a new Path.

# Constants

PathMatchAll is a token used as part of a Path to match any key at that level in the nested structure.
PathMatchList is a token used as part of a Path to match items in a list.

# Type aliases

Path is a dotted path of keys to a value in a nested mapping structure.