github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/dashboard/dashboardevents/input_values_cleared.go (about)

     1  package dashboardevents
     2  
     3  type InputValuesCleared struct {
     4  	ClearedInputs []string
     5  	Session       string
     6  	ExecutionId   string
     7  }
     8  
     9  // IsDashboardEvent implements DashboardEvent interface
    10  func (*InputValuesCleared) IsDashboardEvent() {}