check

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: GPL-3.0 Imports: 3 Imported by: 49

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForZeroUintFields

func ForZeroUintFields(arg interface{}) error

ForZeroUintFields checks if fields are uint64 and whether are greater than 0

func IfNil

func IfNil(checker NilInterfaceChecker) bool

IfNil tests if the provided interface pointer or underlying object is nil

func IfNilReflect

func IfNilReflect(i interface{}) bool

IfNilReflect tests if the provided interface pointer or underlying pointer receiver is nil

func IsZeroFloat64

func IsZeroFloat64(value float64, epsilon float64) bool

IsZeroFloat64 returns true if the provided absolute value is less than provided absolute epsilon

Types

type NilInterfaceChecker

type NilInterfaceChecker interface {
	IsInterfaceNil() bool
}

NilInterfaceChecker checks if an interface's underlying object is nil

Jump to

Keyboard shortcuts

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