teldrive/schemas/common.go

7 lines
116 B
Go
Raw Normal View History

2023-08-14 04:58:06 +08:00
package schemas
type Message struct {
Status bool `json:"status"`
Message string `json:"message,omitempty"`
}