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:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type MyType struct {
|
||||
Name string `url:"name"`
|
||||
Name string `url:"name,required"`
|
||||
Age int `url:"age"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user