Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrIDExists error means a record with the specified id already exists in the table. ErrIDExists = errors.New("hare: record with that id already exists") // ErrNoRecord error means no record with the specified id was not found. ErrNoRecord = errors.New("hare: no record with that id found") // ErrNoTable error means a table that the specified name does not exist. ErrNoTable = errors.New("hare: table with that name does not exist") // ErrTableExists error means a table with the specified name already exists in the database. ErrTableExists = errors.New("hare: table with that name already exists") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.