1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

add Context.ReadParams method

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-31 20:30:01 +03:00
parent 2f51845138
commit 477f5e6f9b
7 changed files with 91 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import (
)
type MyType struct {
Name string `url:"name"`
Name string `url:"name,required"`
Age int `url:"age"`
}