dynamodb

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportToCSV

func ExportToCSV(
	profile string, table string, index string, qp *QueryParams, columns string, skipColumns string, limit uint, w io.Writer) ([]string, bool)

ExportToCSV exports the result of the scan or query from the table into the corresponding CSV file using provided table and other settings.

Types

type QueryParams

type QueryParams struct {
	Hash           string
	Sort           string
	SortGt         string
	SortGe         string
	SortLt         string
	SortLe         string
	SortBeginsWith string
	SortBetween    []string
}

QueryParams represents the query params set by the user, either hash or hash and sort.

Jump to

Keyboard shortcuts

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