Documentation ¶
Overview ¶
Package autorun contains code to manage automatic runs
Index ¶
Constants ¶
View Source
const ( // StatusScheduled indicates that OONI is scheduled to run // periodically in the background. StatusScheduled = "scheduled" // StatusStopped indicates that OONI is not scheduled to // run periodically in the background. StatusStopped = "stopped" // StatusRunning indicates that OONI is currently // running in the background. StatusRunning = "running" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.