package auth type Auth struct { Qqid string `json:"qqid" db:"qqid"` Role int `json:"role" db:"role"` }