Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct {
// contains filtered or unexported fields
}
func (Bool) MarshalJSON ¶
func (*Bool) UnmarshalJSON ¶
type Byte ¶
type Byte struct {
// contains filtered or unexported fields
}
func (Byte) MarshalJSON ¶
func (*Byte) UnmarshalJSON ¶
type Float32 ¶
type Float32 struct {
// contains filtered or unexported fields
}
func NewFloat32 ¶
func (Float32) MarshalJSON ¶
func (*Float32) UnmarshalJSON ¶
type Float64 ¶
type Float64 struct {
// contains filtered or unexported fields
}
func NewFloat64 ¶
func (Float64) MarshalJSON ¶
func (*Float64) UnmarshalJSON ¶
type Int ¶
type Int struct {
// contains filtered or unexported fields
}
func (Int) MarshalJSON ¶
func (*Int) UnmarshalJSON ¶
type Int16 ¶
type Int16 struct {
// contains filtered or unexported fields
}
func (Int16) MarshalJSON ¶
func (*Int16) UnmarshalJSON ¶
type Int32 ¶
type Int32 struct {
// contains filtered or unexported fields
}
func (Int32) MarshalJSON ¶
func (*Int32) UnmarshalJSON ¶
type Int64 ¶
type Int64 struct {
// contains filtered or unexported fields
}
func (Int64) MarshalJSON ¶
func (*Int64) UnmarshalJSON ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (String) MarshalJSON ¶
func (*String) UnmarshalJSON ¶
type Time ¶
type Time struct {
// contains filtered or unexported fields
}
func (Time) MarshalJSON ¶
func (*Time) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.