services

package
v0.0.0-...-52d38b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2020 License: BSD-3-Clause Imports: 24 Imported by: 0

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 (m *Manager) BackendForDatabaseService(fullMethodName string) string

func (*Manager) StartDatabase

func (m *Manager) StartDatabase(database schema.Database)

func (*Manager) StartDatabases

func (m *Manager) StartDatabases()

func (*Manager) Stop

func (m *Manager) Stop() error

type ReadDatabaseRepository

type ReadDatabaseRepository interface {
	AllDatabases() []schema.Database
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL