1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-04 04:05:33 -04:00
gitea/modules/private
wxiaoguang b0e6c25535
Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796)
`resp != nil` doesn't mean the request really succeeded. Add a comment
for requestJSONResp to clarify the behavior.
2024-01-15 11:15:31 +00:00
..
actions.go Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796) 2024-01-15 11:15:31 +00:00
hook.go
internal.go
key.go Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796) 2024-01-15 11:15:31 +00:00
mail.go Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796) 2024-01-15 11:15:31 +00:00
manager.go
request.go Caller should check the ResponseExtra.HasError() first to see whether the request fails (#28796) 2024-01-15 11:15:31 +00:00
restore_repo.go
serv.go