package
1.2.0
Repository: https://github.com/linuxboot/fiano.git
Documentation: pkg.go.dev

# Functions

New creates a new Transformer with the given Mapper.
NewTemplateMapper creates a new TemplateMapper given a Template.

# Structs

TemplateMapper implements mapper using Go's text/template package.
Transformer replaces all the GUIDs using the Mapper interface.

# Interfaces

Mapper converts a GUID to a string.