Files
honoka-chan/model/webui.go
T
2023-04-26 08:50:16 +08:00

8 lines
135 B
Go

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