endpoint

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

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

Go to latest
Published: Nov 14, 2014 License: BSD-2-Clause Imports: 16 Imported by: 0

Documentation

Overview

A collection of types and methods common to all of the endpoint/* packages. Define types for the core datatype listed here: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Types.html Some of the data types at that url are not defined here, rather they may be defined with special limits for the various endpoints - see the packages for these endpoints for details.

Index

Constants

View Source
const (
	HASH               = aws_strings.HASH
	RANGE              = aws_strings.RANGE
	HASH_KEY_ELEMENT   = aws_strings.HASH_KEY_ELEMENT
	RANGE_KEY_ELEMENT  = aws_strings.RANGE_KEY_ELEMENT
	S                  = aws_strings.S
	N                  = aws_strings.N
	B                  = aws_strings.B
	BOOL               = aws_strings.BOOL
	NULL               = aws_strings.NULL
	L                  = aws_strings.L
	M                  = aws_strings.M
	SS                 = aws_strings.SS
	NS                 = aws_strings.NS
	BS                 = aws_strings.BS
	RETVAL_NONE        = aws_strings.RETVAL_NONE
	RETVAL_ALL_OLD     = aws_strings.RETVAL_ALL_OLD
	RETVAL_ALL_NEW     = aws_strings.RETVAL_ALL_NEW
	RETVAL_UPDATED_OLD = aws_strings.RETVAL_UPDATED_OLD
	RETVAL_UPDATED_NEW = aws_strings.RETVAL_UPDATED_NEW
	ALL                = aws_strings.ALL
	SIZE               = aws_strings.SIZE
	TOTAL              = aws_strings.TOTAL
	KEYS_ONLY          = aws_strings.KEYS_ONLY
	INCLUDE            = aws_strings.INCLUDE
	SELECT_ALL         = aws_strings.SELECT_ALL
	SELECT_PROJECTED   = aws_strings.SELECT_PROJECTED
	SELECT_SPECIFIC    = aws_strings.SELECT_SPECIFIC
	SELECT_COUNT       = aws_strings.SELECT_COUNT
	OP_EQ              = aws_strings.OP_EQ
	OP_NE              = aws_strings.OP_NE
	OP_LE              = aws_strings.OP_LE
	OP_LT              = aws_strings.OP_LT
	OP_GE              = aws_strings.OP_GE
	OP_GT              = aws_strings.OP_GT
	OP_NULL            = aws_strings.OP_NULL
	OP_NOT_NULL        = aws_strings.OP_NOT_NULL
	OP_CONTAINS        = aws_strings.OP_CONTAINS
	OP_NOT_CONTAINS    = aws_strings.OP_NOT_CONTAINS
	OP_BEGINS_WITH     = aws_strings.OP_BEGINS_WITH
	OP_IN              = aws_strings.OP_IN
	OP_BETWEEN         = aws_strings.OP_BETWEEN
)

re-exported consts for backwards compatibility

Variables

This section is empty.

Functions

func HttpErr

func HttpErr(code int) bool

HttpErr is a convenience function to see determine if the code is an error code.

func ReqErr

func ReqErr(code int) bool

ReqErr is a convenience function to see if the request was bad.

func ServerErr

func ServerErr(code int) bool

ServerErr is a convenience function to see if the remote server had an internal error.

Types

type AttributeDefinition

type AttributeDefinition attributedefinition.AttributeDefinition

re-exported types for backwards compatibility

type AttributeValue

type AttributeValue attributevalue.AttributeValue

type Constraints

type Constraints expected.Constraints

type ConsumedCapacity

type ConsumedCapacity capacity.ConsumedCapacity

type ConsumedCapacityUnit

type ConsumedCapacityUnit capacity.ConsumedCapacityUnit

type Endpoint

type Endpoint interface {
	EndpointReq() (string, int, error)
}

Endpoint is a core interface for defining all endpoints. Packages implementing the Endpoint interface should return the string output from the authorized request (or ""), the http code, and an error (or nil). This is the fundamental endpoint interface of GoDynamo.

type Endpoint_Response

type Endpoint_Response struct {
	Body string
	Code int
	Err  error
}

Endpoint_Response describes the response from Dynamo for a given request.

type Expected

type Expected expected.Expected

type Item

type Item item.Item

type KeyDefinition

type KeyDefinition keydefinition.KeyDefinition

type KeySchema

type KeySchema keydefinition.KeySchema

type NullableString

type NullableString nullable.NullableString

type NullableUInt64

type NullableUInt64 nullable.NullableUInt64

type ReturnConsumedCapacity

type ReturnConsumedCapacity capacity.ReturnConsumedCapacity

type ReturnValues

type ReturnValues returnvalues.ReturnValues

Jump to

Keyboard shortcuts

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