Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶
Types ¶
type Config ¶
type Config struct { Jira JiraConfig `toml:"jira"` Sentry SentryConfig `toml:"sentry"` Weblate WeblateConfig `toml:"weblate"` }
func LoadConfig ¶
type JiraConfig ¶
type SentryConfig ¶
type SentryConfig struct {
Token string `toml:"token"`
}
type WeblateConfig ¶
Click to show internal directories.
Click to hide internal directories.