package
1.2.17
Repository: https://github.com/hubmakerlabs/replicatr.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
EscapeJSONStringAndWrapOld takes an arbitrary string and escapes all control characters as per rfc8259 section 7 https://www.rfc-editor.org/rfc/rfc8259 (retrieved 2023-11-21): The representation of strings is similar to conventions used in the C family of programming languages.
EscapeString for JSON encoding according to RFC8259.
FirstHexCharToValue returns the hex value of a provided character from the first place in an 8 bit value of two characters.
NewBuffer returns a new buffer containing the provided slice.
SecondHexCharToValue returns the hex value of a provided character from the second (last) place in an 8 bit value.
No description provided by the author
UnescapeByteString scans a string assumed to be UTF-8 for escaped UTF-8 characters that must be escaped for JSON/HTML encoding.
Unwrap is a dumb function that just slices off the first and last byte, which from the EscapeJSONStringAndWrap function is the quotes around it.

# Constants

The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.
The character constants are used as their names.

# Structs

No description provided by the author