Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronParser ¶
type CronParser struct {
// contains filtered or unexported fields
}
func NewCronParser ¶
func NewCronParser(commandPrefix string) *CronParser
func (*CronParser) SearchForJob ¶
func (parser *CronParser) SearchForJob(job *taskrunner.Job) ([]*CronJob, error)
type UdevRule ¶
func NewUdevRule ¶
type UdevRulesDAL ¶
type UdevRulesDAL struct {
BaseDir string // /etc/udev/rules.d
}
func NewUdevRulesDAL ¶
func NewUdevRulesDAL(baseDir string) *UdevRulesDAL
func (*UdevRulesDAL) GetRules ¶
func (u *UdevRulesDAL) GetRules(job *taskrunner.Job) ([]*UdevRule, error)
Click to show internal directories.
Click to hide internal directories.