status

package
v0.2024.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

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 (g *Group) GetCurrentStatus(ctx context.Context, request *gen.GetCurrentStatusRequest) (*gen.StatusLog, error)

func (*Group) PullCurrentStatus

func (g *Group) PullCurrentStatus(request *gen.PullCurrentStatusRequest, server gen.StatusApi_PullCurrentStatusServer) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL