renderer

package
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2026 License: GPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputFile

type OutputFile struct {
	Path    string
	Content []byte
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL