Documentation ¶
Index ¶
Constants ¶
View Source
const ( Backups pathways.AbsDir = "backups" Metadata pathways.AbsDir = "metadata" Downloads pathways.AbsDir = "downloads" Extracts pathways.AbsDir = "extracts" )
View Source
const ( Redux pathways.RelDir = "_redux" DownloadsMetadata pathways.RelDir = "downloads-metadata" InstalledMetadata pathways.RelDir = "installed-metadata" )
View Source
const ( SetupProperties = "setup" VangoghProtocolProperty = "vangogh-protocol" VangoghAddressProperty = "vangogh-address" VangoghPortProperty = "vangogh-port" VangoghUsernameProperty = "vangogh-username" VangoghPasswordProperty = "vangogh-password" InstallationPathProperty = "installation-path" BundleNameProperty = "bundle-name" )
View Source
const ( VangoghHealthPath = "/health" VangoghHealthAuthPath = "/health-auth" VangoghDownloadsMetadataPath = "/downloads-metadata" VangoghFilesPath = "/files" )
Variables ¶
View Source
var RelToAbsDirs = map[pathways.RelDir]pathways.AbsDir{ Redux: Metadata, DownloadsMetadata: Metadata, InstalledMetadata: Metadata, }
Functions ¶
func InitRootDir ¶
func VangoghUrl ¶ added in v0.1.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.