package
0.1.3
Repository: https://github.com/monadicstack/abide.git
Documentation: pkg.go.dev

# Functions

File runs the parsed service context through the given file template, generating the appropriate code/project file.
NewCustomTemplate creates the metadata that points to a custom template defined by the user running one of our CLI commands.
NewStandardTemplate creates the metadata that points to one of our standard, built-in templates for a gateway, client, etc.
ServiceScaffold creates the bare minimum code required to have an abide-powered service.

# Variables

StandardTemplates provides access to all of the code generation templates that Abide ships out of the box with.

# Structs

FileTemplate tracks the data needed to load a code generation template for one of our output artifacts.
ServiceScaffoldRequest contains the inputs from our "abide create" CLI command.