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