Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProgressRead = daemontypes.StringProgress("render", "reading application release") ProgressRender = daemontypes.StringProgress("render", "rendering assets and configuration values") )
Functions ¶
func NewFactory ¶
func NoConfigRenderer ¶
Types ¶
type Factory ¶
type Factory func() *renderer
Factory gets a *renderer and implements lifecycle.Renderer
func (Factory) WithPlanner ¶
func (f Factory) WithPlanner(plannerFactory pkgplanner.Planner) lifecycle.Renderer
func (Factory) WithStatusReceiver ¶
func (f Factory) WithStatusReceiver(receiver daemontypes.StatusReceiver) lifecycle.Renderer
Click to show internal directories.
Click to hide internal directories.