# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MapToUppercase returns the list with all the strings uppercased.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
ValidateCSVMapStr Check if a CSV map string contains all values inside of a target mapStrStruct.
# Constants
AccountsTable stores account information.
ActiveProbesTable stores the active probe metadata.
CollectorsTable stores collector information.
CountriesTable stores country information.
JobAlertsTable stores metadata about alert type jobs.
JobsTable stores the jobs scheduled.
JobTasksTable stores metadata abou task type jobs.
ProbeUpdatesTable stores every update message from probes.
TasksTable stores metadata about task.
TestHelpersTable stores the test helper information.
URLCategoriesTable stores the URL category code information.
URLsTable stores URL information.
# Variables
AllCategoryCodes The list of all the supported category codes from the citizenlab test-list.
AllCountryCodes Official ISO 3166-2 alpha 2 country codes (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) We also use the user-assignable ZZ and XX country codes to indicate "Unknown country" and "All countries" respectively .
BuildDate contains the date of the current build.
CommitHash contains the current Git revision.
CurrentOrchestraVersion is the current version of orchestra.
# Structs
OrchestraInfo contains information for the current orchestra build.
OrchestraVersion contains the version information for orchestra.