package
Version:
v0.9.2
Opens a new window with list of versions in this module.
Published: Jan 13, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Encoder interface {
Encode(value interface{}) []byte
EncodeString(value interface{}) string
Decode(d []byte, value interface{}) error
DecodeString(d string, value interface{}) error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.