mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-24 22:16:36 +08:00
阶段性提交
This commit is contained in:
9
internal/installers/credentials.go
Normal file
9
internal/installers/credentials.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package installers
|
||||
|
||||
type Credentials struct {
|
||||
Host string
|
||||
Port int
|
||||
Username string
|
||||
Password string
|
||||
PrivateKey string
|
||||
}
|
||||
Reference in New Issue
Block a user