mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 13:00:08 -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"`
|
|
}
|