Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Header is the http header decoder
Header = headerDecode{}
)
Functions ¶
Types ¶
type BodyDecode ¶
type BodyDecode struct {
// contains filtered or unexported fields
}
BodyDecode body decoder structure
func NewBodyDecode ¶
func NewBodyDecode(obj interface{}) *BodyDecode
NewBodyDecode create a new body decoder
type JSONDecode ¶ added in v0.0.2
type JSONDecode struct {
// contains filtered or unexported fields
}
JSONDecode json decoder core data structure
func NewJSONDecode ¶ added in v0.0.2
func NewJSONDecode(obj interface{}) *JSONDecode
NewJSONDecode create a new json decoder
type XMLDecode ¶ added in v0.0.2
type XMLDecode struct {
// contains filtered or unexported fields
}
XMLDecode xml decoder core data structure
func NewXMLDecode ¶ added in v0.0.2
func NewXMLDecode(obj interface{}) *XMLDecode
NewXMLDecode create a new xml decoder
type YAMLDecode ¶ added in v0.0.2
type YAMLDecode struct {
// contains filtered or unexported fields
}
YAMLDecode yaml decoder core data structure
func NewYAMLDecode ¶ added in v0.0.2
func NewYAMLDecode(obj interface{}) *YAMLDecode
NewYAMLDecode create a new yaml decoder
Click to show internal directories.
Click to hide internal directories.