Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRendering = errors.New("failed to render")
)
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*opts)
Option is configurable Engine behavior.
func IgnoreNotFound ¶ added in v0.2.1
IgnoreNotFound ignores values are not found in the external store.
func TextType ¶ added in v0.3.0
func TextType(tto TextTypeOpt) Option
TextType sets the text type of rendered text.
type TextTypeOpt ¶ added in v0.3.0
const ( TextTypePlain TextTypeOpt = "plain" TextTypeJSON TextTypeOpt = encoding.TextTypeJSON TextTypeJSONArray TextTypeOpt = encoding.TextTypeJSONArray TextTypeYAML TextTypeOpt = encoding.TextTypeYAML TextTypeYAMLArray TextTypeOpt = encoding.TextTypeYAMLArray TextTypeYAMLDocs TextTypeOpt = encoding.TextTypeYAMLDocs )
Click to show internal directories.
Click to hide internal directories.