mirror of
https://github.com/trafficlunar/api.git
synced 2026-03-28 19:13:12 +00:00
5 lines
70 B
Go
5 lines
70 B
Go
package model
|
|
|
|
type Success struct {
|
|
Success bool `json:"success"`
|
|
}
|