null

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrDestinationPointerIsNil ...
	ErrDestinationPointerIsNil = errors.New("destination pointer is nil")
	// ErrDestinationNotAPointer ...
	ErrDestinationNotAPointer = errors.New("destination not a pointer")
)

Functions

This section is empty.

Types

type Int64

type Int64 struct {
	Int64 int64
	Valid bool // Valid is true if Int64 is not NULL
}

Int64 ...

func NewInt64

func NewInt64(value interface{}) (i Int64)

NewInt64 ...

func (Int64) MarshalJSON

func (n Int64) MarshalJSON() ([]byte, error)

MarshalJSON ...

func (*Int64) Scan

func (n *Int64) Scan(value interface{}) error

Scan ...

func (Int64) String

func (n Int64) String() (value string)

String ...

func (*Int64) UnmarshalJSON

func (n *Int64) UnmarshalJSON(data []byte) error

UnmarshalJSON ...

func (Int64) Value

func (n Int64) Value() (driver.Value, error)

Value ...

type Value

type Value interface{}

Value ...

Jump to

Keyboard shortcuts

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