mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
add a new 'overview' MVC example
Former-commit-id: f73cbf6010595c639f6c5b5119e2ec41bc9802a5
This commit is contained in:
6
_examples/mvc/overview/model/response.go
Normal file
6
_examples/mvc/overview/model/response.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
// Response example server's response.
|
||||
type Response struct {
|
||||
Message string `json:"msg"`
|
||||
}
|
||||
Reference in New Issue
Block a user