feat(stdlib): added a basic borg client custom promise

This commit is contained in:
Julien Dessaux 2024-08-29 20:22:56 +02:00
parent 518cbed944
commit 48f2e9a2cb
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 174 additions and 1 deletions

View file

@ -73,7 +73,6 @@ func (b *BorgServer) Resolve() {
case gonf.REPAIRED:
b.status = gonf.REPAIRED
}
// TODO init repositories? or let the borg client do it?
}
func (b BorgServer) Status() gonf.Status {