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