//
pkg.gl
Category
github.com/orijtech/mongo-go-driver
bson
decimal
package
0.0.2
Repository:
https://github.com/orijtech/mongo-go-driver.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
280 SLOC
#
Functions
NewDecimal128
NewDecimal128 creates a Decimal128 using the provide high and low uint64s.
ParseDecimal128
ParseDecimal128 takes the given string and attempts to parse it into a valid Decimal128 value.
#
Structs
Decimal128
Decimal128 holds decimal128 BSON values.