Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigStruct ¶
type ConfigStruct struct { Port int `toml:"port"` Tokens []string `toml:"tokens"` Gateway string `toml:"gateway"` Bot map[string]string `toml:"bot"` SimulateRoles int `toml:"simulate-roles"` RateLimit int `toml:"rate-limit"` CoolDown int `toml:"cool-down"` Timeout int `toml:"timeout"` }
var Conf ConfigStruct
func (ConfigStruct) GetGatewayWsURL ¶
func (c ConfigStruct) GetGatewayWsURL() string
type ModelsResp ¶
var Models ModelsResp
Click to show internal directories.
Click to hide internal directories.