mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
13 lines
314 B
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() {}
|