Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTransformation ¶
func GetTransformation(name string) (plugintypes.Transformation, error)
GetTransformation returns a transformation by name If the transformation is not found, it returns an error
func Register ¶
func Register(name string, trans plugintypes.Transformation)
Register registers a transformation by name If the transformation is already registered, it will be overwritten
Types ¶
This section is empty.
Source Files ¶
- base64decode.go
- cmd_line.go
- compress_whitespace.go
- css_decode.go
- escape_seq_decode.go
- hex_encode.go
- html_entity_decode.go
- js_decode.go
- length.go
- lowercase.go
- md5.go
- none.go
- normalise_path.go
- normalise_path_win.go
- remove_comments.go
- remove_comments_char.go
- remove_nulls.go
- remove_whitespace.go
- replace_comments.go
- replace_nulls.go
- sha1.go
- transformations.go
- trim.go
- trim_left.go
- trim_right.go
- url_decode.go
- url_decode_uni.go
- url_encode.go
- utf8_to_unicode.go
Click to show internal directories.
Click to hide internal directories.