Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateTable(table string) error
- func (c *Client) Delete(table, namespace string, configs []*lib.Config) error
- func (c *Client) Insert(table, namespace string, configs []*lib.Config) error
- func (c *Client) ListConfigs(table, namespace string) ([]*lib.Config, error)
- func (c *Client) ListNamespaces(table string) ([]string, error)
- func (c *Client) TableExists(table string) (bool, error)
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
}
Client represents the wrapper of DynamoDB API client
func (*Client) CreateTable ¶
CreateTable creates new table for Valec
func (*Client) ListConfigs ¶
ListConfigs returns all configs in the given table and namespace
func (*Client) ListNamespaces ¶
ListNamespaces returns all namespaces
Click to show internal directories.
Click to hide internal directories.