# Functions
No description provided by the author
GetCompliance examines an error for Compliance information.
No description provided by the author
NewTranslator produces a Translator which uses the specified base64 encoding.
ReadBytes is like ReadString, but with a byte slice.
ReadString uses the supplied Translator to extract a C instance from an arbitrary string.
WriteBytes uses the given Translator to turn a C into a byte slice.
WriteString uses the given Translator to turn a C into a string.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Interface represents a read-only view of a convey, and is the standard way to access convey information.
Translator provides translation between the on-the-wire representation of a convey map and its runtime representation.
# Type aliases
C represents an arbitrary block of JSON which base64-encoded and typically transmitted as an HTTP header.
No description provided by the author