Versions in this module Expand all Collapse all v0 v0.9.0 Apr 14, 2017 Changes in this version + const DRIVER_NAME + const MIGRATE_C + type DbMigration struct + Id bson.ObjectId + Version uint64 + type Driver struct + Connection *bongo.Connection + 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 + SSL func() bool + type UnregisteredMethodsReceiverError string + func (e UnregisteredMethodsReceiverError) Error() string + type WrongMethodsReceiverTypeError string + func (e WrongMethodsReceiverTypeError) Error() string