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

13 lines
310 B
Go

package dashboardevents
import "github.com/turbot/steampipe/pkg/dashboard/dashboardtypes"
type DashboardError struct {
Dashboard dashboardtypes.DashboardNodeRun
Session string
ExecutionId string
}
// IsDashboardEvent implements DashboardEvent interface
func (*DashboardError) IsDashboardEvent() {}