This commit is contained in:
evilsocket 2018-01-13 13:33:04 +01:00
parent b4d8c639a0
commit fb593af38d
6 changed files with 7 additions and 5 deletions

View file

@ -7,6 +7,8 @@ import (
"strconv"
)
const IPv4Validator = `^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$`
type ModuleHandler struct {
Name string
Description string