Documentation ¶
Index ¶
Constants ¶
View Source
const ( // None decoding. None = "none" // Bit decoding. Bit = "bit" // Byte decoding. Byte = "byte" // Hex decoding. Hex = "hex" // Base64 decoding. Base64 = "base64" // Proto decoding. Proto = "proto" )
Variables ¶
This section is empty.
Functions ¶
func Base10AsBytes ¶ added in v0.2.0
func Base2AsBytes ¶ added in v0.2.0
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder implementation.
Click to show internal directories.
Click to hide internal directories.