package
2.15.2
Repository: https://github.com/cloudevents/sdk-go.git
Documentation: pkg.go.dev

# Functions

NewCaseChangingStream returns a new CaseChangingStream that forces all tokens read from the underlying stream to be either upper case or lower case based on the upper argument.
No description provided by the author
No description provided by the author

# Structs

CaseChangingStream wraps an existing CharStream, but upper cases, or lower cases the input before it is tokenized.
No description provided by the author