package
1.0.0
Repository: https://github.com/tiendc/go-validator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

IsIn returns -1 if every item of a slice is in another slice.
IsNotIn returns -1 if any item of a slice is not in another slice.
IsUnique returns -1 if every item of a slice is unique.
ToMap transforms a slice to a map with slice items as map keys.

# Structs

ErrorParam data structure for an error param.

# Interfaces

Number interface of combined type of Int, UInt, and Float.
Time interface of time type.

# Type aliases

Float interface of float types and float-derived types.
Int interface of int types and int-derived types.
String interface of string type and string-derived types.
UInt interface of uint types and uint-derived types.