Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerComplete ¶
type ContainerComplete struct {
Container dashboardinterfaces.DashboardNodeRun
}
func (*ContainerComplete) IsDashboardEvent ¶
func (*ContainerComplete) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type ContainerError ¶
type ContainerError struct {
Container dashboardinterfaces.DashboardNodeRun
}
func (*ContainerError) IsDashboardEvent ¶
func (*ContainerError) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type DashboardChanged ¶
type DashboardChanged struct { ChangedDashboards []*modconfig.DashboardTreeItemDiffs ChangedContainers []*modconfig.DashboardTreeItemDiffs ChangedControls []*modconfig.DashboardTreeItemDiffs ChangedBenchmarks []*modconfig.DashboardTreeItemDiffs ChangedCards []*modconfig.DashboardTreeItemDiffs ChangedCharts []*modconfig.DashboardTreeItemDiffs ChangedHierarchies []*modconfig.DashboardTreeItemDiffs ChangedImages []*modconfig.DashboardTreeItemDiffs ChangedInputs []*modconfig.DashboardTreeItemDiffs ChangedTables []*modconfig.DashboardTreeItemDiffs ChangedTexts []*modconfig.DashboardTreeItemDiffs NewDashboards []*modconfig.Dashboard NewContainers []*modconfig.DashboardContainer NewControls []*modconfig.Control NewBenchmarks []*modconfig.Benchmark NewCards []*modconfig.DashboardCard NewCharts []*modconfig.DashboardChart NewHierarchies []*modconfig.DashboardHierarchy NewImages []*modconfig.DashboardImage NewInputs []*modconfig.DashboardInput NewTables []*modconfig.DashboardTable NewTexts []*modconfig.DashboardText DeletedDashboards []*modconfig.Dashboard DeletedContainers []*modconfig.DashboardContainer DeletedControls []*modconfig.Control DeletedBenchmarks []*modconfig.Benchmark DeletedCards []*modconfig.DashboardCard DeletedCharts []*modconfig.DashboardChart DeletedHierarchies []*modconfig.DashboardHierarchy DeletedImages []*modconfig.DashboardImage DeletedInputs []*modconfig.DashboardInput DeletedTables []*modconfig.DashboardTable DeletedTexts []*modconfig.DashboardText }
func (*DashboardChanged) HasChanges ¶
func (c *DashboardChanged) HasChanges() bool
func (*DashboardChanged) IsDashboardEvent ¶
func (*DashboardChanged) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type DashboardComplete ¶
type DashboardComplete struct {
Dashboard dashboardinterfaces.DashboardNodeRun
}
func (*DashboardComplete) IsDashboardEvent ¶
func (*DashboardComplete) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type DashboardError ¶
type DashboardError struct {
Dashboard dashboardinterfaces.DashboardNodeRun
}
func (*DashboardError) IsDashboardEvent ¶
func (*DashboardError) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type DashboardEvent ¶
type DashboardEvent interface {
IsDashboardEvent()
}
type DashboardEventHandler ¶
type DashboardEventHandler func(DashboardEvent)
type ExecutionComplete ¶
type ExecutionComplete struct {
Dashboard dashboardinterfaces.DashboardNodeRun
}
func (*ExecutionComplete) IsDashboardEvent ¶
func (*ExecutionComplete) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type ExecutionStarted ¶
type ExecutionStarted struct {
DashboardNode dashboardinterfaces.DashboardNodeRun `json:"dashboard"`
}
func (*ExecutionStarted) IsDashboardEvent ¶
func (*ExecutionStarted) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type LeafNodeComplete ¶
type LeafNodeComplete struct {
Node dashboardinterfaces.DashboardNodeRun
}
func (*LeafNodeComplete) IsDashboardEvent ¶
func (*LeafNodeComplete) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type LeafNodeError ¶
type LeafNodeError struct {
Node dashboardinterfaces.DashboardNodeRun
}
func (*LeafNodeError) IsDashboardEvent ¶
func (*LeafNodeError) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type LeafNodeProgress ¶
type LeafNodeProgress struct {
Node dashboardinterfaces.DashboardNodeRun
}
func (*LeafNodeProgress) IsDashboardEvent ¶
func (*LeafNodeProgress) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
type WorkspaceError ¶
type WorkspaceError struct {
Error error
}
func (*WorkspaceError) IsDashboardEvent ¶
func (*WorkspaceError) IsDashboardEvent()
IsDashboardEvent implements DashboardEvent interface
Click to show internal directories.
Click to hide internal directories.