mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-01 17:01:00 -05:00
7 lines
99 B
Go
7 lines
99 B
Go
package execute
|
|
|
|
type Dimension struct {
|
|
Key string `json:"key"`
|
|
Value string `json:"value"`
|
|
}
|