Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classifier ¶
type Classifier struct{}
func New ¶
func New() *Classifier
func (Classifier) IsForeignKeyViolationError ¶
func (c Classifier) IsForeignKeyViolationError(err error) bool
func (Classifier) IsNoRowsError ¶
func (c Classifier) IsNoRowsError(err error) bool
func (Classifier) IsUniqueViolationError ¶
func (c Classifier) IsUniqueViolationError(err error) bool
Click to show internal directories.
Click to hide internal directories.