Versions in this module Expand all Collapse all v0 v0.0.2 Mar 12, 2021 Changes in this version + type Int64 struct + Int64 int64 + Valid bool + func Int64From(i int64) Int64 + func NewInt64(i int64, valid bool) Int64 + func (i *Int64) Scan(value interface{}) error + func (i *Int64) SetValid(n int64) + func (i *Int64) UnmarshalJSON(data []byte) error + func (i *Int64) UnmarshalText(text []byte) error + func (i Int64) MarshalJSON() ([]byte, error) + func (i Int64) MarshalText() ([]byte, error) + func (i Int64) Value() (driver.Value, error) + type Uint32 struct + Uint32 uint32 + Valid bool + func NewUint32(i uint32, valid bool) Uint32 + func Uint32From(i uint32) Uint32 + func (i *Uint32) Scan(value interface{}) error + func (i *Uint32) SetValid(n uint32) + func (i *Uint32) UnmarshalJSON(data []byte) error + func (i *Uint32) UnmarshalText(text []byte) error + func (i Uint32) MarshalJSON() ([]byte, error) + func (i Uint32) MarshalText() ([]byte, error) + func (i Uint32) Value() (driver.Value, error)