//
pkg.gl
Category
github.com/dgoodwin/origin
pkg
template
package
1.0.5
Repository:
https://github.com/dgoodwin/origin.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
0
Files
140 SLOC
#
Packages
api
Package api defines and registers types for Template objects.
generator
Package generator defines GeneratorInterface interface and implements some random value generators.
registry
No description provided by the author
#
Functions
AddParameter
AddParameter adds new custom parameter to the Template.
GetParameterByName
GetParameterByName searches for a Parameter in the Template based on its name.
NewProcessor
NewProcessor creates new Processor and initializes its set of generators.
#
Structs
Processor
Processor process the Template into the List with substituted parameters.