6 lines
114 B
Go
Raw Normal View History

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