Documentation ¶
Index ¶
- func Constrains[T dynamo.Thing](returnVal map[string]types.AttributeValue) dynamo.KeyVal[T]
- func DeleteItem[T dynamo.Thing](expectKey *map[string]types.AttributeValue) dynamo.KeyVal[T]
- func GetItem[T dynamo.Thing](expectKey *map[string]types.AttributeValue, ...) dynamo.KeyVal[T]
- func PutItem[T dynamo.Thing](expectVal *map[string]types.AttributeValue) dynamo.KeyVal[T]
- func Query[T dynamo.Thing](expectKey *map[string]types.AttributeValue, returnLen int, ...) dynamo.KeyVal[T]
- func UpdateItem[T dynamo.Thing](expectKey *map[string]types.AttributeValue, ...) dynamo.KeyVal[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Constrains ¶
func DeleteItem ¶
DeleteItem mock
func GetItem ¶
func GetItem[T dynamo.Thing]( expectKey *map[string]types.AttributeValue, returnVal *map[string]types.AttributeValue, ) dynamo.KeyVal[T]
GetItem mocks
func Query ¶
func Query[T dynamo.Thing]( expectKey *map[string]types.AttributeValue, returnLen int, returnVal *map[string]types.AttributeValue, returnLastKey *map[string]types.AttributeValue, ) dynamo.KeyVal[T]
Query mock
func UpdateItem ¶
func UpdateItem[T dynamo.Thing]( expectKey *map[string]types.AttributeValue, expectVal *map[string]types.AttributeValue, returnVal *map[string]types.AttributeValue, ) dynamo.KeyVal[T]
UpdateItem mock
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.