Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostAPI ¶
type ServiceFactory ¶
type ServiceFactory interface {
GetService(name string) (cim.ServiceInterface, error)
}
type ServiceInfo ¶
type ServiceManager ¶
type ServiceManagerImpl ¶
type ServiceManagerImpl struct {
// contains filtered or unexported fields
}
func (ServiceManagerImpl) GetDependentsForService ¶
func (impl ServiceManagerImpl) GetDependentsForService(name string) ([]string, error)
func (ServiceManagerImpl) WaitUntilServiceState ¶
func (impl ServiceManagerImpl) WaitUntilServiceState(service cim.ServiceInterface, stateTransition stateTransitionFunc, stateCheck stateCheckFunc, interval time.Duration, timeout time.Duration) (string, error)
Click to show internal directories.
Click to hide internal directories.