overflow_commons_go/modules/config/model/Keys.go

7 lines
115 B
Go
Raw Normal View History

2017-12-04 06:50:11 +00:00
package model
type Keys struct {
Metric string `json:"metric,omitempty"`
Key string `json:"key,omitempty"`
2017-12-04 10:42:13 +00:00
}