package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewBool creates a new nullable Bool.
NewFloat creates a new nullable Float.
NewInt creates a new nullable Int.
NewNullBool creates a null Bool.
NewNullFloat creates a null Float.
NewNullInt creates a null Int.
NewNullString creates a null string.
NewString creates a new nullable String.
# Structs
Bool represents a boolean that may be null or not present in json at all.
Float represents a float that may be null or not present in json at all.
Int represents an int that may be null or not present in json at all.
String represents a string that may be null or not present in json at all.