package
0.0.0-20220516104102-b61d4ecd7be1
Repository: https://github.com/wiloon/w-tcp-proxy.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewScanner returns a new Scanner to read from r.
ScanBytes is a split function for a Scanner that returns each byte as a token.
ScanRunes is a split function for a Scanner that returns each UTF-8-encoded rune as a token.
ScanWords is a split function for a Scanner that returns each space-separated word of text, with surrounding spaces deleted.
# Constants
MaxScanTokenSize is the maximum size used to buffer a token unless the user provides an explicit buffer with Scanner.Buffer.
# Variables
No description provided by the author
Errors returned by Scanner.
Errors returned by Scanner.
ErrFinalToken is a special sentinel error value.
Errors returned by Scanner.
Errors returned by Scanner.
# Structs
No description provided by the author
Connection inbound connection, backend connection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Scanner provides a convenient interface for reading data such as a file of newline-delimited lines of text.
# Type aliases
SplitFunc is the signature of the split function used to tokenize the input.
No description provided by the author