Files
steampipe/dashboard/dashboardevents/leaf_node_progress.go

12 lines
294 B
Go

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