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