Documentation ¶
Overview ¶
信息总线相关定义
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QueueGroup = "home_default_stream_group"
View Source
var QueueName = "home_default_stream"
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
type RedisClient interface {
GetClient() *redis.Client
}
type RunAfter ¶ added in v0.5.3
type RunAfter interface {
RunAfter()
}
RunAfter 在Run执行后执行, 可以做服务准备好状态维护等
type ServiceProvider ¶
type ServiceProvider interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.