Documentation
¶
Index ¶
- func MarshalItem(v interface{}) (map[string]types.AttributeValue, error)
- func Unmarshal(av types.AttributeValue, out interface{}) error
- func UnmarshalAppend(item map[string]types.AttributeValue, out interface{}) error
- func UnmarshalItem(item map[string]types.AttributeValue, out interface{}) error
- type ItemMarshaler
- type ItemUnmarshaler
- type Marshaler
- type Unmarshaler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalItem ¶
func MarshalItem(v interface{}) (map[string]types.AttributeValue, error)
MarshalItem converts the given struct into a DynamoDB item
func Unmarshal ¶
func Unmarshal(av types.AttributeValue, out interface{}) error
func UnmarshalAppend ¶
func UnmarshalAppend(item map[string]types.AttributeValue, out interface{}) error
func UnmarshalItem ¶
func UnmarshalItem(item map[string]types.AttributeValue, out interface{}) error