mirror of
https://github.com/kataras/iris.git
synced 2026-08-08 21:49:08 +00:00
add a new 'overview' MVC example
Former-commit-id: f73cbf6010595c639f6c5b5119e2ec41bc9802a5
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
// Request example incoming request.
|
||||
type Request struct {
|
||||
Name string `json:"name" url:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user