Documentation ¶
Index ¶
- Variables
- type RedisConfig
- func (rds *RedisConfig) AllConfigs() sth.Result
- func (rds *RedisConfig) GetConfig(key string) (interface{}, error)
- func (rds *RedisConfig) OnStart(ctx context.Context) (err error)
- func (rds *RedisConfig) OnStop(ctx context.Context) error
- func (rds *RedisConfig) SetConfigs(kv map[string]interface{}) (result sth.Result, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigUpdated = "ConfigUpdated"
ConfigUpdated TODO
Functions ¶
This section is empty.
Types ¶
type RedisConfig ¶
RedisConfig TODO
func (*RedisConfig) GetConfig ¶
func (rds *RedisConfig) GetConfig(key string) (interface{}, error)
GetConfig TODO
func (*RedisConfig) OnStart ¶
func (rds *RedisConfig) OnStart(ctx context.Context) (err error)
OnStart TODO
func (*RedisConfig) SetConfigs ¶
func (rds *RedisConfig) SetConfigs(kv map[string]interface{}) (result sth.Result, err error)
SetConfigs TODO
Click to show internal directories.
Click to hide internal directories.