Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
func (BigInt) MarshalJSON ¶
func (*BigInt) MarshalYAML ¶
func (*BigInt) UnmarshalJSON ¶
func (*BigInt) UnmarshalYAML ¶
type Duration ¶
func (Duration) MarshalJSON ¶
func (Duration) MarshalText ¶
func (*Duration) UnmarshalJSON ¶
func (*Duration) UnmarshalText ¶
type IRawMessage ¶
type RawMessage ¶
type RawMessage struct {
// contains filtered or unexported fields
}
func (*RawMessage) MarshalYAML ¶
func (r *RawMessage) MarshalYAML() (interface{}, error)
func (*RawMessage) Unmarshal ¶
func (r *RawMessage) Unmarshal(v interface{}) error
func (*RawMessage) UnmarshalYAML ¶
func (r *RawMessage) UnmarshalYAML(unmarshal func(interface{}) error) error
type RawMessageMasked ¶
type RawMessageMasked struct {
// contains filtered or unexported fields
}
func (*RawMessageMasked) Unmarshal ¶
func (r *RawMessageMasked) Unmarshal(v interface{}) error
func (*RawMessageMasked) UnmarshalYAML ¶
func (r *RawMessageMasked) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.