mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-09 15:14:52 +02:00
config: restructure in 'jobs' and 'global' section
This commit is contained in:
@ -8,7 +8,16 @@ import (
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Jobs map[string]Job
|
||||
Global Global
|
||||
Jobs map[string]Job
|
||||
}
|
||||
|
||||
type Global struct {
|
||||
Serve struct {
|
||||
Stdinserver struct {
|
||||
SockDir string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
type RPCConnecter interface {
|
||||
|
Reference in New Issue
Block a user