Documentation
¶
Index ¶
- type Executor
- func (e *Executor) BatchWriteItem(*dynago.BatchWrite) (*dynago.BatchWriteResult, error)
- func (e *Executor) CreateTable(*schema.CreateRequest) (*schema.CreateResponse, error)
- func (e *Executor) GetItem(*dynago.GetItem) (*dynago.GetItemResult, error)
- func (e *Executor) PutItem(*dynago.PutItem) (*dynago.PutItemResult, error)
- func (e *Executor) Query(*dynago.Query) (*dynago.QueryResult, error)
- func (e *Executor) UpdateItem(*dynago.UpdateItem) (*dynago.UpdateItemResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct { }
A Mock executor
func (*Executor) BatchWriteItem ¶
func (e *Executor) BatchWriteItem(*dynago.BatchWrite) (*dynago.BatchWriteResult, error)
func (*Executor) CreateTable ¶
func (e *Executor) CreateTable(*schema.CreateRequest) (*schema.CreateResponse, error)
func (*Executor) UpdateItem ¶
func (e *Executor) UpdateItem(*dynago.UpdateItem) (*dynago.UpdateItemResult, error)
Click to show internal directories.
Click to hide internal directories.