portal/controller/response/auth_status.go

6 lines
82 B
Go

package response
type AuthStatusResponse struct {
Status bool `json:"status"`
}