MCPcopy
hub / github.com/purpleidea/mgmt / SvcResAutoEdgesCron

Struct SvcResAutoEdgesCron

engine/resources/svc.go:721–724  ·  view source on GitHub ↗

SvcResAutoEdgesCron holds the state of the svc -> cron auto edge generator.

Source from the content-addressed store, hash-verified

719
720// SvcResAutoEdgesCron holds the state of the svc -> cron auto edge generator.
721type SvcResAutoEdgesCron struct {
722 unit string // target unit
723 session bool // user session
724}
725
726// Next returns the next automatic edge.
727func (obj *SvcResAutoEdgesCron) Next() []engine.ResUID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected