Documentation ¶
Index ¶
Constants ¶
View Source
const EnvPrefix = "BOT"
View Source
const JWTSecret = "bot"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Server server.Config `json:"server"` SCM scm.Config `json:"scm"` Logger LoggerConfig `json:"logger"` }
type LoggerConfig ¶
type LoggerConfig struct {
Level string `json:"level"` // debug、info、warn、error、fatal、panic、trace
}
Click to show internal directories.
Click to hide internal directories.