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