Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAlreadyClosed = errors.New(`core already closed`)
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct { *cron.Cron // contains filtered or unexported fields }
Core core
func (*Core) GenerateDescription ¶
type CoreOption ¶
type CoreOption interface {
// contains filtered or unexported methods
}
func WithAuth ¶
func WithAuth(username, password string) CoreOption
func WithBackend ¶
func WithBackend(backend backend.Backend) CoreOption
func WithDescription ¶
func WithDescription(description bool) CoreOption
func WithImmediate ¶
func WithImmediate(immediate bool) CoreOption
func WithOutput ¶
func WithOutput(output string) CoreOption
func WithServer ¶
func WithServer(host string, port uint16) CoreOption
Click to show internal directories.
Click to hide internal directories.