Clarified file configuration naming
This commit is contained in:
parent
c28c848b95
commit
617e025be4
3 changed files with 6 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package main
|
||||
|
||||
type SmonConfiguration struct {
|
||||
type FileConfiguration struct {
|
||||
LogFile string
|
||||
NodataInterval int `json:"nodata_interval"` // in seconds
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue