Documentation
¶
Index ¶
Constants ¶
View Source
const ( SchemeRaw = "raw" SchemeEnv = "env" )
View Source
const ( DefaultLeftDelim = "{{" DefaultRightDelim = "}}" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*options)
Option configures the expansion.
func WithDelims ¶
WithDelims sets the action delimiters. Empty values stand for the defaults.
func WithResolver ¶ added in v1.3.0
WithResolver registers the resolver for the scheme. It overrides the resolver already registered for the same scheme, including the built-in ones.
Click to show internal directories.
Click to hide internal directories.