mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-01 08:01:35 -05:00
11 lines
234 B
Go
11 lines
234 B
Go
package dashboardevents
|
|
|
|
type InputValuesCleared struct {
|
|
ClearedInputs []string
|
|
Session string
|
|
ExecutionId string
|
|
}
|
|
|
|
// IsDashboardEvent implements DashboardEvent interface
|
|
func (*InputValuesCleared) IsDashboardEvent() {}
|