teldrive/schemas/common.go
2023-08-14 02:28:06 +05:30

6 lines
116 B
Go

package schemas
type Message struct {
Status bool `json:"status"`
Message string `json:"message,omitempty"`
}