item

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL