mirror of
https://github.com/kataras/iris.git
synced 2025-12-30 00:07:04 +00:00
_future
Former-commit-id: c6f2c47cece55865b381df33950e6dfd8ccf882f
This commit is contained in:
@@ -11,14 +11,14 @@ const (
|
||||
// /myparam
|
||||
ParamTypeAlphabetical
|
||||
// /myparam1/myparam2
|
||||
ParamPath
|
||||
ParamTypePath
|
||||
)
|
||||
|
||||
var paramTypes = map[string]ParamType{
|
||||
"int": ParamTypeInt,
|
||||
"string": ParamTypeString,
|
||||
"alphabetical": ParamTypeAlphabetical,
|
||||
"path": ParamPath,
|
||||
"path": ParamTypePath,
|
||||
// could be named also:
|
||||
// "tail":
|
||||
// "wild"
|
||||
|
||||
Reference in New Issue
Block a user