Documentation
¶
Index ¶
Constants ¶
View Source
const ( TAG = "dynamodbav" TAG_INDEX = "index" TAG_SECONDARY = "secondary" TAG_SECONDARY_FOR = "secondaryfor" )
Variables ¶
This section is empty.
Functions ¶
func ToIndexName ¶
func ToIndexName(key []*dynamodb.KeySchemaElement) string
Types ¶
type BaseModel ¶
type BaseModel struct { TableName string Type reflect.Type Client *dynamodb.DynamoDB // contains filtered or unexported fields }
func NewBaseModel ¶
func NewBaseModelWithCreated ¶
func (*BaseModel) GetIndexes ¶
func (b *BaseModel) GetIndexes() ([]*dynamodb.GlobalSecondaryIndexDescription, error)
Click to show internal directories.
Click to hide internal directories.