Documentation ¶
Index ¶
Constants ¶
View Source
const ( SnapshotWorkerCount = 128 SnapshotBatchSize = 100000 RestoreWorkerCount = 1024 MaxRetries = 10 GcBatchSize = 1 )
Variables ¶
This section is empty.
Functions ¶
func ConfigureAws ¶
func ConfigureAws(region string)
Types ¶
type AppConfig ¶
type AppConfig struct { LogLevel int AwsLogLevel aws.LogLevelType Syslog bool BackupSet BackupSet }
var (
Cfg AppConfig
)
Click to show internal directories.
Click to hide internal directories.