Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackoConfig ¶
type SlackoConfig struct { GoPlaygroundHost string `json:"GoPlaygroundHost"` BotName string `json:"BotName"` DebugOn bool `json:"DebugOn"` CacheSize int `json:"CacheSize"` }
func ReadConfig ¶
func ReadConfig(filename string) (*SlackoConfig, error)
Click to show internal directories.
Click to hide internal directories.