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