Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Feature = zone.FactoryFunc(func(services zone.Services) service.Lifecycle { services.Logger = services.Logger.Named("status") f := &feature{ announce: services.Node, devices: services.Devices, clients: services.Node, logger: services.Logger, } f.Service = service.New(service.MonoApply(f.applyConfig)) return f })
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { gen.UnimplementedStatusApiServer // contains filtered or unexported fields }
func (*Group) GetCurrentStatus ¶
func (*Group) PullCurrentStatus ¶
func (g *Group) PullCurrentStatus(request *gen.PullCurrentStatusRequest, server gen.StatusApi_PullCurrentStatusServer) error
Click to show internal directories.
Click to hide internal directories.