ing
This commit is contained in:
parent
bc76c1806f
commit
966568f542
|
@ -3,4 +3,5 @@ package probe
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
|
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
|
||||||
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
|
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
|
||||||
|
Paths map[string]string `json:"paths" yaml:"paths" toml:"paths"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user