feat: added modules

This commit is contained in:
Marvin Zhang
2024-06-14 16:37:48 +08:00
parent dc21bce11f
commit 6a60433d25
157 changed files with 5887 additions and 305 deletions

View File

@@ -1,8 +1,8 @@
package interfaces
import (
cfs "github.com/crawlab-team/crawlab-fs"
vcs "github.com/crawlab-team/crawlab-vcs"
cfs "github.com/crawlab-team/crawlab/fs"
vcs "github.com/crawlab-team/crawlab/vcs"
)
type FsService interface {