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
}
type PostgresDB ¶
type PostgresDB struct {
// contains filtered or unexported fields
}
func NewPostgresDB ¶
func NewPostgresDB(connStr string) (*PostgresDB, error)
func (*PostgresDB) Close ¶
func (p *PostgresDB) Close() error
Click to show internal directories.
Click to hide internal directories.