Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDatabaseVersionsFound = GooseDBNoDatabaseVersionsFoundError{}
View Source
var ErrNoSuchTable = GooseDBNoSuchTableError{}
Functions ¶
Types ¶
type GooseDBNoDatabaseVersionsFoundError ¶
type GooseDBNoDatabaseVersionsFoundError struct{}
func (GooseDBNoDatabaseVersionsFoundError) Error ¶
func (e GooseDBNoDatabaseVersionsFoundError) Error() string
type GooseDBNoSuchTableError ¶
type GooseDBNoSuchTableError struct{}
func (GooseDBNoSuchTableError) Error ¶
func (e GooseDBNoSuchTableError) Error() string
Click to show internal directories.
Click to hide internal directories.