Temporarily commented imports on backups module
parent
04cdba7479
commit
13275f80a5
|
@ -1,15 +1,15 @@
|
||||||
package backups
|
package backups
|
||||||
|
|
||||||
import (
|
// import (
|
||||||
"fmt"
|
// "fmt"
|
||||||
"os"
|
// "os"
|
||||||
"path/filepath"
|
// "path/filepath"
|
||||||
"strings"
|
// "strings"
|
||||||
|
|
||||||
"github.com/edgebox-iot/edgeboxctl/internal/diagnostics"
|
// "github.com/edgebox-iot/edgeboxctl/internal/diagnostics"
|
||||||
"github.com/edgebox-iot/edgeboxctl/internal/utils"
|
// "github.com/edgebox-iot/edgeboxctl/internal/utils"
|
||||||
"github.com/shirou/gopsutil/disk"
|
// "github.com/shirou/gopsutil/disk"
|
||||||
)
|
// )
|
||||||
|
|
||||||
// Repository : Struct representing the backup repository of a device in the system
|
// Repository : Struct representing the backup repository of a device in the system
|
||||||
type Repository struct {
|
type Repository struct {
|
||||||
|
|
Loading…
Reference in New Issue