Documentation ¶
Index ¶
Constants ¶
View Source
const ( SpanLogKeyKey = "key" SpanLogCacheType = "cache" SpanLogOp = "op" )
View Source
const (
CacheDirtyExpireTime = time.Second * 60
)
View Source
const DefaultRouteGroup = "default"
Variables ¶
View Source
var RedisNil = fmt.Sprintf("redis: nil")
Functions ¶
This section is empty.
Types ¶
type ConfigerType ¶
type ConfigerType int
const ( ConfigerTypeSimple ConfigerType = iota ConfigerTypeEtcd ConfigerTypeApollo )
func (ConfigerType) String ¶
func (c ConfigerType) String() string
Click to show internal directories.
Click to hide internal directories.