Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
//VERSION ...
VERSION = "0.1"
)
Functions ¶
Types ¶
type ESConfig ¶
type ESConfig struct {
Enabled bool `json:"enabled"`
IndexPrefix string `json:"indexPrefix"`
IndexSuffix string `json:"indexSuffix"`
}
ESConfig for dump
type GlobalConfig ¶
type GlobalConfig struct {
Debug bool `json:"debug"`
HTTP *HTTPConfig `json:"http"`
Redis *RedisConfig `json:"redis"`
ES *ESConfig `json:"es"`
}
GlobalConfig ...
func (*GlobalConfig) String ¶
func (c *GlobalConfig) String() string
type HTTPConfig ¶
HTTPConfig for debug
type RedisConfig ¶
RedisConfig for dump
Click to show internal directories.
Click to hide internal directories.