mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-12 16:55:39 +00:00
feat!: redefine hostname as a required property that maps to --host (#256)
This commit is contained in:
@@ -102,3 +102,7 @@ func (t *taskRunnerImpl) GetRepoOrchestrator(repoID string) (*repo.RepoOrchestra
|
||||
func (t *taskRunnerImpl) ScheduleTask(task tasks.Task, priority int) error {
|
||||
return t.orchestrator.ScheduleTask(task, priority)
|
||||
}
|
||||
|
||||
func (t *taskRunnerImpl) Config() *v1.Config {
|
||||
return t.orchestrator.Config()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user