Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithClient ¶
func WithClient(client *dynamodb.Client) func(*CountStore)
Types ¶
type CountStore ¶
type CountStore struct {
// contains filtered or unexported fields
}
func NewCountStore ¶
func NewCountStore(tableName, region string, options ...OptionsFunc) (s *CountStore, err error)
type OptionsFunc ¶
type OptionsFunc func(*CountStore)
Click to show internal directories.
Click to hide internal directories.