Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseDef ¶
type DatabaseDef struct {
Tables []*TableDef
}
type IndexDef ¶
func (IndexDef) GetIndex ¶
func (i IndexDef) GetIndex() *dynamodb.GlobalSecondaryIndex
func (IndexDef) GetKeys ¶
func (i IndexDef) GetKeys() []*dynamodb.KeySchemaElement
type TableDef ¶
type TableDef struct { Name string Key map[string]string Attributes map[string]string Indexes []*IndexDef }
func (TableDef) GetAttributes ¶
func (t TableDef) GetAttributes() []*dynamodb.AttributeDefinition
func (TableDef) GetIndexes ¶
func (t TableDef) GetIndexes() (indexes []*dynamodb.GlobalSecondaryIndex)
func (TableDef) GetKeys ¶
func (t TableDef) GetKeys() []*dynamodb.KeySchemaElement
Click to show internal directories.
Click to hide internal directories.