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(dbRepository ReadDatabaseRepository) *Manager
func (Manager) AllDatabases ¶
func (m Manager) AllDatabases() []databaseInfo
func (*Manager) BackendForDatabaseService ¶
func (*Manager) StartDatabase ¶
func (*Manager) StartDatabases ¶
func (m *Manager) StartDatabases()
type ReadDatabaseRepository ¶
Click to show internal directories.
Click to hide internal directories.