feat: 完成容器终端功能

This commit is contained in:
ssongliu
2022-10-18 18:39:45 +08:00
committed by ssongliu
parent 3ca1e97469
commit e58e5cef0d
36 changed files with 848 additions and 534 deletions

View File

@@ -1,8 +1,8 @@
package repo
import (
"github.com/1Panel-dev/1Panel/app/model"
"github.com/1Panel-dev/1Panel/global"
"github.com/1Panel-dev/1Panel/backend/app/model"
"github.com/1Panel-dev/1Panel/backend/global"
)
type ImageRepoRepo struct{}