crontabinfo

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogCrontab

type LogCrontab struct {
	Params func() string
	FUN    func(string)
}

LogCrontab crontab job interface

func (*LogCrontab) Run

func (log *LogCrontab) Run()

Run Cron Job interface

type ParamsJob

type ParamsJob struct {
	Params []interface{}
	FUN    func(...interface{})
}

ParamsJob Cron job struct attach params

func (*ParamsJob) Run

func (p *ParamsJob) Run()

Run Cron Job interface

Jump to

Keyboard shortcuts

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