item

package
v0.0.0-...-1f046af Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2015 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Overview

Item as described in docs for various endpoints.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

func NewItem

func NewItem() Item

Item is already a reference type

func (Item) Copy

func (i Item) Copy(ic Item) error

Copy an Item

type ItemLike

type ItemLike interface {
	ToItem(interface{}) (Item, error)
	FromItem(Item) (interface{}, error)
}

ItemLike is an interface for those structs you wish to map back and forth to Items. This is currently provided instead of the lossy translation advocated by the JSON document mapping as described by AWS.

type Key

GetItem and UpdateItem share a Key type which is another alias to AttributeValueMap

func NewKey

func NewKey() Key

Jump to

Keyboard shortcuts

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