Documentation
¶
Index ¶
- type Client
- func (c *Client) AllByKeys(ctx context.Context, keys []Key) ([]map[string]types.AttributeValue, error)
- func (c *Client) AllForActor(ctx context.Context, sk string, v interface{}) error
- func (c *Client) Create(ctx context.Context, v interface{}) error
- func (c *Client) LatestForActor(ctx context.Context, sk string, v interface{}) error
- func (c *Client) One(ctx context.Context, pk, sk string, v interface{}) error
- func (c *Client) OneByPartialSk(ctx context.Context, pk, partialSk string, v interface{}) error
- func (c *Client) OneByUID(ctx context.Context, uid string, v interface{}) error
- func (c *Client) Put(ctx context.Context, v interface{}) error
- type Key
- type MultipleResultsError
- type NotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AllForActor ¶ added in v0.712.0
func (*Client) LatestForActor ¶ added in v0.712.0
func (*Client) OneByPartialSk ¶ added in v0.712.0
type MultipleResultsError ¶
type MultipleResultsError struct{}
func (MultipleResultsError) Error ¶
func (n MultipleResultsError) Error() string
type NotFoundError ¶
type NotFoundError struct{}
func (NotFoundError) Error ¶
func (n NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.