Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Decoder config.Decoder = func(blob []byte, ptr interface{}) (err error) { return yaml.Unmarshal(blob, ptr) }
Decoder the yaml content decoder
View Source
var Encoder config.Encoder = func(ptr interface{}) (out []byte, err error) { return yaml.Marshal(ptr) }
Encoder the yaml content encoder
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.