Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YamlReader ¶
type YamlReader struct { }
func NewYamlReader ¶
func NewYamlReader(filename string) *YamlReader
func (*YamlReader) GetInt64 ¶
func (y *YamlReader) GetInt64(path ...string) int64
func (*YamlReader) GetString ¶
func (y *YamlReader) GetString(path ...string) string
func (*YamlReader) ScanKey ¶
func (y *YamlReader) ScanKey(key string, v interface{}) error
Click to show internal directories.
Click to hide internal directories.