Versions in this module Expand all Collapse all v0 v0.16.0 Dec 25, 2023 Changes in this version + func IsAlreadyExistsError(err error) bool + func IsNotFoundError(err error) bool + func NewNotFoundError(name string) error + func NewRowNotFoundError() error + type AlreadyExistsError struct + Name string + func (a AlreadyExistsError) Error() string + type NotFoundError struct + Name string + func (a NotFoundError) Error() string