Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON[T any] struct{ Value T }
func (JSON[T]) MarshalDynamoDBAttributeValue ¶
func (j JSON[T]) MarshalDynamoDBAttributeValue() (types.AttributeValue, error)
func (*JSON[T]) UnmarshalDynamoDBAttributeValue ¶
func (j *JSON[T]) UnmarshalDynamoDBAttributeValue(av types.AttributeValue) error
Click to show internal directories.
Click to hide internal directories.