package
1.15.0
Repository: https://github.com/elastic/mito.git
Documentation: pkg.go.dev

# Packages

Package xml provides an XSD-based dynamically typed xml decoder.

# Functions

Collections returns a cel.EnvOption to configure extended functions for handling collections.
Crypto returns a cel.EnvOption to configure extended functions for cryptographic hash functions and encoding.
CSVHeader provides a file transform that returns a <list<map<string,string>>> from an io.Reader holding text/csv data.
CSVNoHeader provides a file transform that returns a <list<list<string>>> from an io.Reader holding text/csv data.
Debug returns a cel.EnvOption to configure extended functions for allowing intermediate values to be logged without disrupting program flow.
DraftRateLimit implements the draft rate limit policy translation.
File returns a cel.EnvOption to configure extended functions for reading files.
Globals returns a cel.EnvOption to configure global variables for the environment.
HTTP returns a cel.EnvOption to configure extended functions for HTTP requests.
HTTPWithContext returns a cel.EnvOption to configure extended functions for HTTP requests that include a context.Context in network requests.
JSON returns a cel.EnvOption to configure extended functions for JSON coding and decoding.
Limit returns a cel.EnvOption to configure extended functions for interpreting request rate limit policies.
MIME returns a cel.EnvOption to configure extended functions for reading files.
NDJSON provides a file transform that returns a <list<dyn>> from an io.Reader holding ND-JSON data.
OktaRateLimit implements the Okta rate limit policy translation.
Regexp returns a cel.EnvOption to configure extended functions for using regular expressions on strings and bytes.
Send returns a cel.EnvOption to configure extended functions for sending values on a Go channel during expression evaluation.
Strings returns a cel.EnvOption to configure extended functions for handling strings.
Time returns a cel.EnvOption to configure extended functions for handling timestamps.
Try returns a cel.EnvOption to configure extended functions for allowing errors to be weakened to strings or objects.
XML returns a cel.EnvOption to configure extended functions for XML decoding.
Zip provides a file transform that returns a <map<dyn>> from an io.Reader holding a zip archive data.

# Constants

OptionalTypesVersion is the version of the optional types library used by mito.

# Structs

BasicAuth is used to populate the Authorization header to use HTTP Basic Authentication with the provided username and password for direct HTTP method calls.
DecoratedError implements error source location rendering.

# Type aliases

No description provided by the author