mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 14:13:09 +02:00
refactor: rename module 'err' to 'gperr' in references
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/yusing/go-proxy/internal/common"
|
||||
E "github.com/yusing/go-proxy/internal/error"
|
||||
"github.com/yusing/go-proxy/internal/gperr"
|
||||
"github.com/yusing/go-proxy/internal/logging"
|
||||
"github.com/yusing/go-proxy/internal/utils/strutils"
|
||||
)
|
||||
@@ -19,7 +19,7 @@ type (
|
||||
// and returns an error if it fails to start.
|
||||
//
|
||||
// callerSubtask.Finish must be called when start fails or the object is finished.
|
||||
Start(parent Parent) E.Error
|
||||
Start(parent Parent) gperr.Error
|
||||
Task() *Task
|
||||
}
|
||||
TaskFinisher interface {
|
||||
|
||||
Reference in New Issue
Block a user