list_tables

package
v0.0.0-...-b6c570c Latest Latest
Warning

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

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

Documentation

Overview

Support for the DynamoDB ListTables endpoint.

example use:

tests/create_table-livestest.go, which contains a ListTables invocation

Index

Constants

View Source
const (
	ENDPOINT_NAME              = "ListTables"
	LISTTABLE_ENDPOINT         = aws_const.ENDPOINT_PREFIX + ENDPOINT_NAME
	EXCLUSIVE_START_TABLE_NAME = "ExclusiveStartTableName"
	LIMIT                      = "Limit"
	LAST_EVALUATED_TABLE_NAME  = "LastEvaluatedTableName"
	AWS_LIMIT                  = 100
)

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List ListTables

List is an alias for backwards compatibility

func (*List) EndpointReq

func (list *List) EndpointReq() ([]byte, int, error)

type ListTables

type ListTables struct {
	ExclusiveStartTableName string `json:",omitempty"`
	Limit                   uint64 `json:",omitempty"`
}

func (*ListTables) EndpointReq

func (list_tables *ListTables) EndpointReq() ([]byte, int, error)

type Request

type Request ListTables

func (*Request) EndpointReq

func (req *Request) EndpointReq() ([]byte, int, error)

type Response

type Response struct {
	TableNames             []string
	LastEvaluatedTableName string `json:",omitempty"`
}

func NewResponse

func NewResponse() *Response

Jump to

Keyboard shortcuts

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