Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoStore ¶
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 (s *DynamoStore) Load(ctx context.Context) (models.Features, map[string]models.ThrottleConfig, error)
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
Click to show internal directories.
Click to hide internal directories.