Mirror CreateMirrorRepo creates a mirror repository and returns a gitea task id
(ctx context.Context, req CreateMirrorRepoReq)
| 55 | // Mirror |
| 56 | // CreateMirrorRepo creates a mirror repository and returns a gitea task id |
| 57 | CreateMirrorRepo(ctx context.Context, req CreateMirrorRepoReq) (int64, error) |
| 58 | // GetMirrorTaskInfo returns the Gitea mirror task info |
| 59 | GetMirrorTaskInfo(ctx context.Context, taskId int64) (*MirrorTaskInfo, error) |
| 60 | // MirrorSync requests the Gitea to start mirror synchronization |
no outgoing calls
no test coverage detected