Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 4, 2022 Changes in this version + const MaxEventNameLen + const MaxJobNameLen + const MaxReporterNameLen + const MaxRequestorNameLen + const MaxServerIDLen + const MaxTestNameLen + const MaxTestStepLabelLen + type ErrParameterIsTooLong struct + ActualLen int + DataName string + MaxLen int + func (err ErrParameterIsTooLong) Error() string + type Validator struct + func NewValidator() *Validator + func (v *Validator) ValidateEventName(eventName string) error + func (v *Validator) ValidateJobName(jobName string) error + func (v *Validator) ValidateReporterName(reporterName string) error + func (v *Validator) ValidateRequestorName(requestorName string) error + func (v *Validator) ValidateServerID(serverID string) error + func (v *Validator) ValidateTestName(testName string) error + func (v *Validator) ValidateTestStepLabel(testStepLabel string) error