Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgsLoader ¶ added in v1.4.0
type ArgsLoader []string
func NewArgsLoader ¶ added in v1.4.0
func NewArgsLoader(args []string) ArgsLoader
func (ArgsLoader) LoadConfig ¶ added in v1.4.0
func (args ArgsLoader) LoadConfig() ([]byte, error)
type FileLoader ¶
type FileLoader string
func NewFileLoader ¶ added in v1.4.0
func NewFileLoader(file string) FileLoader
func (FileLoader) LoadConfig ¶
func (c FileLoader) LoadConfig() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.