Documentation ¶ Index ¶ type Int64 func NewInt64(value interface{}) (i Int64) func (n Int64) MarshalJSON() ([]byte, error) func (n *Int64) Scan(value interface{}) error func (n Int64) String() (value string) func (n *Int64) UnmarshalJSON(data []byte) error func (n Int64) Value() (driver.Value, error) type Value 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{} Source Files ¶ View all Source files convert.go int64.go Click to show internal directories. Click to hide internal directories.