mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
refactor: 新年快乐
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/google/wire"
|
||||
"github.com/knadh/koanf/v2"
|
||||
|
||||
"github.com/TheTNB/panel/internal/biz"
|
||||
"github.com/tnb-labs/panel/internal/biz"
|
||||
)
|
||||
|
||||
var ProviderSet = wire.NewSet(NewMiddlewares)
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/go-rat/chix"
|
||||
|
||||
"github.com/TheTNB/panel/internal/biz"
|
||||
"github.com/tnb-labs/panel/internal/biz"
|
||||
)
|
||||
|
||||
// MustInstall 确保已安装应用
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/go-rat/chix"
|
||||
|
||||
"github.com/TheTNB/panel/internal/app"
|
||||
"github.com/tnb-labs/panel/internal/app"
|
||||
)
|
||||
|
||||
// Status 检查程序状态
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
import "github.com/TheTNB/panel/pkg/acme"
|
||||
import "github.com/tnb-labs/panel/pkg/acme"
|
||||
|
||||
type CertDNSCreate struct {
|
||||
Type string `form:"type" json:"type" validate:"required"`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
import "github.com/TheTNB/panel/pkg/types"
|
||||
import "github.com/tnb-labs/panel/pkg/types"
|
||||
|
||||
type ContainerID struct {
|
||||
ID string `json:"id" form:"id" validate:"required"`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
import "github.com/TheTNB/panel/pkg/types"
|
||||
import "github.com/tnb-labs/panel/pkg/types"
|
||||
|
||||
type ContainerNetworkID struct {
|
||||
ID string `json:"id" form:"id" validate:"required"`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
import "github.com/TheTNB/panel/pkg/types"
|
||||
import "github.com/tnb-labs/panel/pkg/types"
|
||||
|
||||
type ContainerVolumeID struct {
|
||||
ID string `json:"id" form:"id" validate:"required"`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
import "github.com/TheTNB/panel/pkg/types"
|
||||
import "github.com/tnb-labs/panel/pkg/types"
|
||||
|
||||
type WebsiteDefaultConfig struct {
|
||||
Index string `json:"index" form:"index" validate:"required"`
|
||||
|
||||
Reference in New Issue
Block a user