Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Json = Encoding("json") Yaml = Encoding("yaml") )
Functions ¶
This section is empty.
Types ¶
type FlattenKeypath ¶
type FlattenKeypath string
func (FlattenKeypath) Parent ¶
func (kp FlattenKeypath) Parent() FlattenKeypath
func (FlattenKeypath) Segments ¶
func (kp FlattenKeypath) Segments() []string
func (FlattenKeypath) WithFieldPath ¶
func (kp FlattenKeypath) WithFieldPath(f FieldPath) FlattenKeypath
type WildcardKeypath ¶
type WildcardKeypath string
func (WildcardKeypath) Segments ¶
func (kp WildcardKeypath) Segments() []string
func (WildcardKeypath) WithField ¶
func (kp WildcardKeypath) WithField(f FieldName) WildcardKeypath
Click to show internal directories.
Click to hide internal directories.