Clarified file configuration naming

This commit is contained in:
Magnus Åhall 2024-06-27 09:09:47 +02:00
parent c28c848b95
commit 617e025be4
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
package main
type SmonConfiguration struct {
type FileConfiguration struct {
LogFile string
NodataInterval int `json:"nodata_interval"` // in seconds
}