dynamostore

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoStore

type DynamoStore struct {
	Client            *dynamodb.Client
	TableName, Record string
}

func NewDynamoStore added in v0.0.8

func NewDynamoStore(tableName, recordName, region string) (DynamoStore, error)

func NewDynamoStoreWithClient added in v0.0.8

func NewDynamoStoreWithClient(tableName, recordName string, client *dynamodb.Client) DynamoStore

func (*DynamoStore) Load

func (*DynamoStore) RemoveFeature added in v0.0.10

func (s *DynamoStore) RemoveFeature(ctx context.Context, feature string) error

func (*DynamoStore) SetFeature added in v0.0.10

func (s *DynamoStore) SetFeature(ctx context.Context, feature string, value bool) error

Jump to

Keyboard shortcuts

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