validation

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrGitRefName is git reference name error
	ErrGitRefName = "GitRefNameError"
)

Variables

View Source
var (
	// GitRefNamePattern is regular expression with unallowed characters in git reference name
	// They cannot have ASCII control characters (i.e. bytes whose values are lower than \040, or \177 DEL), space, tilde ~, caret ^, or colon : anywhere.
	// They cannot have question-mark ?, asterisk *, or open bracket [ anywhere
	GitRefNamePattern = regexp.MustCompile(`[\000-\037\177 \\~^:?*[]+`)
)

Functions

func AddBindingRules

func AddBindingRules()

AddBindingRules adds additional binding rules

func IsAPIURL

func IsAPIURL(uri string) bool

IsAPIURL checks if URL is current Gitea instance API URL

func IsValidExternalURL

func IsValidExternalURL(uri string) bool

IsValidExternalURL checks if URL is valid external URL

func IsValidURL

func IsValidURL(uri string) bool

IsValidURL checks if URL is valid

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL