mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-14 09:08:24 +02:00
cmd: remove global state in main.go
* refactoring * Now supporting default config locations
This commit is contained in:
@ -23,7 +23,7 @@ type PullJob struct {
|
||||
Debug JobDebugSettings
|
||||
}
|
||||
|
||||
func parsePullJob(name string, i map[string]interface{}) (j *PullJob, err error) {
|
||||
func parsePullJob(c JobParsingContext, name string, i map[string]interface{}) (j *PullJob, err error) {
|
||||
|
||||
var asMap struct {
|
||||
Connect map[string]interface{}
|
||||
|
Reference in New Issue
Block a user