This commit is contained in:
crusader
2017-12-04 19:42:13 +09:00
parent 9bc4c88c22
commit 2095385d61
7 changed files with 12 additions and 13 deletions

1
modules/config/config.go Normal file
View File

@@ -0,0 +1 @@
package config

View File

@@ -3,4 +3,4 @@ package model
type Keys struct {
Metric string `json:"metric,omitempty"`
Key string `json:"key,omitempty"`
}
}