up
This commit is contained in:
@@ -9,3 +9,10 @@ type user struct {
|
||||
AvatarUrl string `json:"avatar_Url,omitempty"` // 用户在GitHub上的头像URL(如果有)。
|
||||
CreatedAt string `json:"created_At,omitempty"` // 记录插入到数据库中的时间。
|
||||
}
|
||||
|
||||
type Auth struct {
|
||||
Type string
|
||||
Code string
|
||||
State string
|
||||
RedirectUrl string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user