Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Provider is the name of the default provider to use. Provider string `config:"provider"` // QuoteReplacements will quote replacement values. QuoteReplacements bool `config:"escape_replacements"` // IgnoreUnknownKeys will ignore unknown replacement keys. IgnoreUnknownKeys bool `config:"ignore_unknown_keys"` }
Config holds global replacer configuration options.
Click to show internal directories.
Click to hide internal directories.