10 lines
142 B
Go
10 lines
142 B
Go
package nocloud
|
|
|
|
type Config struct {
|
|
VpcName string
|
|
BindIP string
|
|
BindPort string
|
|
Name string
|
|
Password string
|
|
SSHKEY string
|
|
}
|