Documentation ¶
Index ¶
- type DB
- func (c DB) CacheData(table_name string, partition_key string, sort_key string, ...) error
- func (c DB) DeleteRecord(table_name string, partition_key string, sort_key *string) error
- func (c DB) MutateDatabase(table_name string, partition_key string, sort_key string, ...) error
- func (c DB) QueryDatabase(table_name string, partition_key string, sort_key *string) (*dynamodb.GetItemOutput, error)
- func (c DB) QueryDatabasePartition(table_name string, partition_key string) (*dynamodb.QueryOutput, error)
- func (c DB) UpdateRecord(table_name string, partition_key string, sort_key string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (DB) DeleteRecord ¶
func (DB) MutateDatabase ¶
func (DB) QueryDatabase ¶
func (DB) QueryDatabasePartition ¶
Click to show internal directories.
Click to hide internal directories.