mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:40:17 +00:00
NOISSUE - Fix reports FileFormat json tag (#207)
* fix json tags Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> * update supermq Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> --------- Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ type MetricConfig struct {
|
||||
To string `json:"to,omitempty"` // Mandatory field
|
||||
Title string `json:"title,omitempty"` // Mandatory field
|
||||
|
||||
FileFormat Format `json:"file_format,omitempty"` // Optional field
|
||||
FileFormat Format `json:"file_format"` // Optional field
|
||||
|
||||
Aggregation AggConfig `json:"aggregation,omitempty"` // Optional field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user