Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrNotFound ¶
Types ¶
type DynamoService ¶
type DynamoService struct {
// contains filtered or unexported fields
}
DynamoService satisfies the DBer interface
func NewDynamoService ¶
func NewDynamoService() *DynamoService
type ErrCollision ¶
type ErrCollision struct {
ErrBase
}
func NewErrCollision ¶
func NewErrCollision(message string) *ErrCollision
type ErrNotFound ¶
type ErrNotFound struct {
ErrBase
}
Click to show internal directories.
Click to hide internal directories.