Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IService ¶
type IService interface {
AddJob(call models.Call, repeat bool, delay int64, retries int, priority int) error
DeleteJob(jobID string) error
GetNextJob(maxJobTime int64) (*models.Job, error)
DelayJob(jobID string, delay int64, priority int) error
}
IService interface
func NewService ¶
NewService creates the new data service
Click to show internal directories.
Click to hide internal directories.