Documentation ¶
Index ¶
- type DynamoDB
- func (db *DynamoDB) Close()
- func (db *DynamoDB) GetTask(ctx context.Context, req *tes.GetTaskRequest) (*tes.Task, error)
- func (db *DynamoDB) Init() error
- func (db *DynamoDB) ListTasks(ctx context.Context, req *tes.ListTasksRequest) (*tes.ListTasksResponse, error)
- func (db *DynamoDB) WriteEvent(ctx context.Context, e *events.Event) 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
}
DynamoDB provides handlers for gRPC endpoints Data is stored/retrieved from the Amazon DynamoDB NoSQL database.
func NewDynamoDB ¶
NewDynamoDB returns a new instance of DynamoDB, accessing the database at the given url, and including the given ServerConfig.
func (*DynamoDB) ListTasks ¶
func (db *DynamoDB) ListTasks(ctx context.Context, req *tes.ListTasksRequest) (*tes.ListTasksResponse, error)
ListTasks returns a list of taskIDs
Click to show internal directories.
Click to hide internal directories.