Documentation
¶
Index ¶
- Constants
- type Client
- func (client Client) CreateTable(ctx context.Context) (*dynamodb.CreateTableOutput, error)
- func (client Client) GetAny(ctx context.Context, key string, val any) error
- func (client Client) GetOrDefaultString(ctx context.Context, key, def string) string
- func (client Client) GetString(ctx context.Context, key string) (string, error)
- func (client Client) SetAny(ctx context.Context, key string, val any) error
- func (client Client) SetString(ctx context.Context, key, val string) error
- type Item
Constants ¶
View Source
const ( KeyName = "key" ValueName = "value" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) CreateTable ¶
func (Client) GetOrDefaultString ¶
Click to show internal directories.
Click to hide internal directories.