Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SatellitesURL mapping host to satellite URL. SatellitesURL = map[string]string{ "us-central-1.tardigrade.io": satellites[0], "europe-west-1.tardigrade.io": satellites[1], "asia-east-1.tardigrade.io": satellites[2], "us1.storj.io": satellites[0], "eu1.storj.io": satellites[1], "ap1.storj.io": satellites[2], } )
Functions ¶
func PromptForAPIKey ¶
PromptForAPIKey handles user input for an API key to be used with wizards.
func PromptForAccessName ¶
PromptForAccessName handles user input for access name to be used with wizards.
func PromptForEncryptionPassphrase ¶
PromptForEncryptionPassphrase handles user input for an encryption passphrase to be used with wizards.
func PromptForSatellite ¶
PromptForSatellite handles user input for a satellite address to be used with wizards.
func PromptForTracing ¶
PromptForTracing handles user input for consent to turn on tracing to be used with wizards.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.