Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomizeDecodeFunc ¶
type DecodeConfig ¶
type Decoder ¶
func GetReqDecoder ¶
type TextDecoder ¶
type TextDecoder interface {
UnmarshalString(s string, fieldValue reflect.Value, looseZeroMode bool) error
}
func SelectTextDecoder ¶
func SelectTextDecoder(rt reflect.Type) (TextDecoder, error)
Click to show internal directories.
Click to hide internal directories.