Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YamlEncoder ¶
type YamlEncoder struct{}
func NewEncoder ¶
func NewEncoder() (ye *YamlEncoder)
func (*YamlEncoder) Decode ¶
func (ye *YamlEncoder) Decode(data []byte, dst interface{}) error
func (*YamlEncoder) Encode ¶
func (ye *YamlEncoder) Encode(data interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.