Documentation ¶
Index ¶
- type Manager
- func (manager *Manager) GetDataRepository(projectID string) (persistence.Repository, error)
- func (manager *Manager) GetHistoryRepository(projectID string) (history.Repository, error)
- func (manager *Manager) GetProjectsRepository() (projects.Repository, error)
- func (manager *Manager) GetScriptsRepository(projectID string) (scripts.Repository, error)
- type Settings
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 (*Manager) GetDataRepository ¶
func (manager *Manager) GetDataRepository(projectID string) (persistence.Repository, error)
func (*Manager) GetHistoryRepository ¶
func (manager *Manager) GetHistoryRepository(projectID string) (history.Repository, error)
func (*Manager) GetProjectsRepository ¶
func (manager *Manager) GetProjectsRepository() (projects.Repository, error)
func (*Manager) GetScriptsRepository ¶
func (manager *Manager) GetScriptsRepository(projectID string) (scripts.Repository, error)
Click to show internal directories.
Click to hide internal directories.