Files
steampipe/pkg/dashboard/dashboardevents/input_values_cleared.go

11 lines
234 B
Go

package dashboardevents
type InputValuesCleared struct {
ClearedInputs []string
Session string
ExecutionId string
}
// IsDashboardEvent implements DashboardEvent interface
func (*InputValuesCleared) IsDashboardEvent() {}