Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotRunning = errors.New("not running")
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
HandleManifest(context.Context, *types.ManifestRequest) error
}
type Service ¶
type Service interface { StatusClient Handler Done() <-chan struct{} }
type StatusClient ¶ added in v0.3.4
type StatusClient interface {
Status(context.Context) (*types.ProviderManifestStatus, error)
}
Click to show internal directories.
Click to hide internal directories.