Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicePool ¶
ServicePool 服务池
func NewServicePool ¶
func NewServicePool(ctx context.Context, pa, pb pool.Pool) *ServicePool
NewServicePool 创建服务池
func NewServicePoolWithRedis ¶
func NewServicePoolWithRedis(ctx context.Context, rdscli *redis.Client, key string) *ServicePool
NewServicePoolWithRedis 创建服务池
func (*ServicePool) WithSetting ¶
func (p *ServicePool) WithSetting(group, key string, autoReload time.Duration) error
WithSetting 从配置中加载服务
Click to show internal directories.
Click to hide internal directories.