Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Float32 ¶ added in v0.23.7
func NewFloat32 ¶ added in v0.27.6
type Float64 ¶ added in v0.23.7
func NewFloat64 ¶ added in v0.27.6
type Null ¶ added in v0.23.7
Null is a nullable type.
func NewFromPtr ¶ added in v0.23.7
func (Null[T]) Default ¶ added in v0.23.7
func (t Null[T]) Default(v T) T
Default return default value its value is Null or not Set.
func (*Null[T]) UnmarshalJSON ¶ added in v0.23.7
UnmarshalJSON implements json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.