Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordNotFound record not found error ErrRecordNotFound = errors.New("record not found") // ErrUniqueConstraint duplicate key value violates ErrUniqueConstraint = errors.New("unique constraint") )
Functions ¶
This section is empty.
Types ¶
type ConnectionType ¶
type ConnectionType string
ConnectionType -
const ( POSTGRES ConnectionType = "postgres" MONGO ConnectionType = "mongo" )
Click to show internal directories.
Click to hide internal directories.