Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosedTopom = errors.New("use of closed topom")
Functions ¶
func NewService ¶
func NewService(config *config.DashboardConfig, topomMapper TopomMapper, groupMapper GroupMapper, sentinelMapper SentinelMapper, gslbMapper GSLBMapper, tfMapper TemplateFileMapper) (*service, error)
Types ¶
type GSLBMapper ¶
type GroupMapper ¶
type RedisStats ¶
type RedisStats struct { Error error Stats map[string]string Sentinel map[string]*redis.SentinelGroup UnixTime int64 Timeout bool }
func (*RedisStats) MasterAddr ¶
func (s *RedisStats) MasterAddr() string
type SentinelMapper ¶
type TemplateFileMapper ¶
type TemplateFileMapper interface {
Info() (dao.TemplateFiles, error)
}
Click to show internal directories.
Click to hide internal directories.