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 + const DRIVER_NAME + const MIGRATE_C + type DbMigration struct + Id bson.ObjectId + Version uint64 + type Driver struct + Session *mgo.Session + func (d *Driver) MethodsReceiver() interface{} + func (d *Driver) SetMethodsReceiver(r interface{}) error + func (driver *Driver) Close() error + func (driver *Driver) FilenameExtension() string + func (driver *Driver) Initialize(url string) error + func (driver *Driver) Invoke(methodName string) error + func (driver *Driver) Migrate(f file.File, pipe chan interface{}) + func (driver *Driver) Validate(methodName string) error + func (driver *Driver) Version() (uint64, error) + type MethodsReceiver interface + DbName func() string + type UnregisteredMethodsReceiverError string + func (e UnregisteredMethodsReceiverError) Error() string + type WrongMethodsReceiverTypeError string + func (e WrongMethodsReceiverTypeError) Error() string