mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-21 16:15:45 +00:00
feat : Validate bark, ntfy, generic+ shortcut (#591)
Former-commit-id: da22074ed3
This commit is contained in:
parent
13c437c418
commit
ab98870350
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ func init() {
|
|||
|
||||
err := validate.RegisterValidation("shoutrrr", func(fl validator.FieldLevel) bool {
|
||||
prefixes := [...]string{
|
||||
"bark://",
|
||||
"discord://",
|
||||
"smtp://",
|
||||
"gotify://",
|
||||
|
@ -21,6 +22,7 @@ func init() {
|
|||
"join://",
|
||||
"mattermost://",
|
||||
"matrix://",
|
||||
"ntfy://",
|
||||
"opsgenie://",
|
||||
"pushbullet://",
|
||||
"pushover://",
|
||||
|
@ -30,6 +32,7 @@ func init() {
|
|||
"telegram://",
|
||||
"zulip://",
|
||||
"generic://",
|
||||
"generic+",
|
||||
}
|
||||
|
||||
str := fl.Field().String()
|
||||
|
|
Loading…
Reference in a new issue