Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Header = headerDecode{}
)
Functions ¶
func DecodeBody ¶
func DecodeJSON ¶
func DecodeYAML ¶
Types ¶
type BodyDecode ¶
type BodyDecode struct {
// contains filtered or unexported fields
}
func NewBodyDecode ¶
func NewBodyDecode(obj interface{}) *BodyDecode
type JsonDecode ¶
type JsonDecode struct {
// contains filtered or unexported fields
}
func NewJsonDecode ¶
func NewJsonDecode(obj interface{}) *JsonDecode
type XmlDecode ¶
type XmlDecode struct {
// contains filtered or unexported fields
}
func NewXmlDecode ¶
func NewXmlDecode(obj interface{}) *XmlDecode
type YamlDecode ¶
type YamlDecode struct {
// contains filtered or unexported fields
}
func NewYamlDecode ¶
func NewYamlDecode(obj interface{}) *YamlDecode
Source Files
¶
Click to show internal directories.
Click to hide internal directories.