after fork
This commit is contained in:
10
constants/bindings.go
Normal file
10
constants/bindings.go
Normal file
@ -0,0 +1,10 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
QUERY = "query"
|
||||
FORM = "form"
|
||||
URI = "uri"
|
||||
HEADER = "header"
|
||||
COOKIE = "cookie"
|
||||
JSON = "json"
|
||||
)
|
9
constants/tags.go
Normal file
9
constants/tags.go
Normal file
@ -0,0 +1,9 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
DEFAULT = "default"
|
||||
VALIDATE = "validate"
|
||||
DESCRIPTION = "description"
|
||||
EMBED = "embed"
|
||||
EXAMPLE = "example"
|
||||
)
|
Reference in New Issue
Block a user