Documentation ¶ Index ¶ type Dynamodb func NewDynamodb(ctx context.Context, client *dynamodb.DynamoDB) (*Dynamodb, error) func (d *Dynamodb) Analyze(s *schema.Schema) error func (d *Dynamodb) Info() (*schema.Driver, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dynamodb ¶ type Dynamodb struct { // contains filtered or unexported fields } func NewDynamodb ¶ func NewDynamodb(ctx context.Context, client *dynamodb.DynamoDB) (*Dynamodb, error) func (*Dynamodb) Analyze ¶ func (d *Dynamodb) Analyze(s *schema.Schema) error func (*Dynamodb) Info ¶ func (d *Dynamodb) Info() (*schema.Driver, error) Source Files ¶ View all Source files dynamo.go Click to show internal directories. Click to hide internal directories.