6 lines
114 B
Go
6 lines
114 B
Go
|
package model
|
||
|
|
||
|
type Keys struct {
|
||
|
Metric string `json:"metric,omitempty"`
|
||
|
Key string `json:"key,omitempty"`
|
||
|
}
|