Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migrations []Migration
Functions ¶
This section is empty.
Types ¶
type DefaultErrorHandler ¶
type DefaultErrorHandler struct{}
func (DefaultErrorHandler) Error ¶
func (d DefaultErrorHandler) Error(e error)
type DefaultLogger ¶
type DefaultLogger struct{}
func (DefaultLogger) InfoF ¶
func (d DefaultLogger) InfoF(category string, message string, args ...interface{})
type ErrorHandler ¶
type ErrorHandler interface {
Error(e error)
}
Click to show internal directories.
Click to hide internal directories.