File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ type CollectionParams struct {
46
46
PTPInterface string `mapstructure:"ptp_interface"`
47
47
OutputFile string `mapstructure:"output_file"`
48
48
Duration string `mapstructure:"duration"`
49
+ LogsOutputFile string `mapstructure:"logs_output"`
50
+ TempDir string `mapstructure:"tempdir"`
49
51
CollectorNames []string `mapstructure:"collectors"`
50
52
PollInterval int `mapstructure:"poll_interval"`
51
53
DevInfoAnnouceInterval int `mapstructure:"announce_interval"`
52
54
UseAnalyserJSON bool `mapstructure:"use_analyser_format"`
53
- LogsOutputFile string `mapstructure:"logs_output"`
54
55
IncludeLogTimestamps bool `mapstructure:"log_timestamps"`
55
- TempDir string `mapstructure:"tempdir"`
56
56
KeepDebugFiles bool `mapstructure:"keep_debug_files"`
57
57
}
58
58
You can’t perform that action at this time.
0 commit comments