Documentation
¶
Index ¶
- Constants
- Variables
- func CompareFloat32(raw string, actual interface{}) error
- func CompareFloat32Pointer(raw string, actual interface{}) error
- func CompareInt(raw string, actual interface{}) error
- func CompareIntPointer(raw string, actual interface{}) error
- func CompareString(raw string, actual interface{}) error
- func CompareStringPointer(raw string, actual interface{}) error
- func CompareTime(raw string, actual interface{}) error
- func CompareTimePointer(raw string, actual interface{}) error
- func ParseFloat32(raw string) (interface{}, error)
- func ParseFloat32Pointer(raw string) (interface{}, error)
- func ParseInt(raw string) (interface{}, error)
- func ParseIntPointer(raw string) (interface{}, error)
- func ParseString(raw string) (interface{}, error)
- func ParseStringPointer(raw string) (interface{}, error)
- func ParseTime(raw string) (interface{}, error)
- func ParseTimePointer(raw string) (interface{}, error)
Constants ¶
View Source
const NilRawString = "N/A"
NilRawString used to identify "nil" values on the table
Variables ¶
View Source
var NilFloat32 *float32
NilFloat32 variable
View Source
var NilInt *int
NilInt variable
View Source
var NilString *string
NilString variable
View Source
var NilTime *time.Time
NilTime variable
Functions ¶
func CompareFloat32 ¶
CompareFloat32 function
func CompareFloat32Pointer ¶
CompareFloat32Pointer function
func CompareIntPointer ¶
CompareIntPointer function
func CompareString ¶
CompareString function
func CompareStringPointer ¶
CompareStringPointer function
func CompareTimePointer ¶
CompareTimePointer function
func ParseFloat32Pointer ¶
ParseFloat32Pointer function
func ParseIntPointer ¶
ParseIntPointer function
func ParseStringPointer ¶
ParseStringPointer function
func ParseTimePointer ¶
ParseTimePointer function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.