mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-02 22:27:29 +00:00
feat: rename repo
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"sync"
|
||||
|
||||
mapset "github.com/deckarep/golang-set/v2"
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapewriter/library"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"github.com/samuelncui/tapemanager/library"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
)
|
||||
|
||||
func (e *Executor) getArchiveDisplay(ctx context.Context, job *Job) (*entity.JobArchiveDisplay, error) {
|
||||
|
||||
@@ -16,9 +16,9 @@ import (
|
||||
mapset "github.com/deckarep/golang-set/v2"
|
||||
"github.com/samber/lo"
|
||||
"github.com/samuelncui/acp"
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapewriter/library"
|
||||
"github.com/samuelncui/tapewriter/tools"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"github.com/samuelncui/tapemanager/library"
|
||||
"github.com/samuelncui/tapemanager/tools"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/samuelncui/acp"
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
)
|
||||
|
||||
func (e *Executor) createArchive(ctx context.Context, job *Job, param *entity.JobArchiveParam) error {
|
||||
|
||||
@@ -3,7 +3,7 @@ package executor
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
)
|
||||
|
||||
func (e *Executor) startArchive(ctx context.Context, job *Job) error {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"os/exec"
|
||||
"time"
|
||||
|
||||
"github.com/samuelncui/tapewriter/library"
|
||||
"github.com/samuelncui/tapemanager/library"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
)
|
||||
|
||||
func (e *Executor) getRestoreDisplay(ctx context.Context, job *Job) (*entity.JobRestoreDisplay, error) {
|
||||
|
||||
@@ -18,8 +18,8 @@ import (
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
"github.com/samber/lo"
|
||||
"github.com/samuelncui/acp"
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapewriter/tools"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"github.com/samuelncui/tapemanager/tools"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import (
|
||||
|
||||
mapset "github.com/deckarep/golang-set/v2"
|
||||
"github.com/samber/lo"
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapewriter/library"
|
||||
"github.com/samuelncui/tapewriter/tools"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"github.com/samuelncui/tapemanager/library"
|
||||
"github.com/samuelncui/tapemanager/tools"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package executor
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/samuelncui/tapewriter/entity"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
)
|
||||
|
||||
func (e *Executor) startRestore(ctx context.Context, job *Job) error {
|
||||
|
||||
Reference in New Issue
Block a user