package
1.5.1
Repository: https://github.com/microbus-io/fabric.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package tester implements the codegen.test microservice.

# Functions

LoadTemplate loads a template from the embedded bundle.
NewGenerator creates a new code generator set to run on the current working directory and output to stdout.

# Structs

Generator is the main operator that operates to generate the code.
Printer is an implementation of IndentPrinter that prints to stdout and stderr.
TextTemplate is a text template used to generate code.

# Interfaces

IndentPrinter is a printer that maintains a state of indentation and adjusts printing accordingly.