Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Manifold ¶
func Manifold(config ManifoldConfig) dependency.Manifold
Manifold returns a dependency manifold that runs a fan configurer worker, using the resource names defined in the supplied config.
Types ¶
type FanConfigurer ¶
type FanConfigurer struct {
// contains filtered or unexported fields
}
func NewFanConfigurer ¶
func NewFanConfigurer(config FanConfigurerConfig, clock clock.Clock) (*FanConfigurer, error)
type FanConfigurerConfig ¶
type FanConfigurerConfig struct {
Facade FanConfigurerFacade
}
type FanConfigurerFacade ¶
type ManifoldConfig ¶
type ManifoldConfig struct { // These are the dependency resource names. APICallerName string Clock clock.Clock }
ManifoldConfig defines the names of the manifolds on which a Manifold will depend.
Click to show internal directories.
Click to hide internal directories.