fixes #8 type and version added to json export

This commit is contained in:
Andreas Schröpfer
2021-03-01 16:36:48 +01:00
parent 040e8c7303
commit 2511a2fcd3
3 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ func DefaultConf() *Conf {
type Conf struct {
Title string `json:"title"`
Version string `json:"version"`
Type string `json:"type"`
Values []Value `json:"values"`
Areas []Area `json:"areas"`
Rating Rating `json:"rating"`