overflow_commons_go/modules/config/model/Keys.go
crusader 2095385d61 ing
2017-12-04 19:42:13 +09:00

7 lines
115 B
Go

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