Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertConfig ¶ added in v0.0.2
type AlertConfig struct {
Telegram *TelegramConfig `json:"telegram,omitempty"`
}
type Config ¶
type Config struct {
Memcached MemcachedConfig `json:"memcached,omitempty"`
HashKey HashKey `json:"hashkey,omitempty"`
Alert AlertConfig `json:"alert,omitempty"`
ForceCache ForceCache `json:"forceCache,omitempty"`
Env string `json:"env,omitempty"`
}
type ForceCache ¶ added in v0.0.7
type HashKey ¶
type HashKey struct {
Method Enable `json:"method,omitempty"`
Header HeaderHashKey `json:"header,omitempty"`
Body Enable `json:"body,omitempty"`
}
type HeaderHashKey ¶
type MemcachedConfig ¶
type MemcachedConfig struct {
Address string `json:"address,omitempty"`
}
type TelegramConfig ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.