mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
7 lines
108 B
Go
7 lines
108 B
Go
|
package model
|
||
|
|
||
|
// Response example server's response.
|
||
|
type Response struct {
|
||
|
Message string `json:"msg"`
|
||
|
}
|