# README
Remoto generators
Remoto uses Plush templates to generate code.
Built in functions
As well as the Plush built-in helpers, Remoto also provides:
unique_structures(definition)
- Get a list of all structures in the entire definition
# Packages
No description provided by the author
# Functions
AddTemplateHelpers adds all the built-in template helpers.
Default returns an importer that will try to import code from gopath before using go/importer.Default and skipping test files.
DefaultWithTestFiles same as Default but it parses test files too.
Parse parses a Remoto definition file from the io.Reader.
ParseDir parses a package of .remoto.go files.
Render renders the tpl template with the Definition into w.
# Interfaces
Setter may have data set on it, usually a plush context.