Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotSupported = errors.New("not supported") ErrCanceled = errors.New("canceled") ErrDialectIsEmpty = errors.New("dialect is empty") ErrDDLTagGoAnnotationNotFoundInSource = errors.New("go-ddl-tag annotation not found in source") ErrTwoArgumentsRequired = errors.New("two arguments required") ErrBothArgumentsIsDSN = errors.New("both arguments is dsn") ErrBothArgumentsAreNotDSNOrSQLFile = errors.New("both arguments are not dsn or sql file") )
View Source
var Errorf = fmt.Errorf
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.