Documentation ¶
Index ¶
- func ErrorValueStringAsMediaTypeNotValid(value string) error
- func ErrorValueStringAsReverseDomainNotValid(value string) error
- func ErrorValueStringAsSemanticVersionNotValid(value string) error
- func ErrorValueStringAsURLNotValid(value string) error
- func IsValidMediaType(value string) bool
- func IsValidReverseDomain(value string) bool
- func IsValidSemanticVersion(value string) bool
- func IsValidURL(value string) bool
- func MediaTypeValidator(value string, errorReporter structure.ErrorReporter)
- func NormalizeMediaType(value string) (string, bool)
- func ReverseDomainValidator(value string, errorReporter structure.ErrorReporter)
- func SemanticVersionValidator(value string, errorReporter structure.ErrorReporter)
- func URLValidator(value string, errorReporter structure.ErrorReporter)
- func ValidateMediaType(value string) error
- func ValidateReverseDomain(value string) error
- func ValidateSemanticVersion(value string) error
- func ValidateURL(value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidMediaType ¶
func IsValidReverseDomain ¶
func IsValidSemanticVersion ¶
func IsValidURL ¶
func MediaTypeValidator ¶
func MediaTypeValidator(value string, errorReporter structure.ErrorReporter)
func NormalizeMediaType ¶
func ReverseDomainValidator ¶
func ReverseDomainValidator(value string, errorReporter structure.ErrorReporter)
func SemanticVersionValidator ¶
func SemanticVersionValidator(value string, errorReporter structure.ErrorReporter)
func URLValidator ¶
func URLValidator(value string, errorReporter structure.ErrorReporter)
func ValidateMediaType ¶
func ValidateReverseDomain ¶
func ValidateSemanticVersion ¶
func ValidateURL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.