Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyToMap ¶
ApplyToMap returns a new map with each value run through its encoder chain. encoders maps keyword -> list of encoder names (e.g. "FUZZ" -> ["urlencode"]). Keywords not in encoders are copied as-is.
func Chain ¶
Chain applies a list of encoder names to value in order. Unknown encoder names are skipped. Returns value unchanged if no encoders or all unknown. All built-in encoders are infallible; the returned error is reserved for future use (e.g. strict mode).
func Registered ¶
func Registered() []string
Registered returns the list of registered encoder names (e.g. for help).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.