mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-10 01:02:01 +08:00
6 lines
116 B
Go
6 lines
116 B
Go
package schemas
|
|
|
|
type Message struct {
|
|
Status bool `json:"status"`
|
|
Message string `json:"message,omitempty"`
|
|
}
|