# Functions
NewValidator returns new instance of storage Validator.
# Constants
MaxEventNameLen is a max length of event name field.
MaxJobNameLen is a max length of job name field.
MaxReporterNameLen is a max length of reporter name field.
MaxRequestorNameLen is a max length of Requestor name field.
MaxServerIDLen is a max length of server id field.
MaxTestNameLen is a max length of test name field.
MaxTestStepLabelLen is a max length of test step label field.
# Structs
ErrParameterIsTooLong implements "error" for generic length check error.
Validator provides methods to validate data structures against storage limitations.