Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig() error
Types ¶
type ClientConfig ¶
type Config ¶
type Config struct { Koneko KoneConfig `toml:"Koneko"` SMTP SMTPConfig `toml:"SMTP"` Judgement JudgementConfig `toml:"Judgement"` Client ClientConfig `toml:"Client"` }
type JudgementConfig ¶
type JudgementConfig struct {
Concurrently int `toml:"concurrently"`
}
type KoneConfig ¶
Click to show internal directories.
Click to hide internal directories.