Files
steampipe/dashboard/dashboardevents/leaf_node_error.go

13 lines
304 B
Go

package dashboardevents
import "github.com/turbot/steampipe/dashboard/dashboardinterfaces"
type LeafNodeError struct {
LeafNode dashboardinterfaces.DashboardNodeRun
Session string
Error error
}
// IsDashboardEvent implements DashboardEvent interface
func (*LeafNodeError) IsDashboardEvent() {}