update sdk to latest (#6903)
This commit is contained in:
parent
d64a646c0a
commit
1dc401635b
8 changed files with 82 additions and 21 deletions
3
vendor/code.gitea.io/sdk/gitea/user_app.go
generated
vendored
3
vendor/code.gitea.io/sdk/gitea/user_app.go
generated
vendored
|
@ -23,8 +23,7 @@ func BasicAuthEncode(user, pass string) string {
|
|||
type AccessToken struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Token string `json:"token"`
|
||||
HashedToken string `json:"hashed_token"`
|
||||
Token string `json:"sha1"`
|
||||
TokenLastEight string `json:"token_last_eight"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue