mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Temporarily commented imports on backups module
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user