Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClusterReadTimedout = errors.New("timeout waiting for cluster ready")
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { ManifestHandler() manifest.Handler Close() error Done() <-chan struct{} StatusClient }
Service is the interface that includes StatusClient interface. It also wraps ManifestHandler, Close and Done methods.
Click to show internal directories.
Click to hide internal directories.