Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/connor4312/validity
/ types & classes
Types & classes
10 in github.com/connor4312/validity
⨍
Functions
134
◇
Types & classes
10
Struct
FloatValidityChecker
float_checker.go:8
Struct
IntValidityChecker
int_checker.go:8
Struct
StringValidityChecker
string_checker.go:11
Struct
TestStruct
validity_test.go:7
Struct
TestStructTags
validity_test.go:14
Struct
ValidationResults
This struct is returned from validation functions.
validity.go:59
TypeAlias
ValidationRules
ValidationRules is a map of strings to slices of things. The keys of the map should be the field names to validate, in the struct or map of input give
validity.go:56
Interface
ValidityChecker
ValidityChecker is the base interface from which type validators must implement.
checker.go:9
Struct
ValidityParsers
ValidityParsers is a map of functions to parse the given types with. Each one is responsible for converting the value to the correct type (if possible
queue.go:27
Struct
ValidityQueue
This queue object is where we're going to store all our data related to validation of a particular set. It should probably not be used directly, unles
queue.go:10