Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶ added in v0.81.0
type Registry struct {
// contains filtered or unexported fields
}
Registry manages renderer registration and lookup
func NewRegistry ¶ added in v0.81.0
func NewRegistry() *Registry
NewRegistry creates a new renderer registry
type RenderRequest ¶
RenderRequest encapsulates the domain and environment name
type Renderer ¶
type Renderer interface {
ID() string
RenderTo(w io.Writer, req RenderRequest, proposal analyzer.AnalyzedProposal) error
}
Renderer transforms an AnalyzedProposal into a specific output format
Click to show internal directories.
Click to hide internal directories.