models

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2019 License: MIT Imports: 1 Imported by: 0

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 */
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL