iris/_examples/mvc/overview/model/response.go

7 lines
108 B
Go
Raw Normal View History

package model
// Response example server's response.
type Response struct {
Message string `json:"msg"`
}