Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶ added in v1.0.0
type Provider struct {
CreateFunc any
Options []dig.ProvideOption
}
type ServerList ¶
type ServerList []Runnable
type ServerPool ¶
type ServerPool struct {
// contains filtered or unexported fields
}
func NewServerPool ¶
func NewServerPool(sl ServerList) *ServerPool
func (*ServerPool) Stop ¶
func (p *ServerPool) Stop(ctx context.Context)
type ServiceList ¶
type ServiceList []Runnable
type ServicePool ¶
type ServicePool struct {
// contains filtered or unexported fields
}
func NewServicePool ¶
func NewServicePool(sl ServiceList) *ServicePool
func (*ServicePool) Stop ¶
func (p *ServicePool) Stop(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.