mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-02 07:29:44 +00:00
refactor: remove Ctx field from git.Repository (#38500)
This commit is contained in:
@@ -39,6 +39,7 @@ type CatFileBatch interface {
|
||||
|
||||
type CatFileBatchCloser interface {
|
||||
CatFileBatch
|
||||
Context() context.Context
|
||||
Close()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user