Documentation
¶
Index ¶
- type DynamoDB
- func (d *DynamoDB) Delete(key string) error
- func (d *DynamoDB) Get(key string) ([]byte, error)
- func (d *DynamoDB) GetListWithPrefix(prefix string, limit int64) ([]string, error)
- func (d *DynamoDB) GetString(key string) (string, error)
- func (d *DynamoDB) Set(key string, value any, expiration time.Duration)
- func (d *DynamoDB) SetWithSortKey(pk string, sk string, value any, expiration time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDB ¶
type DynamoDB struct {
// contains filtered or unexported fields
}
func (*DynamoDB) GetListWithPrefix ¶
Click to show internal directories.
Click to hide internal directories.