mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-23 16:32:44 +08:00
Refactor repo contents API and add "contents-ext" API (#34822)
See the updated swagger document for details.
This commit is contained in:
@ -10,4 +10,7 @@ type GitBlobResponse struct {
|
||||
URL string `json:"url"`
|
||||
SHA string `json:"sha"`
|
||||
Size int64 `json:"size"`
|
||||
|
||||
LfsOid *string `json:"lfs_oid,omitempty"`
|
||||
LfsSize *int64 `json:"lfs_size,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user