mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
refactor: move task, error and testing utils to separte repo; apply gofumpt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package idlewatcher
|
||||
|
||||
import "github.com/yusing/godoxy/internal/gperr"
|
||||
import gperr "github.com/yusing/goutils/errs"
|
||||
|
||||
type ContainerStatus string
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ package idlewatcher
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/yusing/godoxy/internal/gperr"
|
||||
"github.com/yusing/godoxy/internal/types"
|
||||
"github.com/yusing/godoxy/internal/watcher/events"
|
||||
gperr "github.com/yusing/goutils/errs"
|
||||
)
|
||||
|
||||
type Provider interface {
|
||||
|
||||
Reference in New Issue
Block a user