Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupFormat ¶
type BackupFormat struct { TableName string Items []map[string]*dynamodb.AttributeValue }
type Options ¶
type Options struct { TableNamePattern string `short:"t" long:"table-name" description:"Table name pattern"` Mode string `short:"m" long:"mode" description:"Mode of operation (backup,restore)" required:"true"` BackupOutputFilePath string `short:"o" long:"output" description:"Output file for backup"` RestoreInputFilePath string `short:"i" long:"input" description:"Input file for restore"` EndpointUrl string `` /* 151-byte string literal not displayed */ }
Click to show internal directories.
Click to hide internal directories.