Documentation ¶
Index ¶
- type Clock
- type Date
- type Job
- type JobJSON
- type JobType
- type JobTypeJSON
- type Module
- type Scheduler
- func (s *Scheduler) CreateJob(jobStr string) (int64, *dbus.Error)
- func (s *Scheduler) CreateType(typeStr string) (int64, *dbus.Error)
- func (s *Scheduler) DebugRemindJob(id int64) *dbus.Error
- func (s *Scheduler) DeleteJob(id int64) *dbus.Error
- func (s *Scheduler) DeleteType(id int64) *dbus.Error
- func (s *Scheduler) GetInterfaceName() string
- func (s *Scheduler) GetJob(id int64) (string, *dbus.Error)
- func (s *Scheduler) GetJobs(startYear, startMonth, startDay, endYear, endMonth, endDay int32) (string, *dbus.Error)
- func (s *Scheduler) GetType(id int64) (string, *dbus.Error)
- func (s *Scheduler) GetTypes() (string, *dbus.Error)
- func (s *Scheduler) QueryJobs(paramsStr string) (string, *dbus.Error)
- func (s *Scheduler) UpdateJob(jobStr string) *dbus.Error
- func (s *Scheduler) UpdateType(typeStr string) *dbus.Error
- type TimeRange
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type JobTypeJSON ¶
type Module ¶
type Module struct { *loader.ModuleBase // contains filtered or unexported fields }
func (*Module) GetDependencies ¶
Click to show internal directories.
Click to hide internal directories.