Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarkConfig ¶
type GitConfig ¶
type GitConfig struct {
Providers map[string]GitItemConfig `json:"providers"`
}
type GitItemConfig ¶
type InfluxDbConfig ¶
type KafkaConfig ¶
type KookConfig ¶
type KookConfig struct {
EncryptedKey string `json:"encryptedKey"`
Token string `json:"token"`
VerifyToken string `json:"verifyToken"`
RootNotifyChannelId string `json:"rootNotifyChannelId"`
RootUserId string `json:"rootUserId"`
GroupChannel map[string]string `json:"groupChannel"`
}
func (*KookConfig) GetGroupChannel ¶
func (kc *KookConfig) GetGroupChannel(group string) string
type MysqlConfig ¶
type RedisConfig ¶
type RedisConfig struct {
Uri string `json:"uri"`
}
Click to show internal directories.
Click to hide internal directories.