mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
refactor: 重构types包
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package internal
|
||||
|
||||
import "github.com/TheTNB/panel/types"
|
||||
import (
|
||||
"github.com/TheTNB/panel/pkg/types"
|
||||
)
|
||||
|
||||
type PHP interface {
|
||||
Status() (bool, error)
|
||||
|
||||
Reference in New Issue
Block a user