delete_table

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: 6 Imported by: 0

Documentation

Overview

Support for the DynamoDB DeleteTable endpoint.

example use:

tests/delete_table-livestest.go

Index

Constants

View Source
const (
	ENDPOINT_NAME        = "DeleteTable"
	DELETETABLE_ENDPOINT = aws_const.ENDPOINT_PREFIX + ENDPOINT_NAME
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Delete

type Delete DeleteTable

Delete is an alias for backwards compatibility

func (*Delete) EndpointReq

func (delete *Delete) EndpointReq() ([]byte, int, error)

func (*Delete) EndpointReqWithConf

func (delete *Delete) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, int, error)

type DeleteTable

type DeleteTable struct {
	TableName string
}

func NewDeleteTable

func NewDeleteTable() *DeleteTable

func (*DeleteTable) EndpointReq

func (delete_table *DeleteTable) EndpointReq() ([]byte, int, error)

func (*DeleteTable) EndpointReqWithConf

func (delete_table *DeleteTable) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, int, error)

type Request

type Request DeleteTable

func (*Request) EndpointReq

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

func (*Request) EndpointReqWithConf

func (req *Request) EndpointReqWithConf(c *conf.AWS_Conf) ([]byte, int, error)

type Response

type Response create_table.Response

DeleteTable and CreateTable use the same Response format

func NewResponse

func NewResponse() *Response

Jump to

Keyboard shortcuts

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