Documentation
¶
Index ¶
- type Config
- type Params
- type ParamsSet
- func (p *ParamsSet) GetParams(s string) (*Params, bool)
- func (p *ParamsSet) GetPrefix(s string) (r map[string]*Params, ok bool)
- func (p *ParamsSet) GetSuffix(s string) (r map[string]*Params, ok bool)
- func (p *ParamsSet) Load() error
- func (p *ParamsSet) Println()
- func (p *ParamsSet) SetCharset(c properties.Encoding)
- func (p *ParamsSet) SetConfigFile(s string)
- func (p *ParamsSet) SetParams(s string, c ...*Config)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) SetDefault ¶
type ParamsSet ¶
type ParamsSet struct {
// contains filtered or unexported fields
}
func (*ParamsSet) SetCharset ¶
func (p *ParamsSet) SetCharset(c properties.Encoding)
func (*ParamsSet) SetConfigFile ¶
Click to show internal directories.
Click to hide internal directories.