Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultApiKeySaveOnCreate specifies whether a created API key will be saved. This is useful to turn of in unit tests, where // we only want a temporary key. DefaultApiKeySaveOnCreate = true // DefaultApiKeyPassword is the default password to protect the API key DefaultApiKeyPassword = "changeme" // DefaultApiKeyPath is the default path for the API private key DefaultApiKeyPath = DefaultConfigDirectory + "/api.key" // DefaultConfigDirectory is the default path for the clouditor configuration, such as keys DefaultConfigDirectory = "~/.clouditor" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.