Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputFile ¶
OutputFile describes one generated file.
type RenderOptions ¶
type RenderOptions struct {
Package string
}
RenderOptions configures the generated source layout.
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer renders codegen IR into language-specific output files.
func NewRenderer ¶
func NewRenderer() *Renderer
NewRenderer constructs a renderer backed by the embedded template pack.
func (*Renderer) Render ¶
func (r *Renderer) Render(spec *codegen.Spec, opts RenderOptions) ([]OutputFile, error)
Render emits Scala/sbt Gatling files for the supplied IR spec.
Click to show internal directories.
Click to hide internal directories.