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

13 lines
314 B
Go

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