Documentation ¶
Index ¶
- func CreateTable(dynamo *datastore.Dynamo) error
- func DeleteTable(dynamo *datastore.Dynamo) error
- func ResetTable(dynamo *datastore.Dynamo) error
- func ScanClientItemCounts(dynamo *datastore.Dynamo) ([]datastore.ClientItemCount, error)
- func ScanSyncEntities(dynamo *datastore.Dynamo) ([]datastore.SyncEntity, error)
- func ScanTagItems(dynamo *datastore.Dynamo) ([]datastore.ServerClientUniqueTagItem, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTable ¶
CreateTable creates datastore.Table in dynamoDB.
func DeleteTable ¶
DeleteTable deletes datastore.Table in dynamoDB.
func ResetTable ¶
ResetTable deletes and creates datastore.Table in dynamoDB.
func ScanClientItemCounts ¶
func ScanClientItemCounts(dynamo *datastore.Dynamo) ([]datastore.ClientItemCount, error)
ScanClientItemCounts scans the dynamoDB table and returns all client item counts.
func ScanSyncEntities ¶
func ScanSyncEntities(dynamo *datastore.Dynamo) ([]datastore.SyncEntity, error)
ScanSyncEntities scans the dynamoDB table and returns all sync items.
func ScanTagItems ¶
func ScanTagItems(dynamo *datastore.Dynamo) ([]datastore.ServerClientUniqueTagItem, error)
ScanTagItems scans the dynamoDB table and returns all tag items.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.