Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotFound db not found. ErrNotFound = errors.New("not found") //ErrArgNotPtr argument is not ptr. ErrArgNotPtr = errors.New("argument not ptr") //ErrFieldNotFound struct's field not found. ErrFieldNotFound = errors.New("struc's field not found") //ErrArgIsNil argument is nil. ErrArgIsNil = errors.New("argument is nil") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.