overflow_commons_go/modules/config/model/Keys.go
crusader 3f116f1343 ing
2017-12-04 15:50:11 +09:00

6 lines
114 B
Go

package model
type Keys struct {
Metric string `json:"metric,omitempty"`
Key string `json:"key,omitempty"`
}