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

13 lines
316 B
Go

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