data

package
v0.0.0-...-2359017 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

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

func NewService(address string) (IService, error)

NewService creates the new data service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL