Documentation
¶
Index ¶
- Variables
- func IsGenerator(p Processor) bool
- func ShouldStream(processor Processor, inputSize, threshold int64) bool
- func SupportsStreaming(processor Processor) bool
- func TransformStream(processor Processor, reader io.Reader, writer io.Writer, opts ...Flag) error
- type AESDecrypt
- type AESEncrypt
- type ASCII85Decoding
- func (p ASCII85Decoding) Alias() []string
- func (p ASCII85Decoding) Description() string
- func (p ASCII85Decoding) FilterValue() string
- func (p ASCII85Decoding) Flags() []Flag
- func (p ASCII85Decoding) Name() string
- func (p ASCII85Decoding) Title() string
- func (p ASCII85Decoding) Transform(data []byte, _ ...Flag) (string, error)
- type ASCII85Encoding
- func (p ASCII85Encoding) Alias() []string
- func (p ASCII85Encoding) Description() string
- func (p ASCII85Encoding) FilterValue() string
- func (p ASCII85Encoding) Flags() []Flag
- func (p ASCII85Encoding) Name() string
- func (p ASCII85Encoding) Title() string
- func (p ASCII85Encoding) Transform(data []byte, _ ...Flag) (string, error)
- type Adler32
- type Argon2Hash
- type BLAKE2b
- func (p BLAKE2b) Alias() []string
- func (p BLAKE2b) Description() string
- func (p BLAKE2b) FilterValue() string
- func (p BLAKE2b) Flags() []Flag
- func (p BLAKE2b) Name() string
- func (p BLAKE2b) StreamingSpec() StreamingSpec
- func (p BLAKE2b) Title() string
- func (p BLAKE2b) Transform(data []byte, f ...Flag) (string, error)
- func (p BLAKE2b) TransformStream(reader io.Reader, writer io.Writer, opts ...Flag) error
- type BLAKE2s
- func (p BLAKE2s) Alias() []string
- func (p BLAKE2s) Description() string
- func (p BLAKE2s) FilterValue() string
- func (p BLAKE2s) Flags() []Flag
- func (p BLAKE2s) Name() string
- func (p BLAKE2s) StreamingSpec() StreamingSpec
- func (p BLAKE2s) Title() string
- func (p BLAKE2s) Transform(data []byte, _ ...Flag) (string, error)
- func (p BLAKE2s) TransformStream(reader io.Reader, writer io.Writer, _ ...Flag) error
- type Base32Decode
- func (p Base32Decode) Alias() []string
- func (p Base32Decode) Description() string
- func (p Base32Decode) FilterValue() string
- func (p Base32Decode) Flags() []Flag
- func (p Base32Decode) Name() string
- func (p Base32Decode) Title() string
- func (p Base32Decode) Transform(data []byte, _ ...Flag) (string, error)
- type Base32Encoding
- func (p Base32Encoding) Alias() []string
- func (p Base32Encoding) Description() string
- func (p Base32Encoding) FilterValue() string
- func (p Base32Encoding) Flags() []Flag
- func (p Base32Encoding) Name() string
- func (p Base32Encoding) Title() string
- func (p Base32Encoding) Transform(data []byte, _ ...Flag) (string, error)
- type Base58Decode
- func (p Base58Decode) Alias() []string
- func (p Base58Decode) Description() string
- func (p Base58Decode) FilterValue() string
- func (p Base58Decode) Flags() []Flag
- func (p Base58Decode) Name() string
- func (p Base58Decode) Title() string
- func (p Base58Decode) Transform(data []byte, f ...Flag) (string, error)
- type Base58Encode
- func (p Base58Encode) Alias() []string
- func (p Base58Encode) Description() string
- func (p Base58Encode) FilterValue() string
- func (p Base58Encode) Flags() []Flag
- func (p Base58Encode) Name() string
- func (p Base58Encode) Title() string
- func (p Base58Encode) Transform(data []byte, f ...Flag) (string, error)
- type Base62Decode
- func (p Base62Decode) Alias() []string
- func (p Base62Decode) Description() string
- func (p Base62Decode) FilterValue() string
- func (p Base62Decode) Flags() []Flag
- func (p Base62Decode) Name() string
- func (p Base62Decode) Title() string
- func (p Base62Decode) Transform(data []byte, _ ...Flag) (string, error)
- type Base62Encode
- func (p Base62Encode) Alias() []string
- func (p Base62Encode) Description() string
- func (p Base62Encode) FilterValue() string
- func (p Base62Encode) Flags() []Flag
- func (p Base62Encode) Name() string
- func (p Base62Encode) Title() string
- func (p Base62Encode) Transform(data []byte, f ...Flag) (string, error)
- type Base64Decode
- func (p Base64Decode) Alias() []string
- func (p Base64Decode) Description() string
- func (p Base64Decode) FilterValue() string
- func (p Base64Decode) Flags() []Flag
- func (p Base64Decode) Name() string
- func (p Base64Decode) Title() string
- func (p Base64Decode) Transform(data []byte, f ...Flag) (string, error)
- type Base64Encode
- func (p Base64Encode) Alias() []string
- func (p Base64Encode) Description() string
- func (p Base64Encode) FilterValue() string
- func (p Base64Encode) Flags() []Flag
- func (p Base64Encode) Name() string
- func (p Base64Encode) Title() string
- func (p Base64Encode) Transform(data []byte, f ...Flag) (string, error)
- type Base64URLDecode
- func (p Base64URLDecode) Alias() []string
- func (p Base64URLDecode) Description() string
- func (p Base64URLDecode) FilterValue() string
- func (p Base64URLDecode) Flags() []Flag
- func (p Base64URLDecode) Name() string
- func (p Base64URLDecode) Title() string
- func (p Base64URLDecode) Transform(data []byte, f ...Flag) (string, error)
- type Base64URLEncode
- func (p Base64URLEncode) Alias() []string
- func (p Base64URLEncode) Description() string
- func (p Base64URLEncode) FilterValue() string
- func (p Base64URLEncode) Flags() []Flag
- func (p Base64URLEncode) Name() string
- func (p Base64URLEncode) Title() string
- func (p Base64URLEncode) Transform(data []byte, f ...Flag) (string, error)
- type BaseConvert
- type Bcrypt
- type BinaryDecode
- func (p BinaryDecode) Alias() []string
- func (p BinaryDecode) Description() string
- func (p BinaryDecode) FilterValue() string
- func (p BinaryDecode) Flags() []Flag
- func (p BinaryDecode) Name() string
- func (p BinaryDecode) Title() string
- func (p BinaryDecode) Transform(data []byte, _ ...Flag) (string, error)
- type BinaryEncode
- func (p BinaryEncode) Alias() []string
- func (p BinaryEncode) Description() string
- func (p BinaryEncode) FilterValue() string
- func (p BinaryEncode) Flags() []Flag
- func (p BinaryEncode) Name() string
- func (p BinaryEncode) Title() string
- func (p BinaryEncode) Transform(data []byte, _ ...Flag) (string, error)
- type CRC32
- type CSVToJSON
- type CaesarDecode
- func (p CaesarDecode) Alias() []string
- func (p CaesarDecode) Description() string
- func (p CaesarDecode) FilterValue() string
- func (p CaesarDecode) Flags() []Flag
- func (p CaesarDecode) Name() string
- func (p CaesarDecode) Title() string
- func (p CaesarDecode) Transform(data []byte, f ...Flag) (string, error)
- type CaesarEncode
- func (p CaesarEncode) Alias() []string
- func (p CaesarEncode) Description() string
- func (p CaesarEncode) FilterValue() string
- func (p CaesarEncode) Flags() []Flag
- func (p CaesarEncode) Name() string
- func (p CaesarEncode) Title() string
- func (p CaesarEncode) Transform(data []byte, f ...Flag) (string, error)
- type Camel
- type CharFrequency
- func (p CharFrequency) Alias() []string
- func (p CharFrequency) Description() string
- func (p CharFrequency) FilterValue() string
- func (p CharFrequency) Flags() []Flag
- func (p CharFrequency) Name() string
- func (p CharFrequency) Title() string
- func (p CharFrequency) Transform(data []byte, _ ...Flag) (string, error)
- type ChecksumVerify
- func (p ChecksumVerify) Alias() []string
- func (p ChecksumVerify) Description() string
- func (p ChecksumVerify) FilterValue() string
- func (p ChecksumVerify) Flags() []Flag
- func (p ChecksumVerify) Name() string
- func (p ChecksumVerify) Title() string
- func (p ChecksumVerify) Transform(data []byte, f ...Flag) (string, error)
- type Column
- type CountCharacters
- func (p CountCharacters) Alias() []string
- func (p CountCharacters) Description() string
- func (p CountCharacters) FilterValue() string
- func (p CountCharacters) Flags() []Flag
- func (p CountCharacters) Name() string
- func (p CountCharacters) StreamingSpec() StreamingSpec
- func (p CountCharacters) Title() string
- func (p CountCharacters) Transform(data []byte, _ ...Flag) (string, error)
- type CountLines
- func (p CountLines) Alias() []string
- func (p CountLines) Description() string
- func (p CountLines) FilterValue() string
- func (p CountLines) Flags() []Flag
- func (p CountLines) Name() string
- func (p CountLines) StreamingSpec() StreamingSpec
- func (p CountLines) Title() string
- func (p CountLines) Transform(data []byte, _ ...Flag) (string, error)
- type CountWords
- func (p CountWords) Alias() []string
- func (p CountWords) Description() string
- func (p CountWords) FilterValue() string
- func (p CountWords) Flags() []Flag
- func (p CountWords) Name() string
- func (p CountWords) StreamingSpec() StreamingSpec
- func (p CountWords) Title() string
- func (p CountWords) Transform(data []byte, _ ...Flag) (string, error)
- type CrockfordBase32Decode
- func (p CrockfordBase32Decode) Alias() []string
- func (p CrockfordBase32Decode) Description() string
- func (p CrockfordBase32Decode) FilterValue() string
- func (p CrockfordBase32Decode) Flags() []Flag
- func (p CrockfordBase32Decode) Name() string
- func (p CrockfordBase32Decode) Title() string
- func (p CrockfordBase32Decode) Transform(data []byte, f ...Flag) (string, error)
- type CrockfordBase32Encode
- func (p CrockfordBase32Encode) Alias() []string
- func (p CrockfordBase32Encode) Description() string
- func (p CrockfordBase32Encode) FilterValue() string
- func (p CrockfordBase32Encode) Flags() []Flag
- func (p CrockfordBase32Encode) Name() string
- func (p CrockfordBase32Encode) Title() string
- func (p CrockfordBase32Encode) Transform(data []byte, f ...Flag) (string, error)
- type Detect
- type Epoch
- type EscapeQuotes
- func (p EscapeQuotes) Alias() []string
- func (p EscapeQuotes) Description() string
- func (p EscapeQuotes) FilterValue() string
- func (p EscapeQuotes) Flags() []Flag
- func (p EscapeQuotes) Name() string
- func (p EscapeQuotes) Title() string
- func (p EscapeQuotes) Transform(data []byte, f ...Flag) (string, error)
- type ExtractEmails
- func (p ExtractEmails) Alias() []string
- func (p ExtractEmails) Description() string
- func (p ExtractEmails) FilterValue() string
- func (p ExtractEmails) Flags() []Flag
- func (p ExtractEmails) Name() string
- func (p ExtractEmails) Title() string
- func (p ExtractEmails) Transform(data []byte, f ...Flag) (string, error)
- type ExtractIPs
- type ExtractURLs
- type Flag
- type FlagType
- type FormatJSON
- type Generator
- type Grep
- type HMACSHA256
- type HMACSHA512
- type HSLToHex
- type HTMLDecode
- type HTMLEncode
- type HexDecode
- func (p HexDecode) Alias() []string
- func (p HexDecode) Description() string
- func (p HexDecode) FilterValue() string
- func (p HexDecode) Flags() []Flag
- func (p HexDecode) Name() string
- func (p HexDecode) StreamingSpec() StreamingSpec
- func (p HexDecode) Title() string
- func (p HexDecode) Transform(data []byte, _ ...Flag) (string, error)
- type HexEncode
- func (p HexEncode) Alias() []string
- func (p HexEncode) Description() string
- func (p HexEncode) FilterValue() string
- func (p HexEncode) Flags() []Flag
- func (p HexEncode) Name() string
- func (p HexEncode) StreamingSpec() StreamingSpec
- func (p HexEncode) Title() string
- func (p HexEncode) Transform(data []byte, _ ...Flag) (string, error)
- type HexToRGB
- type JSONEscape
- type JSONLToJSON
- type JSONMinify
- type JSONToCSV
- type JSONToMSGPACK
- func (p JSONToMSGPACK) Alias() []string
- func (p JSONToMSGPACK) Description() string
- func (p JSONToMSGPACK) FilterValue() string
- func (p JSONToMSGPACK) Flags() []Flag
- func (p JSONToMSGPACK) Name() string
- func (p JSONToMSGPACK) Title() string
- func (p JSONToMSGPACK) Transform(data []byte, _ ...Flag) (string, error)
- type JSONToTOML
- type JSONToXML
- type JSONToYAML
- type JSONUnescape
- func (p JSONUnescape) Alias() []string
- func (p JSONUnescape) Description() string
- func (p JSONUnescape) FilterValue() string
- func (p JSONUnescape) Flags() []Flag
- func (p JSONUnescape) Name() string
- func (p JSONUnescape) Title() string
- func (p JSONUnescape) Transform(data []byte, f ...Flag) (string, error)
- type JWTDecode
- type JWTEncode
- type Kebab
- type Lorem
- type Lower
- func (p Lower) Alias() []string
- func (p Lower) Description() string
- func (p Lower) FilterValue() string
- func (p Lower) Flags() []Flag
- func (p Lower) Name() string
- func (p Lower) StreamingSpec() StreamingSpec
- func (p Lower) Title() string
- func (p Lower) Transform(data []byte, _ ...Flag) (string, error)
- type MD5
- type MSGPACKToJSON
- func (p MSGPACKToJSON) Alias() []string
- func (p MSGPACKToJSON) Description() string
- func (p MSGPACKToJSON) FilterValue() string
- func (p MSGPACKToJSON) Flags() []Flag
- func (p MSGPACKToJSON) Name() string
- func (p MSGPACKToJSON) Title() string
- func (p MSGPACKToJSON) Transform(data []byte, _ ...Flag) (string, error)
- type Markdown
- type MorseCodeDecode
- func (p MorseCodeDecode) Alias() []string
- func (p MorseCodeDecode) Description() string
- func (p MorseCodeDecode) FilterValue() string
- func (p MorseCodeDecode) Flags() []Flag
- func (p MorseCodeDecode) Name() string
- func (p MorseCodeDecode) Title() string
- func (p MorseCodeDecode) Transform(data []byte, _ ...Flag) (string, error)
- type MorseCodeEncode
- func (p MorseCodeEncode) Alias() []string
- func (p MorseCodeEncode) Description() string
- func (p MorseCodeEncode) FilterValue() string
- func (p MorseCodeEncode) Flags() []Flag
- func (p MorseCodeEncode) Name() string
- func (p MorseCodeEncode) Title() string
- func (p MorseCodeEncode) Transform(data []byte, _ ...Flag) (string, error)
- type NanoID
- type NativeStreamProcessor
- type Now
- type NumberLines
- func (p NumberLines) Alias() []string
- func (p NumberLines) Description() string
- func (p NumberLines) FilterValue() string
- func (p NumberLines) Flags() []Flag
- func (p NumberLines) Name() string
- func (p NumberLines) StreamingSpec() StreamingSpec
- func (p NumberLines) Title() string
- func (p NumberLines) Transform(data []byte, _ ...Flag) (string, error)
- type PadLeft
- type PadRight
- type Pascal
- type PasswordGen
- func (p PasswordGen) Alias() []string
- func (p PasswordGen) Description() string
- func (p PasswordGen) FilterValue() string
- func (p PasswordGen) Flags() []Flag
- func (p PasswordGen) IsGenerator() bool
- func (p PasswordGen) Name() string
- func (p PasswordGen) Title() string
- func (p PasswordGen) Transform(_ []byte, f ...Flag) (string, error)
- type Processor
- type QRCode
- func (p QRCode) Alias() []string
- func (p QRCode) Description() string
- func (p QRCode) FilterValue() string
- func (p QRCode) Flags() []Flag
- func (p QRCode) Name() string
- func (p QRCode) StreamingSpec() StreamingSpec
- func (p QRCode) Title() string
- func (p QRCode) Transform(data []byte, f ...Flag) (string, error)
- type RGBToHex
- type ROT13
- type RegexMatch
- type RegexReplace
- func (p RegexReplace) Alias() []string
- func (p RegexReplace) Description() string
- func (p RegexReplace) FilterValue() string
- func (p RegexReplace) Flags() []Flag
- func (p RegexReplace) Name() string
- func (p RegexReplace) Title() string
- func (p RegexReplace) Transform(data []byte, f ...Flag) (string, error)
- type RemoveNewLines
- func (p RemoveNewLines) Alias() []string
- func (p RemoveNewLines) Description() string
- func (p RemoveNewLines) FilterValue() string
- func (p RemoveNewLines) Flags() []Flag
- func (p RemoveNewLines) Name() string
- func (p RemoveNewLines) Title() string
- func (p RemoveNewLines) Transform(data []byte, f ...Flag) (string, error)
- type RemoveSpaces
- func (p RemoveSpaces) Alias() []string
- func (p RemoveSpaces) Description() string
- func (p RemoveSpaces) FilterValue() string
- func (p RemoveSpaces) Flags() []Flag
- func (p RemoveSpaces) Name() string
- func (p RemoveSpaces) Title() string
- func (p RemoveSpaces) Transform(data []byte, f ...Flag) (string, error)
- type Repeat
- type ReplaceText
- type Reverse
- type ReverseLines
- func (p ReverseLines) Alias() []string
- func (p ReverseLines) Description() string
- func (p ReverseLines) FilterValue() string
- func (p ReverseLines) Flags() []Flag
- func (p ReverseLines) Name() string
- func (p ReverseLines) StreamingSpec() StreamingSpec
- func (p ReverseLines) Title() string
- func (p ReverseLines) Transform(data []byte, _ ...Flag) (string, error)
- type SHA1
- type SHA224
- func (p SHA224) Alias() []string
- func (p SHA224) Description() string
- func (p SHA224) FilterValue() string
- func (p SHA224) Flags() []Flag
- func (p SHA224) Name() string
- func (p SHA224) StreamingSpec() StreamingSpec
- func (p SHA224) Title() string
- func (p SHA224) Transform(data []byte, _ ...Flag) (string, error)
- type SHA256
- func (p SHA256) Alias() []string
- func (p SHA256) Description() string
- func (p SHA256) FilterValue() string
- func (p SHA256) Flags() []Flag
- func (p SHA256) Name() string
- func (p SHA256) StreamingSpec() StreamingSpec
- func (p SHA256) Title() string
- func (p SHA256) Transform(data []byte, _ ...Flag) (string, error)
- type SHA384
- func (p SHA384) Alias() []string
- func (p SHA384) Description() string
- func (p SHA384) FilterValue() string
- func (p SHA384) Flags() []Flag
- func (p SHA384) Name() string
- func (p SHA384) StreamingSpec() StreamingSpec
- func (p SHA384) Title() string
- func (p SHA384) Transform(data []byte, _ ...Flag) (string, error)
- type SHA512
- func (p SHA512) Alias() []string
- func (p SHA512) Description() string
- func (p SHA512) FilterValue() string
- func (p SHA512) Flags() []Flag
- func (p SHA512) Name() string
- func (p SHA512) StreamingSpec() StreamingSpec
- func (p SHA512) Title() string
- func (p SHA512) Transform(data []byte, _ ...Flag) (string, error)
- type ShuffleLines
- func (p ShuffleLines) Alias() []string
- func (p ShuffleLines) Description() string
- func (p ShuffleLines) FilterValue() string
- func (p ShuffleLines) Flags() []Flag
- func (p ShuffleLines) Name() string
- func (p ShuffleLines) Title() string
- func (p ShuffleLines) Transform(data []byte, _ ...Flag) (string, error)
- type Slug
- type Snake
- type SortLines
- func (p SortLines) Alias() []string
- func (p SortLines) Description() string
- func (p SortLines) FilterValue() string
- func (p SortLines) Flags() []Flag
- func (p SortLines) Name() string
- func (p SortLines) StreamingSpec() StreamingSpec
- func (p SortLines) Title() string
- func (p SortLines) Transform(data []byte, _ ...Flag) (string, error)
- type StreamConfigurable
- type StreamingMode
- type StreamingSpec
- type TOMLToJSON
- type TOTP
- type Title
- type Trim
- type ULID
- type URLDecode
- type URLEncode
- type UUID
- type UniqueLines
- func (p UniqueLines) Alias() []string
- func (p UniqueLines) Description() string
- func (p UniqueLines) FilterValue() string
- func (p UniqueLines) Flags() []Flag
- func (p UniqueLines) Name() string
- func (p UniqueLines) StreamingSpec() StreamingSpec
- func (p UniqueLines) Title() string
- func (p UniqueLines) Transform(data []byte, _ ...Flag) (string, error)
- type Upper
- func (p Upper) Alias() []string
- func (p Upper) Description() string
- func (p Upper) FilterValue() string
- func (p Upper) Flags() []Flag
- func (p Upper) Name() string
- func (p Upper) StreamingSpec() StreamingSpec
- func (p Upper) Title() string
- func (p Upper) Transform(data []byte, _ ...Flag) (string, error)
- type ValidateEmail
- func (p ValidateEmail) Alias() []string
- func (p ValidateEmail) Description() string
- func (p ValidateEmail) FilterValue() string
- func (p ValidateEmail) Flags() []Flag
- func (p ValidateEmail) Name() string
- func (p ValidateEmail) Title() string
- func (p ValidateEmail) Transform(data []byte, _ ...Flag) (string, error)
- type ValidateJSON
- func (p ValidateJSON) Alias() []string
- func (p ValidateJSON) Description() string
- func (p ValidateJSON) FilterValue() string
- func (p ValidateJSON) Flags() []Flag
- func (p ValidateJSON) Name() string
- func (p ValidateJSON) Title() string
- func (p ValidateJSON) Transform(data []byte, _ ...Flag) (string, error)
- type ValidateURL
- type WordFrequency
- func (p WordFrequency) Alias() []string
- func (p WordFrequency) Description() string
- func (p WordFrequency) FilterValue() string
- func (p WordFrequency) Flags() []Flag
- func (p WordFrequency) Name() string
- func (p WordFrequency) Title() string
- func (p WordFrequency) Transform(data []byte, _ ...Flag) (string, error)
- type Wrap
- type XMLToJSON
- type XXH32
- type XXH64
- type XXH128
- type YAMLToJSON
- type Zeropad
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStreamingSpec = StreamingSpec{ Mode: StreamingModeNone, ChunkSize: 64 * 1024, Prefer: false, }
View Source
var List = []list.Item{}/* 118 elements not displayed */
Functions ¶
func IsGenerator ¶
func ShouldStream ¶ added in v1.1.0
func SupportsStreaming ¶ added in v1.1.0
Types ¶
type AESDecrypt ¶
type AESDecrypt struct{}
func (AESDecrypt) Alias ¶
func (p AESDecrypt) Alias() []string
func (AESDecrypt) Description ¶
func (p AESDecrypt) Description() string
func (AESDecrypt) FilterValue ¶
func (p AESDecrypt) FilterValue() string
func (AESDecrypt) Flags ¶
func (p AESDecrypt) Flags() []Flag
func (AESDecrypt) Name ¶
func (p AESDecrypt) Name() string
func (AESDecrypt) Title ¶
func (p AESDecrypt) Title() string
type AESEncrypt ¶
type AESEncrypt struct{}
func (AESEncrypt) Alias ¶
func (p AESEncrypt) Alias() []string
func (AESEncrypt) Description ¶
func (p AESEncrypt) Description() string
func (AESEncrypt) FilterValue ¶
func (p AESEncrypt) FilterValue() string
func (AESEncrypt) Flags ¶
func (p AESEncrypt) Flags() []Flag
func (AESEncrypt) Name ¶
func (p AESEncrypt) Name() string
func (AESEncrypt) Title ¶
func (p AESEncrypt) Title() string
type ASCII85Decoding ¶
type ASCII85Decoding struct{}
func (ASCII85Decoding) Alias ¶
func (p ASCII85Decoding) Alias() []string
func (ASCII85Decoding) Description ¶
func (p ASCII85Decoding) Description() string
func (ASCII85Decoding) FilterValue ¶
func (p ASCII85Decoding) FilterValue() string
func (ASCII85Decoding) Flags ¶
func (p ASCII85Decoding) Flags() []Flag
func (ASCII85Decoding) Name ¶
func (p ASCII85Decoding) Name() string
func (ASCII85Decoding) Title ¶
func (p ASCII85Decoding) Title() string
type ASCII85Encoding ¶
type ASCII85Encoding struct{}
func (ASCII85Encoding) Alias ¶
func (p ASCII85Encoding) Alias() []string
func (ASCII85Encoding) Description ¶
func (p ASCII85Encoding) Description() string
func (ASCII85Encoding) FilterValue ¶
func (p ASCII85Encoding) FilterValue() string
func (ASCII85Encoding) Flags ¶
func (p ASCII85Encoding) Flags() []Flag
func (ASCII85Encoding) Name ¶
func (p ASCII85Encoding) Name() string
func (ASCII85Encoding) Title ¶
func (p ASCII85Encoding) Title() string
type Argon2Hash ¶
type Argon2Hash struct{}
func (Argon2Hash) Alias ¶
func (p Argon2Hash) Alias() []string
func (Argon2Hash) Description ¶
func (p Argon2Hash) Description() string
func (Argon2Hash) FilterValue ¶
func (p Argon2Hash) FilterValue() string
func (Argon2Hash) Flags ¶
func (p Argon2Hash) Flags() []Flag
func (Argon2Hash) Name ¶
func (p Argon2Hash) Name() string
func (Argon2Hash) Title ¶
func (p Argon2Hash) Title() string
type BLAKE2b ¶
type BLAKE2b struct{}
func (BLAKE2b) Description ¶
func (BLAKE2b) FilterValue ¶
func (BLAKE2b) StreamingSpec ¶ added in v1.1.0
func (p BLAKE2b) StreamingSpec() StreamingSpec
type BLAKE2s ¶
type BLAKE2s struct{}
func (BLAKE2s) Description ¶
func (BLAKE2s) FilterValue ¶
func (BLAKE2s) StreamingSpec ¶ added in v1.1.0
func (p BLAKE2s) StreamingSpec() StreamingSpec
type Base32Decode ¶
type Base32Decode struct{}
func (Base32Decode) Alias ¶
func (p Base32Decode) Alias() []string
func (Base32Decode) Description ¶
func (p Base32Decode) Description() string
func (Base32Decode) FilterValue ¶
func (p Base32Decode) FilterValue() string
func (Base32Decode) Flags ¶
func (p Base32Decode) Flags() []Flag
func (Base32Decode) Name ¶
func (p Base32Decode) Name() string
func (Base32Decode) Title ¶
func (p Base32Decode) Title() string
type Base32Encoding ¶
type Base32Encoding struct{}
func (Base32Encoding) Alias ¶
func (p Base32Encoding) Alias() []string
func (Base32Encoding) Description ¶
func (p Base32Encoding) Description() string
func (Base32Encoding) FilterValue ¶
func (p Base32Encoding) FilterValue() string
func (Base32Encoding) Flags ¶
func (p Base32Encoding) Flags() []Flag
func (Base32Encoding) Name ¶
func (p Base32Encoding) Name() string
func (Base32Encoding) Title ¶
func (p Base32Encoding) Title() string
type Base58Decode ¶
type Base58Decode struct{}
func (Base58Decode) Alias ¶
func (p Base58Decode) Alias() []string
func (Base58Decode) Description ¶
func (p Base58Decode) Description() string
func (Base58Decode) FilterValue ¶
func (p Base58Decode) FilterValue() string
func (Base58Decode) Flags ¶
func (p Base58Decode) Flags() []Flag
func (Base58Decode) Name ¶
func (p Base58Decode) Name() string
func (Base58Decode) Title ¶
func (p Base58Decode) Title() string
type Base58Encode ¶
type Base58Encode struct{}
func (Base58Encode) Alias ¶
func (p Base58Encode) Alias() []string
func (Base58Encode) Description ¶
func (p Base58Encode) Description() string
func (Base58Encode) FilterValue ¶
func (p Base58Encode) FilterValue() string
func (Base58Encode) Flags ¶
func (p Base58Encode) Flags() []Flag
func (Base58Encode) Name ¶
func (p Base58Encode) Name() string
func (Base58Encode) Title ¶
func (p Base58Encode) Title() string
type Base62Decode ¶
type Base62Decode struct{}
func (Base62Decode) Alias ¶
func (p Base62Decode) Alias() []string
func (Base62Decode) Description ¶
func (p Base62Decode) Description() string
func (Base62Decode) FilterValue ¶
func (p Base62Decode) FilterValue() string
func (Base62Decode) Flags ¶
func (p Base62Decode) Flags() []Flag
func (Base62Decode) Name ¶
func (p Base62Decode) Name() string
func (Base62Decode) Title ¶
func (p Base62Decode) Title() string
type Base62Encode ¶
type Base62Encode struct{}
func (Base62Encode) Alias ¶
func (p Base62Encode) Alias() []string
func (Base62Encode) Description ¶
func (p Base62Encode) Description() string
func (Base62Encode) FilterValue ¶
func (p Base62Encode) FilterValue() string
func (Base62Encode) Flags ¶
func (p Base62Encode) Flags() []Flag
func (Base62Encode) Name ¶
func (p Base62Encode) Name() string
func (Base62Encode) Title ¶
func (p Base62Encode) Title() string
type Base64Decode ¶
type Base64Decode struct{}
func (Base64Decode) Alias ¶
func (p Base64Decode) Alias() []string
func (Base64Decode) Description ¶
func (p Base64Decode) Description() string
func (Base64Decode) FilterValue ¶
func (p Base64Decode) FilterValue() string
func (Base64Decode) Flags ¶
func (p Base64Decode) Flags() []Flag
func (Base64Decode) Name ¶
func (p Base64Decode) Name() string
func (Base64Decode) Title ¶
func (p Base64Decode) Title() string
type Base64Encode ¶
type Base64Encode struct{}
func (Base64Encode) Alias ¶
func (p Base64Encode) Alias() []string
func (Base64Encode) Description ¶
func (p Base64Encode) Description() string
func (Base64Encode) FilterValue ¶
func (p Base64Encode) FilterValue() string
func (Base64Encode) Flags ¶
func (p Base64Encode) Flags() []Flag
func (Base64Encode) Name ¶
func (p Base64Encode) Name() string
func (Base64Encode) Title ¶
func (p Base64Encode) Title() string
type Base64URLDecode ¶
type Base64URLDecode struct{}
func (Base64URLDecode) Alias ¶
func (p Base64URLDecode) Alias() []string
func (Base64URLDecode) Description ¶
func (p Base64URLDecode) Description() string
func (Base64URLDecode) FilterValue ¶
func (p Base64URLDecode) FilterValue() string
func (Base64URLDecode) Flags ¶
func (p Base64URLDecode) Flags() []Flag
func (Base64URLDecode) Name ¶
func (p Base64URLDecode) Name() string
func (Base64URLDecode) Title ¶
func (p Base64URLDecode) Title() string
type Base64URLEncode ¶
type Base64URLEncode struct{}
func (Base64URLEncode) Alias ¶
func (p Base64URLEncode) Alias() []string
func (Base64URLEncode) Description ¶
func (p Base64URLEncode) Description() string
func (Base64URLEncode) FilterValue ¶
func (p Base64URLEncode) FilterValue() string
func (Base64URLEncode) Flags ¶
func (p Base64URLEncode) Flags() []Flag
func (Base64URLEncode) Name ¶
func (p Base64URLEncode) Name() string
func (Base64URLEncode) Title ¶
func (p Base64URLEncode) Title() string
type BaseConvert ¶
type BaseConvert struct{}
func (BaseConvert) Alias ¶
func (p BaseConvert) Alias() []string
func (BaseConvert) Description ¶
func (p BaseConvert) Description() string
func (BaseConvert) FilterValue ¶
func (p BaseConvert) FilterValue() string
func (BaseConvert) Flags ¶
func (p BaseConvert) Flags() []Flag
func (BaseConvert) Name ¶
func (p BaseConvert) Name() string
func (BaseConvert) Title ¶
func (p BaseConvert) Title() string
type BinaryDecode ¶
type BinaryDecode struct{}
func (BinaryDecode) Alias ¶
func (p BinaryDecode) Alias() []string
func (BinaryDecode) Description ¶
func (p BinaryDecode) Description() string
func (BinaryDecode) FilterValue ¶
func (p BinaryDecode) FilterValue() string
func (BinaryDecode) Flags ¶
func (p BinaryDecode) Flags() []Flag
func (BinaryDecode) Name ¶
func (p BinaryDecode) Name() string
func (BinaryDecode) Title ¶
func (p BinaryDecode) Title() string
type BinaryEncode ¶
type BinaryEncode struct{}
func (BinaryEncode) Alias ¶
func (p BinaryEncode) Alias() []string
func (BinaryEncode) Description ¶
func (p BinaryEncode) Description() string
func (BinaryEncode) FilterValue ¶
func (p BinaryEncode) FilterValue() string
func (BinaryEncode) Flags ¶
func (p BinaryEncode) Flags() []Flag
func (BinaryEncode) Name ¶
func (p BinaryEncode) Name() string
func (BinaryEncode) Title ¶
func (p BinaryEncode) Title() string
type CSVToJSON ¶
type CSVToJSON struct{}
func (CSVToJSON) Description ¶
func (CSVToJSON) FilterValue ¶
type CaesarDecode ¶
type CaesarDecode struct{}
func (CaesarDecode) Alias ¶
func (p CaesarDecode) Alias() []string
func (CaesarDecode) Description ¶
func (p CaesarDecode) Description() string
func (CaesarDecode) FilterValue ¶
func (p CaesarDecode) FilterValue() string
func (CaesarDecode) Flags ¶
func (p CaesarDecode) Flags() []Flag
func (CaesarDecode) Name ¶
func (p CaesarDecode) Name() string
func (CaesarDecode) Title ¶
func (p CaesarDecode) Title() string
type CaesarEncode ¶
type CaesarEncode struct{}
func (CaesarEncode) Alias ¶
func (p CaesarEncode) Alias() []string
func (CaesarEncode) Description ¶
func (p CaesarEncode) Description() string
func (CaesarEncode) FilterValue ¶
func (p CaesarEncode) FilterValue() string
func (CaesarEncode) Flags ¶
func (p CaesarEncode) Flags() []Flag
func (CaesarEncode) Name ¶
func (p CaesarEncode) Name() string
func (CaesarEncode) Title ¶
func (p CaesarEncode) Title() string
type CharFrequency ¶
type CharFrequency struct{}
func (CharFrequency) Alias ¶
func (p CharFrequency) Alias() []string
func (CharFrequency) Description ¶
func (p CharFrequency) Description() string
func (CharFrequency) FilterValue ¶
func (p CharFrequency) FilterValue() string
func (CharFrequency) Flags ¶
func (p CharFrequency) Flags() []Flag
func (CharFrequency) Name ¶
func (p CharFrequency) Name() string
func (CharFrequency) Title ¶
func (p CharFrequency) Title() string
type ChecksumVerify ¶
type ChecksumVerify struct{}
func (ChecksumVerify) Alias ¶
func (p ChecksumVerify) Alias() []string
func (ChecksumVerify) Description ¶
func (p ChecksumVerify) Description() string
func (ChecksumVerify) FilterValue ¶
func (p ChecksumVerify) FilterValue() string
func (ChecksumVerify) Flags ¶
func (p ChecksumVerify) Flags() []Flag
func (ChecksumVerify) Name ¶
func (p ChecksumVerify) Name() string
func (ChecksumVerify) Title ¶
func (p ChecksumVerify) Title() string
type CountCharacters ¶
type CountCharacters struct{}
func (CountCharacters) Alias ¶
func (p CountCharacters) Alias() []string
func (CountCharacters) Description ¶
func (p CountCharacters) Description() string
func (CountCharacters) FilterValue ¶
func (p CountCharacters) FilterValue() string
func (CountCharacters) Flags ¶
func (p CountCharacters) Flags() []Flag
func (CountCharacters) Name ¶
func (p CountCharacters) Name() string
func (CountCharacters) StreamingSpec ¶ added in v1.1.0
func (p CountCharacters) StreamingSpec() StreamingSpec
func (CountCharacters) Title ¶
func (p CountCharacters) Title() string
type CountLines ¶
type CountLines struct{}
func (CountLines) Alias ¶
func (p CountLines) Alias() []string
func (CountLines) Description ¶
func (p CountLines) Description() string
func (CountLines) FilterValue ¶
func (p CountLines) FilterValue() string
func (CountLines) Flags ¶
func (p CountLines) Flags() []Flag
func (CountLines) Name ¶
func (p CountLines) Name() string
func (CountLines) StreamingSpec ¶ added in v1.1.0
func (p CountLines) StreamingSpec() StreamingSpec
func (CountLines) Title ¶
func (p CountLines) Title() string
type CountWords ¶
type CountWords struct{}
func (CountWords) Alias ¶
func (p CountWords) Alias() []string
func (CountWords) Description ¶
func (p CountWords) Description() string
func (CountWords) FilterValue ¶
func (p CountWords) FilterValue() string
func (CountWords) Flags ¶
func (p CountWords) Flags() []Flag
func (CountWords) Name ¶
func (p CountWords) Name() string
func (CountWords) StreamingSpec ¶ added in v1.1.0
func (p CountWords) StreamingSpec() StreamingSpec
func (CountWords) Title ¶
func (p CountWords) Title() string
type CrockfordBase32Decode ¶
type CrockfordBase32Decode struct{}
func (CrockfordBase32Decode) Alias ¶
func (p CrockfordBase32Decode) Alias() []string
func (CrockfordBase32Decode) Description ¶
func (p CrockfordBase32Decode) Description() string
func (CrockfordBase32Decode) FilterValue ¶
func (p CrockfordBase32Decode) FilterValue() string
func (CrockfordBase32Decode) Flags ¶
func (p CrockfordBase32Decode) Flags() []Flag
func (CrockfordBase32Decode) Name ¶
func (p CrockfordBase32Decode) Name() string
func (CrockfordBase32Decode) Title ¶
func (p CrockfordBase32Decode) Title() string
type CrockfordBase32Encode ¶
type CrockfordBase32Encode struct{}
func (CrockfordBase32Encode) Alias ¶
func (p CrockfordBase32Encode) Alias() []string
func (CrockfordBase32Encode) Description ¶
func (p CrockfordBase32Encode) Description() string
func (CrockfordBase32Encode) FilterValue ¶
func (p CrockfordBase32Encode) FilterValue() string
func (CrockfordBase32Encode) Flags ¶
func (p CrockfordBase32Encode) Flags() []Flag
func (CrockfordBase32Encode) Name ¶
func (p CrockfordBase32Encode) Name() string
func (CrockfordBase32Encode) Title ¶
func (p CrockfordBase32Encode) Title() string
type EscapeQuotes ¶
type EscapeQuotes struct{}
func (EscapeQuotes) Alias ¶
func (p EscapeQuotes) Alias() []string
func (EscapeQuotes) Description ¶
func (p EscapeQuotes) Description() string
func (EscapeQuotes) FilterValue ¶
func (p EscapeQuotes) FilterValue() string
func (EscapeQuotes) Flags ¶
func (p EscapeQuotes) Flags() []Flag
func (EscapeQuotes) Name ¶
func (p EscapeQuotes) Name() string
func (EscapeQuotes) Title ¶
func (p EscapeQuotes) Title() string
type ExtractEmails ¶
type ExtractEmails struct{}
func (ExtractEmails) Alias ¶
func (p ExtractEmails) Alias() []string
func (ExtractEmails) Description ¶
func (p ExtractEmails) Description() string
func (ExtractEmails) FilterValue ¶
func (p ExtractEmails) FilterValue() string
func (ExtractEmails) Flags ¶
func (p ExtractEmails) Flags() []Flag
func (ExtractEmails) Name ¶
func (p ExtractEmails) Name() string
func (ExtractEmails) Title ¶
func (p ExtractEmails) Title() string
type ExtractIPs ¶
type ExtractIPs struct{}
func (ExtractIPs) Alias ¶
func (p ExtractIPs) Alias() []string
func (ExtractIPs) Description ¶
func (p ExtractIPs) Description() string
func (ExtractIPs) FilterValue ¶
func (p ExtractIPs) FilterValue() string
func (ExtractIPs) Flags ¶
func (p ExtractIPs) Flags() []Flag
func (ExtractIPs) Name ¶
func (p ExtractIPs) Name() string
func (ExtractIPs) Title ¶
func (p ExtractIPs) Title() string
type ExtractURLs ¶
type ExtractURLs struct{}
func (ExtractURLs) Alias ¶
func (p ExtractURLs) Alias() []string
func (ExtractURLs) Description ¶
func (p ExtractURLs) Description() string
func (ExtractURLs) FilterValue ¶
func (p ExtractURLs) FilterValue() string
func (ExtractURLs) Flags ¶
func (p ExtractURLs) Flags() []Flag
func (ExtractURLs) Name ¶
func (p ExtractURLs) Name() string
func (ExtractURLs) Title ¶
func (p ExtractURLs) Title() string
type Flag ¶
type FormatJSON ¶
type FormatJSON struct{}
func (FormatJSON) Alias ¶
func (p FormatJSON) Alias() []string
func (FormatJSON) Description ¶
func (p FormatJSON) Description() string
func (FormatJSON) FilterValue ¶
func (p FormatJSON) FilterValue() string
func (FormatJSON) Flags ¶
func (p FormatJSON) Flags() []Flag
func (FormatJSON) Name ¶
func (p FormatJSON) Name() string
func (FormatJSON) Title ¶
func (p FormatJSON) Title() string
type HMACSHA256 ¶
type HMACSHA256 struct{}
func (HMACSHA256) Alias ¶
func (p HMACSHA256) Alias() []string
func (HMACSHA256) Description ¶
func (p HMACSHA256) Description() string
func (HMACSHA256) FilterValue ¶
func (p HMACSHA256) FilterValue() string
func (HMACSHA256) Flags ¶
func (p HMACSHA256) Flags() []Flag
func (HMACSHA256) Name ¶
func (p HMACSHA256) Name() string
func (HMACSHA256) Title ¶
func (p HMACSHA256) Title() string
type HMACSHA512 ¶
type HMACSHA512 struct{}
func (HMACSHA512) Alias ¶
func (p HMACSHA512) Alias() []string
func (HMACSHA512) Description ¶
func (p HMACSHA512) Description() string
func (HMACSHA512) FilterValue ¶
func (p HMACSHA512) FilterValue() string
func (HMACSHA512) Flags ¶
func (p HMACSHA512) Flags() []Flag
func (HMACSHA512) Name ¶
func (p HMACSHA512) Name() string
func (HMACSHA512) Title ¶
func (p HMACSHA512) Title() string
type HTMLDecode ¶
type HTMLDecode struct{}
func (HTMLDecode) Alias ¶
func (p HTMLDecode) Alias() []string
func (HTMLDecode) Description ¶
func (p HTMLDecode) Description() string
func (HTMLDecode) FilterValue ¶
func (p HTMLDecode) FilterValue() string
func (HTMLDecode) Flags ¶
func (p HTMLDecode) Flags() []Flag
func (HTMLDecode) Name ¶
func (p HTMLDecode) Name() string
func (HTMLDecode) Title ¶
func (p HTMLDecode) Title() string
type HTMLEncode ¶
type HTMLEncode struct{}
func (HTMLEncode) Alias ¶
func (p HTMLEncode) Alias() []string
func (HTMLEncode) Description ¶
func (p HTMLEncode) Description() string
func (HTMLEncode) FilterValue ¶
func (p HTMLEncode) FilterValue() string
func (HTMLEncode) Flags ¶
func (p HTMLEncode) Flags() []Flag
func (HTMLEncode) Name ¶
func (p HTMLEncode) Name() string
func (HTMLEncode) Title ¶
func (p HTMLEncode) Title() string
type HexDecode ¶
type HexDecode struct{}
func (HexDecode) Description ¶
func (HexDecode) FilterValue ¶
func (HexDecode) StreamingSpec ¶ added in v1.1.0
func (p HexDecode) StreamingSpec() StreamingSpec
type HexEncode ¶
type HexEncode struct{}
func (HexEncode) Description ¶
func (HexEncode) FilterValue ¶
func (HexEncode) StreamingSpec ¶ added in v1.1.0
func (p HexEncode) StreamingSpec() StreamingSpec
type JSONEscape ¶
type JSONEscape struct{}
func (JSONEscape) Alias ¶
func (p JSONEscape) Alias() []string
func (JSONEscape) Description ¶
func (p JSONEscape) Description() string
func (JSONEscape) FilterValue ¶
func (p JSONEscape) FilterValue() string
func (JSONEscape) Flags ¶
func (p JSONEscape) Flags() []Flag
func (JSONEscape) Name ¶
func (p JSONEscape) Name() string
func (JSONEscape) Title ¶
func (p JSONEscape) Title() string
type JSONLToJSON ¶
type JSONLToJSON struct{}
func (JSONLToJSON) Alias ¶
func (p JSONLToJSON) Alias() []string
func (JSONLToJSON) Description ¶
func (p JSONLToJSON) Description() string
func (JSONLToJSON) FilterValue ¶
func (p JSONLToJSON) FilterValue() string
func (JSONLToJSON) Flags ¶
func (p JSONLToJSON) Flags() []Flag
func (JSONLToJSON) Name ¶
func (p JSONLToJSON) Name() string
func (JSONLToJSON) Title ¶
func (p JSONLToJSON) Title() string
type JSONMinify ¶
type JSONMinify struct{}
func (JSONMinify) Alias ¶
func (p JSONMinify) Alias() []string
func (JSONMinify) Description ¶
func (p JSONMinify) Description() string
func (JSONMinify) FilterValue ¶
func (p JSONMinify) FilterValue() string
func (JSONMinify) Flags ¶
func (p JSONMinify) Flags() []Flag
func (JSONMinify) Name ¶
func (p JSONMinify) Name() string
func (JSONMinify) Title ¶
func (p JSONMinify) Title() string
type JSONToCSV ¶
type JSONToCSV struct{}
func (JSONToCSV) Description ¶
func (JSONToCSV) FilterValue ¶
type JSONToMSGPACK ¶
type JSONToMSGPACK struct{}
func (JSONToMSGPACK) Alias ¶
func (p JSONToMSGPACK) Alias() []string
func (JSONToMSGPACK) Description ¶
func (p JSONToMSGPACK) Description() string
func (JSONToMSGPACK) FilterValue ¶
func (p JSONToMSGPACK) FilterValue() string
func (JSONToMSGPACK) Flags ¶
func (p JSONToMSGPACK) Flags() []Flag
func (JSONToMSGPACK) Name ¶
func (p JSONToMSGPACK) Name() string
func (JSONToMSGPACK) Title ¶
func (p JSONToMSGPACK) Title() string
type JSONToTOML ¶
type JSONToTOML struct{}
func (JSONToTOML) Alias ¶
func (p JSONToTOML) Alias() []string
func (JSONToTOML) Description ¶
func (p JSONToTOML) Description() string
func (JSONToTOML) FilterValue ¶
func (p JSONToTOML) FilterValue() string
func (JSONToTOML) Flags ¶
func (p JSONToTOML) Flags() []Flag
func (JSONToTOML) Name ¶
func (p JSONToTOML) Name() string
func (JSONToTOML) Title ¶
func (p JSONToTOML) Title() string
type JSONToXML ¶
type JSONToXML struct{}
func (JSONToXML) Description ¶
func (JSONToXML) FilterValue ¶
type JSONToYAML ¶
type JSONToYAML struct{}
func (JSONToYAML) Alias ¶
func (p JSONToYAML) Alias() []string
func (JSONToYAML) Description ¶
func (p JSONToYAML) Description() string
func (JSONToYAML) FilterValue ¶
func (p JSONToYAML) FilterValue() string
func (JSONToYAML) Flags ¶
func (p JSONToYAML) Flags() []Flag
func (JSONToYAML) Name ¶
func (p JSONToYAML) Name() string
func (JSONToYAML) Title ¶
func (p JSONToYAML) Title() string
type JSONUnescape ¶
type JSONUnescape struct{}
func (JSONUnescape) Alias ¶
func (p JSONUnescape) Alias() []string
func (JSONUnescape) Description ¶
func (p JSONUnescape) Description() string
func (JSONUnescape) FilterValue ¶
func (p JSONUnescape) FilterValue() string
func (JSONUnescape) Flags ¶
func (p JSONUnescape) Flags() []Flag
func (JSONUnescape) Name ¶
func (p JSONUnescape) Name() string
func (JSONUnescape) Title ¶
func (p JSONUnescape) Title() string
type JWTDecode ¶
type JWTDecode struct{}
func (JWTDecode) Description ¶
func (JWTDecode) FilterValue ¶
type JWTEncode ¶
type JWTEncode struct{}
func (JWTEncode) Description ¶
func (JWTEncode) FilterValue ¶
type Lorem ¶
type Lorem struct{}
func (Lorem) Description ¶
func (Lorem) FilterValue ¶
func (Lorem) IsGenerator ¶
type Lower ¶
type Lower struct{}
func (Lower) Description ¶
func (Lower) FilterValue ¶
func (Lower) StreamingSpec ¶ added in v1.1.0
func (p Lower) StreamingSpec() StreamingSpec
type MD5 ¶
type MD5 struct{}
func (MD5) Description ¶
func (MD5) FilterValue ¶
func (MD5) StreamingSpec ¶ added in v1.1.0
func (p MD5) StreamingSpec() StreamingSpec
type MSGPACKToJSON ¶
type MSGPACKToJSON struct{}
func (MSGPACKToJSON) Alias ¶
func (p MSGPACKToJSON) Alias() []string
func (MSGPACKToJSON) Description ¶
func (p MSGPACKToJSON) Description() string
func (MSGPACKToJSON) FilterValue ¶
func (p MSGPACKToJSON) FilterValue() string
func (MSGPACKToJSON) Flags ¶
func (p MSGPACKToJSON) Flags() []Flag
func (MSGPACKToJSON) Name ¶
func (p MSGPACKToJSON) Name() string
func (MSGPACKToJSON) Title ¶
func (p MSGPACKToJSON) Title() string
type MorseCodeDecode ¶
type MorseCodeDecode struct{}
func (MorseCodeDecode) Alias ¶
func (p MorseCodeDecode) Alias() []string
func (MorseCodeDecode) Description ¶
func (p MorseCodeDecode) Description() string
func (MorseCodeDecode) FilterValue ¶
func (p MorseCodeDecode) FilterValue() string
func (MorseCodeDecode) Flags ¶
func (p MorseCodeDecode) Flags() []Flag
func (MorseCodeDecode) Name ¶
func (p MorseCodeDecode) Name() string
func (MorseCodeDecode) Title ¶
func (p MorseCodeDecode) Title() string
type MorseCodeEncode ¶
type MorseCodeEncode struct{}
func (MorseCodeEncode) Alias ¶
func (p MorseCodeEncode) Alias() []string
func (MorseCodeEncode) Description ¶
func (p MorseCodeEncode) Description() string
func (MorseCodeEncode) FilterValue ¶
func (p MorseCodeEncode) FilterValue() string
func (MorseCodeEncode) Flags ¶
func (p MorseCodeEncode) Flags() []Flag
func (MorseCodeEncode) Name ¶
func (p MorseCodeEncode) Name() string
func (MorseCodeEncode) Title ¶
func (p MorseCodeEncode) Title() string
type NanoID ¶
type NanoID struct{}
func (NanoID) Description ¶
func (NanoID) FilterValue ¶
func (NanoID) IsGenerator ¶
type NativeStreamProcessor ¶ added in v1.1.0
type Now ¶
type Now struct{}
func (Now) Description ¶
func (Now) FilterValue ¶
func (Now) IsGenerator ¶
type NumberLines ¶
type NumberLines struct{}
func (NumberLines) Alias ¶
func (p NumberLines) Alias() []string
func (NumberLines) Description ¶
func (p NumberLines) Description() string
func (NumberLines) FilterValue ¶
func (p NumberLines) FilterValue() string
func (NumberLines) Flags ¶
func (p NumberLines) Flags() []Flag
func (NumberLines) Name ¶
func (p NumberLines) Name() string
func (NumberLines) StreamingSpec ¶ added in v1.1.0
func (p NumberLines) StreamingSpec() StreamingSpec
func (NumberLines) Title ¶
func (p NumberLines) Title() string
type PasswordGen ¶
type PasswordGen struct{}
func (PasswordGen) Alias ¶
func (p PasswordGen) Alias() []string
func (PasswordGen) Description ¶
func (p PasswordGen) Description() string
func (PasswordGen) FilterValue ¶
func (p PasswordGen) FilterValue() string
func (PasswordGen) Flags ¶
func (p PasswordGen) Flags() []Flag
func (PasswordGen) IsGenerator ¶
func (p PasswordGen) IsGenerator() bool
func (PasswordGen) Name ¶
func (p PasswordGen) Name() string
func (PasswordGen) Title ¶
func (p PasswordGen) Title() string
type QRCode ¶
type QRCode struct{}
func (QRCode) Description ¶
func (QRCode) FilterValue ¶
func (QRCode) StreamingSpec ¶ added in v1.1.0
func (p QRCode) StreamingSpec() StreamingSpec
type RegexMatch ¶
type RegexMatch struct{}
func (RegexMatch) Alias ¶
func (p RegexMatch) Alias() []string
func (RegexMatch) Description ¶
func (p RegexMatch) Description() string
func (RegexMatch) FilterValue ¶
func (p RegexMatch) FilterValue() string
func (RegexMatch) Flags ¶
func (p RegexMatch) Flags() []Flag
func (RegexMatch) Name ¶
func (p RegexMatch) Name() string
func (RegexMatch) Title ¶
func (p RegexMatch) Title() string
type RegexReplace ¶
type RegexReplace struct{}
func (RegexReplace) Alias ¶
func (p RegexReplace) Alias() []string
func (RegexReplace) Description ¶
func (p RegexReplace) Description() string
func (RegexReplace) FilterValue ¶
func (p RegexReplace) FilterValue() string
func (RegexReplace) Flags ¶
func (p RegexReplace) Flags() []Flag
func (RegexReplace) Name ¶
func (p RegexReplace) Name() string
func (RegexReplace) Title ¶
func (p RegexReplace) Title() string
type RemoveNewLines ¶
type RemoveNewLines struct{}
func (RemoveNewLines) Alias ¶
func (p RemoveNewLines) Alias() []string
func (RemoveNewLines) Description ¶
func (p RemoveNewLines) Description() string
func (RemoveNewLines) FilterValue ¶
func (p RemoveNewLines) FilterValue() string
func (RemoveNewLines) Flags ¶
func (p RemoveNewLines) Flags() []Flag
func (RemoveNewLines) Name ¶
func (p RemoveNewLines) Name() string
func (RemoveNewLines) Title ¶
func (p RemoveNewLines) Title() string
type RemoveSpaces ¶
type RemoveSpaces struct{}
func (RemoveSpaces) Alias ¶
func (p RemoveSpaces) Alias() []string
func (RemoveSpaces) Description ¶
func (p RemoveSpaces) Description() string
func (RemoveSpaces) FilterValue ¶
func (p RemoveSpaces) FilterValue() string
func (RemoveSpaces) Flags ¶
func (p RemoveSpaces) Flags() []Flag
func (RemoveSpaces) Name ¶
func (p RemoveSpaces) Name() string
func (RemoveSpaces) Title ¶
func (p RemoveSpaces) Title() string
type ReplaceText ¶
type ReplaceText struct{}
func (ReplaceText) Alias ¶
func (p ReplaceText) Alias() []string
func (ReplaceText) Description ¶
func (p ReplaceText) Description() string
func (ReplaceText) FilterValue ¶
func (p ReplaceText) FilterValue() string
func (ReplaceText) Flags ¶
func (p ReplaceText) Flags() []Flag
func (ReplaceText) Name ¶
func (p ReplaceText) Name() string
func (ReplaceText) Title ¶
func (p ReplaceText) Title() string
type ReverseLines ¶
type ReverseLines struct{}
func (ReverseLines) Alias ¶
func (p ReverseLines) Alias() []string
func (ReverseLines) Description ¶
func (p ReverseLines) Description() string
func (ReverseLines) FilterValue ¶
func (p ReverseLines) FilterValue() string
func (ReverseLines) Flags ¶
func (p ReverseLines) Flags() []Flag
func (ReverseLines) Name ¶
func (p ReverseLines) Name() string
func (ReverseLines) StreamingSpec ¶ added in v1.1.0
func (p ReverseLines) StreamingSpec() StreamingSpec
func (ReverseLines) Title ¶
func (p ReverseLines) Title() string
type SHA1 ¶
type SHA1 struct{}
func (SHA1) Description ¶
func (SHA1) FilterValue ¶
func (SHA1) StreamingSpec ¶ added in v1.1.0
func (p SHA1) StreamingSpec() StreamingSpec
type SHA224 ¶
type SHA224 struct{}
func (SHA224) Description ¶
func (SHA224) FilterValue ¶
func (SHA224) StreamingSpec ¶ added in v1.1.0
func (p SHA224) StreamingSpec() StreamingSpec
type SHA256 ¶
type SHA256 struct{}
func (SHA256) Description ¶
func (SHA256) FilterValue ¶
func (SHA256) StreamingSpec ¶ added in v1.1.0
func (p SHA256) StreamingSpec() StreamingSpec
type SHA384 ¶
type SHA384 struct{}
func (SHA384) Description ¶
func (SHA384) FilterValue ¶
func (SHA384) StreamingSpec ¶ added in v1.1.0
func (p SHA384) StreamingSpec() StreamingSpec
type SHA512 ¶
type SHA512 struct{}
func (SHA512) Description ¶
func (SHA512) FilterValue ¶
func (SHA512) StreamingSpec ¶ added in v1.1.0
func (p SHA512) StreamingSpec() StreamingSpec
type ShuffleLines ¶
type ShuffleLines struct{}
func (ShuffleLines) Alias ¶
func (p ShuffleLines) Alias() []string
func (ShuffleLines) Description ¶
func (p ShuffleLines) Description() string
func (ShuffleLines) FilterValue ¶
func (p ShuffleLines) FilterValue() string
func (ShuffleLines) Flags ¶
func (p ShuffleLines) Flags() []Flag
func (ShuffleLines) Name ¶
func (p ShuffleLines) Name() string
func (ShuffleLines) Title ¶
func (p ShuffleLines) Title() string
type SortLines ¶
type SortLines struct{}
func (SortLines) Description ¶
func (SortLines) FilterValue ¶
func (SortLines) StreamingSpec ¶ added in v1.1.0
func (p SortLines) StreamingSpec() StreamingSpec
type StreamConfigurable ¶ added in v1.1.0
type StreamConfigurable interface {
Processor
StreamingSpec() StreamingSpec
}
type StreamingMode ¶ added in v1.1.0
type StreamingMode string
const ( StreamingModeNone StreamingMode = "none" StreamingModeBuffered StreamingMode = "buffered" StreamingModeChunked StreamingMode = "chunked" StreamingModeLine StreamingMode = "line" StreamingModeNative StreamingMode = "native" )
type StreamingSpec ¶ added in v1.1.0
type StreamingSpec struct {
Mode StreamingMode
ChunkSize int
Prefer bool
}
func GetStreamingSpec ¶ added in v1.1.0
func GetStreamingSpec(processor Processor) StreamingSpec
type TOMLToJSON ¶
type TOMLToJSON struct{}
func (TOMLToJSON) Alias ¶
func (p TOMLToJSON) Alias() []string
func (TOMLToJSON) Description ¶
func (p TOMLToJSON) Description() string
func (TOMLToJSON) FilterValue ¶
func (p TOMLToJSON) FilterValue() string
func (TOMLToJSON) Flags ¶
func (p TOMLToJSON) Flags() []Flag
func (TOMLToJSON) Name ¶
func (p TOMLToJSON) Name() string
func (TOMLToJSON) Title ¶
func (p TOMLToJSON) Title() string
type ULID ¶
type ULID struct{}
func (ULID) Description ¶
func (ULID) FilterValue ¶
func (ULID) IsGenerator ¶
type URLDecode ¶
type URLDecode struct{}
func (URLDecode) Description ¶
func (URLDecode) FilterValue ¶
type URLEncode ¶
type URLEncode struct{}
func (URLEncode) Description ¶
func (URLEncode) FilterValue ¶
type UUID ¶
type UUID struct{}
func (UUID) Description ¶
func (UUID) FilterValue ¶
func (UUID) IsGenerator ¶
type UniqueLines ¶
type UniqueLines struct{}
func (UniqueLines) Alias ¶
func (p UniqueLines) Alias() []string
func (UniqueLines) Description ¶
func (p UniqueLines) Description() string
func (UniqueLines) FilterValue ¶
func (p UniqueLines) FilterValue() string
func (UniqueLines) Flags ¶
func (p UniqueLines) Flags() []Flag
func (UniqueLines) Name ¶
func (p UniqueLines) Name() string
func (UniqueLines) StreamingSpec ¶ added in v1.1.0
func (p UniqueLines) StreamingSpec() StreamingSpec
func (UniqueLines) Title ¶
func (p UniqueLines) Title() string
type Upper ¶
type Upper struct{}
func (Upper) Description ¶
func (Upper) FilterValue ¶
func (Upper) StreamingSpec ¶ added in v1.1.0
func (p Upper) StreamingSpec() StreamingSpec
type ValidateEmail ¶
type ValidateEmail struct{}
func (ValidateEmail) Alias ¶
func (p ValidateEmail) Alias() []string
func (ValidateEmail) Description ¶
func (p ValidateEmail) Description() string
func (ValidateEmail) FilterValue ¶
func (p ValidateEmail) FilterValue() string
func (ValidateEmail) Flags ¶
func (p ValidateEmail) Flags() []Flag
func (ValidateEmail) Name ¶
func (p ValidateEmail) Name() string
func (ValidateEmail) Title ¶
func (p ValidateEmail) Title() string
type ValidateJSON ¶
type ValidateJSON struct{}
func (ValidateJSON) Alias ¶
func (p ValidateJSON) Alias() []string
func (ValidateJSON) Description ¶
func (p ValidateJSON) Description() string
func (ValidateJSON) FilterValue ¶
func (p ValidateJSON) FilterValue() string
func (ValidateJSON) Flags ¶
func (p ValidateJSON) Flags() []Flag
func (ValidateJSON) Name ¶
func (p ValidateJSON) Name() string
func (ValidateJSON) Title ¶
func (p ValidateJSON) Title() string
type ValidateURL ¶
type ValidateURL struct{}
func (ValidateURL) Alias ¶
func (p ValidateURL) Alias() []string
func (ValidateURL) Description ¶
func (p ValidateURL) Description() string
func (ValidateURL) FilterValue ¶
func (p ValidateURL) FilterValue() string
func (ValidateURL) Flags ¶
func (p ValidateURL) Flags() []Flag
func (ValidateURL) Name ¶
func (p ValidateURL) Name() string
func (ValidateURL) Title ¶
func (p ValidateURL) Title() string
type WordFrequency ¶
type WordFrequency struct{}
func (WordFrequency) Alias ¶
func (p WordFrequency) Alias() []string
func (WordFrequency) Description ¶
func (p WordFrequency) Description() string
func (WordFrequency) FilterValue ¶
func (p WordFrequency) FilterValue() string
func (WordFrequency) Flags ¶
func (p WordFrequency) Flags() []Flag
func (WordFrequency) Name ¶
func (p WordFrequency) Name() string
func (WordFrequency) Title ¶
func (p WordFrequency) Title() string
type XMLToJSON ¶
type XMLToJSON struct{}
func (XMLToJSON) Description ¶
func (XMLToJSON) FilterValue ¶
type YAMLToJSON ¶
type YAMLToJSON struct{}
func (YAMLToJSON) Alias ¶
func (p YAMLToJSON) Alias() []string
func (YAMLToJSON) Description ¶
func (p YAMLToJSON) Description() string
func (YAMLToJSON) FilterValue ¶
func (p YAMLToJSON) FilterValue() string
func (YAMLToJSON) Flags ¶
func (p YAMLToJSON) Flags() []Flag
func (YAMLToJSON) Name ¶
func (p YAMLToJSON) Name() string
func (YAMLToJSON) Title ¶
func (p YAMLToJSON) Title() string
Source Files
¶
- aes.go
- argon2.go
- ascii85.go
- base32.go
- base64.go
- base64url.go
- base_encodings.go
- baseconv.go
- binary.go
- blake2.go
- checksum_verify.go
- checksums.go
- color.go
- column.go
- contracts.go
- crypto.go
- csv.go
- detect.go
- emails.go
- filter.go
- hex.go
- hmac.go
- ip.go
- json.go
- jsonl.go
- jwt.go
- lines.go
- lorem.go
- markdown.go
- morse.go
- nanoid.go
- numberlines.go
- pad.go
- password.go
- processor.go
- qr.go
- regex.go
- registry.go
- rgb.go
- rot13.go
- spaces.go
- streaming.go
- strings.go
- timestamp.go
- toml.go
- totp.go
- ulid.go
- uuid.go
- validate.go
- xml.go
- xxhash.go
Click to show internal directories.
Click to hide internal directories.