Versions in this module Expand all Collapse all v1 v1.3.2 May 9, 2017 v1.3.1 Apr 20, 2017 Changes in this version + func RegisterMethodsReceiverForDriver(driverName string, receiver interface{}) + type GoMethodsDriver interface + MethodsReceiver func() interface{} + SetMethodsReceiver func(r interface{}) error + type MethodInvocationFailedError struct + Err error + MethodName string + func (e *MethodInvocationFailedError) Error() string + type MethodNotFoundError string + func (e MethodNotFoundError) Error() string + type MigrationMethodInvoker interface + Invoke func(methodName string) error + Validate func(methodName string) error + type Migrator struct + MethodInvoker MigrationMethodInvoker + RollbackOnFailure bool + func (m *Migrator) Migrate(f file.File, pipe chan interface{}) error + type WrongMethodSignatureError string + func (e WrongMethodSignatureError) Error() string