Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager( logger lager.Logger, db db.DB, cryptor encryption.Cryptor, storeClient etcd.StoreClient, migrations Migrations, migrationsDone chan<- struct{}, clock clock.Clock, ) Manager
type Migrations ¶
type Migrations []Migration
func (Migrations) Len ¶
func (m Migrations) Len() int
func (Migrations) Less ¶
func (m Migrations) Less(i, j int) bool
func (Migrations) Swap ¶
func (m Migrations) Swap(i, j int)
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.