table

package
v0.0.0-...-eb06fd2 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Table

type Table struct {
	Name *string
	// contains filtered or unexported fields
}

func NewTable

func NewTable(svc *dynamodb.DynamoDB, name string) *Table

func (*Table) Create

func (table *Table) Create() error

func (*Table) Get

func (table *Table) Get(key string) (*models.ParsedItem, error)

func (*Table) Read

func (table *Table) Read() ([]*models.ParsedItem, error)

func (*Table) Set

func (table *Table) Set(item *models.Item) error

func (*Table) Write

func (table *Table) Write(items []*models.Item) error

Jump to

Keyboard shortcuts

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