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, sqlDB db.DB, rawSQLDB *sql.DB, cryptor encryption.Cryptor, migrations Migrations, migrationsDone chan<- struct{}, clock clock.Clock, databaseDriver string, metronClient loggingclient.IngressClient, ) 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)
Click to show internal directories.
Click to hide internal directories.