diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-02-27 16:54:42 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-02-27 16:54:42 +0000 |
| commit | cb2de4109632932bccf5d13e77f40157d4e84c18 (patch) | |
| tree | eaec61f530b541fd94527533c0924544aca7dbc6 | |
| parent | 40728693d9cfbd99458f12d5183119ec699b8907 (diff) | |
outfile is optional
| -rw-r--r-- | internal/config/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/server.go b/internal/config/server.go index 09eb2c4..bc2f40a 100644 --- a/internal/config/server.go +++ b/internal/config/server.go @@ -19,7 +19,7 @@ type Scheduled struct { Enable bool Files string Query string - Outfile string + Outfile string `json:",omitempty"` Discovery string `json:",omitempty"` Servers []string `json:",omitempty"` TimeRange [2]int |
