Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group is a scalable worker set.
func New ¶
func New(ctx context.Context, name string, cfg orchestrator.Config, backend workers.EvictionBackend) *Group
func (*Group) Cfg ¶ added in v1.8.1
func (g *Group) Cfg() orchestrator.Config
func (*Group) Serve ¶ added in v1.5.0
func (g *Group) Serve(t orchestrator.Transport)
func (*Group) Transport ¶ added in v1.5.0
func (g *Group) Transport() orchestrator.Transport
Click to show internal directories.
Click to hide internal directories.