mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-11 22:00:27 +08:00
初步实现安装界面
This commit is contained in:
7
internal/setup/config.go
Normal file
7
internal/setup/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package setup
|
||||
|
||||
type Config struct {
|
||||
APINodeProtocol string
|
||||
APINodeHost string
|
||||
APINodePort int
|
||||
}
|
||||
Reference in New Issue
Block a user