Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAMLReader ¶
type YAMLReader struct {
Filename string
}
func NewYAMLReader ¶
func NewYAMLReader(filename string) *YAMLReader
func (*YAMLReader) ReadFile ¶
func (y *YAMLReader) ReadFile() ([]byte, error)
func (*YAMLReader) UnmarshalFile ¶ added in v0.2.27
func (y *YAMLReader) UnmarshalFile(target interface{}) error
Click to show internal directories.
Click to hide internal directories.