Documentation
¶
Index ¶
- Constants
- func ErrorValueStringAsReverseDomainNotValid(value string) error
- func ErrorValueStringAsSemanticVersionNotValid(value string) error
- func ErrorValueStringAsURLNotValid(value string) error
- func ReverseDomain(value string, errorReporter structure.ErrorReporter)
- func SemanticVersion(value string, errorReporter structure.ErrorReporter)
- func URL(value string, errorReporter structure.ErrorReporter)
Constants ¶
View Source
const ( ReverseDomainLengthMaximum = 253 SemanticVersionLengthMaximum = 100 URLLengthMaximum = 2000 )
Variables ¶
This section is empty.
Functions ¶
func ReverseDomain ¶
func ReverseDomain(value string, errorReporter structure.ErrorReporter)
func SemanticVersion ¶
func SemanticVersion(value string, errorReporter structure.ErrorReporter)
func URL ¶
func URL(value string, errorReporter structure.ErrorReporter)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.