types

package
v0.0.0-...-7a25296 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bigint

type Bigint string

自定义数字类型,解决前端JS无法处理int64的问题

func (Bigint) Int64

func (bigint Bigint) Int64() (int64, error)

func (*Bigint) Scan

func (bigint *Bigint) Scan(value interface{}) error

func (Bigint) String

func (bigint Bigint) String() string

func (Bigint) Uint64

func (bigint Bigint) Uint64() (uint64, error)

func (Bigint) Value

func (bigint Bigint) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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