GitRemoteCallbacks

struct GitRemoteCallbacks {
void delegate(string str) progress;
void delegate(GitRemoteCompletionType type) completion;
TransferCallbackDelegate transferProgress;
}

Meta