Documentation
¶
Index ¶
- type TestBool
- type TestByte
- type TestBytes
- type TestChan
- type TestFloat32
- type TestFloat64
- type TestFunc
- type TestInt
- type TestInt16
- type TestInt32
- type TestInt64
- type TestInt8
- type TestInterface
- type TestMap
- type TestMapInt
- type TestPointer
- type TestPointerStruct
- type TestRune
- type TestSliceSlice
- type TestSliceString
- type TestString
- type TestStruct1
- type TestStruct2Named
- type TestStruct3Extend
- type TestStruct5UsePackage
- type TestStruct6NamedOmitempty
- type TestStruct7NamedOmit
- type TestStruct8Time
- type TestStruct9JsonFormUri
- type TestUint
- type TestUint16
- type TestUint32
- type TestUint64
- type TestUint8
- type TestUintptr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestFloat32 ¶
type TestFloat32 float32
type TestFloat64 ¶
type TestFloat64 float64
type TestInterface ¶
type TestInterface interface{}
type TestMapInt ¶
type TestPointer ¶
type TestPointer *string
type TestPointerStruct ¶
type TestPointerStruct struct {
PP *string
}
type TestSliceSlice ¶
type TestSliceSlice []TestSliceString
type TestSliceString ¶
type TestSliceString []string
type TestString ¶
type TestString string
type TestStruct1 ¶
type TestStruct2Named ¶
type TestStruct3Extend ¶
type TestStruct3Extend struct {
TestStruct1
TestStruct2Named
}
type TestStruct5UsePackage ¶
type TestStruct5UsePackage struct {
MyInt TestInt `json:"myInt"`
ValNotExp testStruct4NotExported `json:"notExp"`
}
type TestStruct6NamedOmitempty ¶ added in v1.1.1
type TestStruct6NamedOmitempty struct {
One string `json:"one,omitempty"`
}
type TestStruct7NamedOmit ¶ added in v1.1.1
type TestStruct7NamedOmit struct {
One string `json:"-"`
}
type TestStruct8Time ¶ added in v1.1.1
type TestStruct9JsonFormUri ¶ added in v1.4.2
type TestUint16 ¶
type TestUint16 uint16
type TestUint32 ¶
type TestUint32 uint32
type TestUint64 ¶
type TestUint64 uint64
type TestUintptr ¶
type TestUintptr uintptr
Click to show internal directories.
Click to hide internal directories.