portal/controller/response/auth_status.go

6 lines
82 B
Go
Raw Normal View History

2023-06-15 05:26:36 +00:00
package response
type AuthStatusResponse struct {
Status bool `json:"status"`
}