chore: refactor storage layer

This commit is contained in:
garethgeorge
2023-11-15 18:14:46 -08:00
parent 4c6f042250
commit b22e006ffb
12 changed files with 271 additions and 121 deletions

View File

@@ -9,7 +9,7 @@ import (
v1 "github.com/garethgeorge/resticui/gen/go/v1"
"github.com/garethgeorge/resticui/internal/config"
"github.com/garethgeorge/resticui/internal/oplog"
"github.com/garethgeorge/resticui/internal/database/oplog"
"github.com/garethgeorge/resticui/pkg/restic"
"go.uber.org/zap"
"google.golang.org/protobuf/proto"