null

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Int64

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

func NewInt64

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

func (Int64) MarshalJSON

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

func (*Int64) Scan

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

func (Int64) String

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

func (*Int64) UnmarshalJSON

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

func (Int64) Value

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

type Value

type Value interface{}

Jump to

Keyboard shortcuts

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