feat: rename to samuelncui

This commit is contained in:
Samuel N Cui
2023-09-22 14:00:01 +08:00
parent 14e725e0ac
commit 6a58412a3d
57 changed files with 349 additions and 167 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ import (
"sort"
"sync"
"github.com/abc950309/tapewriter/entity"
"github.com/abc950309/tapewriter/library"
mapset "github.com/deckarep/golang-set/v2"
"github.com/samuelncui/tapewriter/entity"
"github.com/samuelncui/tapewriter/library"
"gorm.io/gorm"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/tapewriter/entity"
"gorm.io/gorm"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"sync/atomic"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/tapewriter/entity"
)
func (e *Executor) getArchiveDisplay(ctx context.Context, job *Job) (*entity.JobArchiveDisplay, error) {
+4 -4
View File
@@ -13,11 +13,11 @@ import (
"sync/atomic"
"time"
"github.com/abc950309/acp"
"github.com/abc950309/tapewriter/entity"
"github.com/abc950309/tapewriter/library"
"github.com/abc950309/tapewriter/tools"
mapset "github.com/deckarep/golang-set/v2"
"github.com/samuelncui/acp"
"github.com/samuelncui/tapewriter/entity"
"github.com/samuelncui/tapewriter/library"
"github.com/samuelncui/tapewriter/tools"
"github.com/sirupsen/logrus"
)
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"sort"
"strings"
"github.com/abc950309/acp"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/acp"
"github.com/samuelncui/tapewriter/entity"
)
func (e *Executor) createArchive(ctx context.Context, job *Job, param *entity.JobArchiveParam) error {
+1 -1
View File
@@ -3,7 +3,7 @@ package executor
import (
"context"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/tapewriter/entity"
)
func (e *Executor) startArchive(ctx context.Context, job *Job) error {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"os/exec"
"time"
"github.com/abc950309/tapewriter/library"
"github.com/samuelncui/tapewriter/library"
"github.com/sirupsen/logrus"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"sync/atomic"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/tapewriter/entity"
)
func (e *Executor) getRestoreDisplay(ctx context.Context, job *Job) (*entity.JobRestoreDisplay, error) {
+3 -3
View File
@@ -13,12 +13,12 @@ import (
"sync/atomic"
"time"
"github.com/abc950309/acp"
"github.com/abc950309/tapewriter/entity"
"github.com/abc950309/tapewriter/tools"
mapset "github.com/deckarep/golang-set/v2"
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/sirupsen/logrus"
)
+3 -3
View File
@@ -7,11 +7,11 @@ import (
"sort"
"strings"
"github.com/abc950309/tapewriter/entity"
"github.com/abc950309/tapewriter/library"
"github.com/abc950309/tapewriter/tools"
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/sirupsen/logrus"
)
+1 -1
View File
@@ -3,7 +3,7 @@ package executor
import (
"context"
"github.com/abc950309/tapewriter/entity"
"github.com/samuelncui/tapewriter/entity"
)
func (e *Executor) startRestore(ctx context.Context, job *Job) error {