mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-20 12:49:17 +07:00
init
This commit is contained in:
16
common/consts/routing.go
Normal file
16
common/consts/routing.go
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
* Copyright (c) since 2022, mzz2017 (mzz@tuta.io). All rights reserved.
|
||||
*/
|
||||
|
||||
package consts
|
||||
|
||||
const (
|
||||
RoutingDomain_Full = "full"
|
||||
RoutingDomain_Keyword = "keyword"
|
||||
RoutingDomain_Suffix = "suffix"
|
||||
RoutingDomain_Regex = "regex"
|
||||
|
||||
Function_Domain = "domain"
|
||||
Function_Ip = "ip"
|
||||
)
|
Reference in New Issue
Block a user