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 driven by governor.Transport.
func New ¶
func New(ctx context.Context, name string, cfg orchestrator.Config, gCfg config.Config, backend workers.RefreshBackend) *Group
New constructs a new refresher Group.
func (*Group) Cfg ¶ added in v1.8.1
func (g *Group) Cfg() orchestrator.Config
func (*Group) Serve ¶
func (g *Group) Serve(t orchestrator.Transport)
func (*Group) Transport ¶
func (g *Group) Transport() orchestrator.Transport
Click to show internal directories.
Click to hide internal directories.