GitSyncRepo¶
Implements¶
- RepoOperation val
Constructors¶
create¶
new val create(
git': GitVCS val,
resultReceiver': RepoOperationResultReceiver tag,
next': RepoOperation val)
: GitSyncRepo val^
Parameters¶
- git': GitVCS val
- resultReceiver': RepoOperationResultReceiver tag
- next': RepoOperation val
Returns¶
- GitSyncRepo val^
Public fields¶
let git: GitVCS val¶
let next: RepoOperation val¶
let resultReceiver: RepoOperationResultReceiver tag¶
Public Functions¶
apply¶
Parameters¶
- repo: Repo val
Returns¶
- None val