Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
Detailed bool
Filter Filter
PoolingInterval time.Duration
Projects []projects.Project
HandleRequestError func(error) string
StopCondition (func() bool)
Teardown func(l *List)
// contains filtered or unexported fields
}
List services object
type RestartWatchList ¶
type RestartWatchList struct {
Project string
Services []string
IsStillRunning func() bool
// contains filtered or unexported fields
}
RestartWatchList is a temporary watch
func (*RestartWatchList) SetInitialProjectHealthUID ¶
func (rwl *RestartWatchList) SetInitialProjectHealthUID(healthUID string)
SetInitialProjectHealthUID sets the initial state for the HealthUID for the project
func (*RestartWatchList) SetInitialServicesHealthUID ¶
func (rwl *RestartWatchList) SetInitialServicesHealthUID(healthUIDs map[string]string)
SetInitialServicesHealthUID sets the initial state for the HealthUID for the services
Click to show internal directories.
Click to hide internal directories.