mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-19 07:00:17 -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() {}
|