platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
12
selective-vpn-api/app/autoloop_helpers.go
Normal file
12
selective-vpn-api/app/autoloop_helpers.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
)
|
||||
|
||||
type autoloopLocationSpec struct {
|
||||
Primary string
|
||||
ISO string
|
||||
}
|
||||
|
||||
var autoloopEmailRe = regexp.MustCompile(`[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+`)
|
||||
Reference in New Issue
Block a user