package
0.12.3
Repository: https://github.com/inloco/packer.git
Documentation: pkg.go.dev

# Functions

Funcs returns the functions that can be used for interpolation given a context.
Render is shorthand for constructing an I and calling Render.
RenderInterface renders any value and returns the resulting value.
RenderMap renders all the strings in the given interface.
Validate is shorthand for constructing an I and calling Validate.
ValidateInterface renders any value and returns the resulting value.

# Variables

Funcs are the interpolation funcs that are available within interpolations.
InitTime is the UTC time when this package was initialized.

# Structs

Context is the context that an interpolation is done in.
I stands for "interpolation" and is the main interpolation struct in order to render values.
RenderFilter is an option for filtering what gets rendered and doesn't within an interface.

# Type aliases

FuncGenerator is a function that given a context generates a template function for the template.