Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
Event represents a scheduled task.
func (*Event) EveryMinute ¶
EveryMinute schedules the event to run every minute.
func (*Event) WithoutOverlapping ¶
WithoutOverlapping ensures the task does not overlap itself.
type Kernel ¶
type Kernel struct {
// contains filtered or unexported fields
}
Kernel handles incoming console commands.
func NewKernel ¶
func NewKernel(app *foundation.Application) *Kernel
NewKernel creates a new Console Kernel.
func (*Kernel) RegisterCommand ¶
RegisterCommand registers a cobra command.
Click to show internal directories.
Click to hide internal directories.