Files
honoka-chan/model/webui.go
T
YumeMichi a45a67ff35 Code cleanup
Signed-off-by: Yuan Si <do4suki@gmail.com>
2023-05-08 22:15:54 +08:00

9 lines
146 B
Go

package model
// Msg ...
type Msg struct {
Code int `json:"code"`
Message string `json:"message"`
Redirect string `json:"redirect"`
}