package
Version:
v3.6.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Numeric(v interface{}) error
Numeric returns nil if v is of a numeric type or a string that can be parsed as a number.
UUID4 return nil if val is a valid uuid
func Value(val interface{}, validVals ...interface{}) error
Value return nil if val is equal (reflect.DeepEqual) to any of the values in validVals
Source Files
¶
Click to show internal directories.
Click to hide internal directories.