Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
Settings read from a config file.
func ReadConfig ¶
Doesn't mind if the expected fields are missing from the config file. Default values are supplied if they are missing. Exits the program if parsing the config file failed.
type Env ¶
Our global runtime environment. Passing these as a group simplifies a number of function calls. Not every function that receives `Env` will need every value, but in practice this isn't a problem.
type Lookups ¶
For Actions that actually had a valid 'latest' release, we store the version thereof. This is separate from `Witness`, since all _attempted_ lookups might not have had an actual result. Keeping them separate also allows for slightly less locking.
Click to show internal directories.
Click to hide internal directories.