cmd/info: Use 'info' struct

This commit is contained in:
Tom Wiesing 2022-10-03 13:37:36 +02:00
parent ea714aba86
commit 894c23c137
No known key found for this signature in database
3 changed files with 53 additions and 10 deletions

View file

@ -1,7 +1,6 @@
package instances
import (
"fmt"
"time"
"github.com/FAU-CDI/wisski-distillery/internal/models"
@ -70,7 +69,6 @@ func (wisski *WissKI) Info(quick bool) (info WissKIInfo, err error) {
}
err = group.Wait()
fmt.Println(err)
return
}