Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { BotToken string `json:"botToken"` BotAdmins []string `json:"botAdmins"` FeatureRequestChannel string `json:"featureRequestChannel"` BugReportChannel string `json:"bugReportChannel"` MongoConnectionString string `json:"mongoConnectionString"` JDoodle JDoodleConfig `json:"jdoodle"` }
Config represents the bot configuration
type JDoodleConfig ¶
type JDoodleConfig struct { ClientID string `json:"clientID"` ClientSecret string `json:"clientSecret"` }
JDoodleConfig represents the configuration of a JDoodle subscription
Click to show internal directories.
Click to hide internal directories.