Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshaler ¶
type Marshaler interface {
MarshalItem() (map[string]*dynamodb.AttributeValue, error)
}
Marshaler is an interface to marshal items.
type Unmarshaler ¶
type Unmarshaler interface {
UnmarshalItem(map[string]*dynamodb.AttributeValue) error
}
Unmarshaler is an interface to unmarshal items. If you need to unmarshal StringSet, NumberSet or BinarySet, you must implement this interface since dynamodbattribute does not support for the Set types.
Click to show internal directories.
Click to hide internal directories.