Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NullableFloat ¶
func NullableFloat(f float64) sql.NullFloat64
NullableFloat для нулевых значений int
Types ¶
type Datetime ¶
func (*Datetime) UnmarshalJSON ¶
type JSONB ¶
type JSONB map[string]interface{}
jsonb from Postgres
func (JSONB) GormDataType ¶
func (*JSONB) UnmarshalJSON ¶
type StringNullable ¶
type StringNullable string
StringNullable
func (*StringNullable) Scan ¶
func (sn *StringNullable) Scan(v interface{}) error
type Uint64Nullable ¶
type Uint64Nullable uint64
Uint64Nullable
func (Uint64Nullable) GormDataType ¶
func (id Uint64Nullable) GormDataType() string
func (*Uint64Nullable) Scan ¶
func (id *Uint64Nullable) Scan(v interface{}) error
type UintNullable ¶
type UintNullable uint
Uint64Nullable
func (UintNullable) GormDataType ¶
func (id UintNullable) GormDataType() string
func (*UintNullable) Scan ¶
func (id *UintNullable) Scan(v interface{}) error
Click to show internal directories.
Click to hide internal directories.