Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Channel ¶
type Channel struct {
Name string `json:"-"`
}
func NewChannel ¶
func NewChannel() *Channel
type ConfigFile ¶
type ConfigFile struct {
Servers map[string]*Server `json:"servers"`
Channels map[string]*Channel `json:"channels"`
HTTP *HTTP `json:"http"`
}
func New ¶
func New() *ConfigFile
func (*ConfigFile) Parse ¶
func (conf *ConfigFile) Parse() *Config
func (*ConfigFile) String ¶
func (conf *ConfigFile) String() string
type Connection ¶
Click to show internal directories.
Click to hide internal directories.