Documentation ¶ Index ¶ type BigFloat func ConvertToBigFloat(b *big.Float) (*BigFloat, error) func (b *BigFloat) CreatePgNumeric() (*pgtype.Numeric, error) func (b *BigFloat) RawValue() *big.Float func (b *BigFloat) Scan(value interface{}) error func (b *BigFloat) Value() (driver.Value, error) type BigInt func ConvertToBigInt(b *big.Int) (*BigInt, error) func (b *BigInt) CreatePgNumeric() (*pgtype.Numeric, error) func (b *BigInt) RawValue() (*big.Int, error) func (b *BigInt) Scan(value interface{}) error func (b *BigInt) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BigFloat ¶ type BigFloat big.Float func ConvertToBigFloat ¶ func ConvertToBigFloat(b *big.Float) (*BigFloat, error) func (*BigFloat) CreatePgNumeric ¶ func (b *BigFloat) CreatePgNumeric() (*pgtype.Numeric, error) func (*BigFloat) RawValue ¶ func (b *BigFloat) RawValue() *big.Float func (*BigFloat) Scan ¶ func (b *BigFloat) Scan(value interface{}) error func (*BigFloat) Value ¶ func (b *BigFloat) Value() (driver.Value, error) type BigInt ¶ type BigInt big.Int func ConvertToBigInt ¶ func ConvertToBigInt(b *big.Int) (*BigInt, error) func (*BigInt) CreatePgNumeric ¶ func (b *BigInt) CreatePgNumeric() (*pgtype.Numeric, error) func (*BigInt) RawValue ¶ func (b *BigInt) RawValue() (*big.Int, error) func (*BigInt) Scan ¶ func (b *BigInt) Scan(value interface{}) error func (*BigInt) Value ¶ func (b *BigInt) Value() (driver.Value, error) Source Files ¶ View all Source files bigNumber.helper.go Click to show internal directories. Click to hide internal directories.