cmd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string

Functions

func Execute

func Execute() error

Types

type CmdFlags

type CmdFlags struct {
	// contains filtered or unexported fields
}

func (CmdFlags) Set

func (f CmdFlags) Set(val string) error

func (CmdFlags) String

func (f CmdFlags) String() string

func (CmdFlags) Type

func (f CmdFlags) Type() string

type Expr

type Expr struct {
	RawExpr string
	Expr    *cronexpr.Expression
}

type SchedFlags

type SchedFlags struct {
	// contains filtered or unexported fields
}

func (SchedFlags) Set

func (f SchedFlags) Set(val string) error

func (SchedFlags) String

func (f SchedFlags) String() string

func (SchedFlags) Type

func (f SchedFlags) Type() string