Documentation
¶
Overview ¶
Package codec presents interface (and its implementation sets) of a codec functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder interface {
Decode(dst interface{}, src io.Reader) error
DecodeWithDisallowUnknownFields(dst interface{}, src io.Reader) error
DecodeStringBase64(str string) (string, error)
DecodeOutURLValues(dst interface{}, src url.Values) error
ConverterRegistrationForDecodeOutURLValues(value interface{}, converterFunc func(string) reflect.Value)
}
Decoder provides decoding functions.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package jsoniter2schema represents the interface codec implementation.
|
Package jsoniter2schema represents the interface codec implementation. |
|
Package std represents the interface codec implementation.
|
Package std represents the interface codec implementation. |
Click to show internal directories.
Click to hide internal directories.