Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Registry ¶
func Registry(name string, unmarshal DecodeFunc, exts ...string)
Types ¶
type ConfigFile ¶
type ConfigFile string
type ConfigFileValue ¶
type ConfigFileValue struct {
// contains filtered or unexported fields
}
func (*ConfigFileValue) Set ¶
func (b *ConfigFileValue) Set(s string) (err error)
func (*ConfigFileValue) String ¶
func (b *ConfigFileValue) String() string
func (*ConfigFileValue) Type ¶
func (b *ConfigFileValue) Type() string
type DecodeFunc ¶
type DecoderFactory ¶
type DecoderFactory map[string]DecodeFunc
func (DecoderFactory) Register ¶
func (f DecoderFactory) Register(name string, decodeFunc DecodeFunc, exts ...string)
Click to show internal directories.
Click to hide internal directories.