utils

package
v0.0.0-...-1c961dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullInt64

type NullInt64 struct {
	Val     int64
	IsValid bool
}

func NewNullInt64

func NewNullInt64(val interface{}) NullInt64

func (NullInt64) MarshalJSON

func (ni NullInt64) MarshalJSON() ([]byte, error)

func (*NullInt64) Scan

func (ni *NullInt64) Scan(value interface{}) error

func (*NullInt64) Set

func (ni *NullInt64) Set(val interface{})

func (NullInt64) Value

func (ni NullInt64) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL