Archived
阶段性提交
This commit is contained in:
@@ -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