Documentation
¶
Index ¶
Constants ¶
View Source
const ( JOB_PIREP_EXPIRY = "pirep_expiry" JOB_ATIS_CLEANUP = "atis_cleanup" JOB_UPDATE_WEATHER = "update_weather" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobManager ¶
type JobManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(airportService *airports.AirportService, pirepsService *pireps.PIREPService) (*JobManager, error)
func (*JobManager) Start ¶
func (j *JobManager) Start()
func (*JobManager) Stop ¶
func (j *JobManager) Stop() error
Click to show internal directories.
Click to hide internal directories.