mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
rename machine config to state
This commit is contained in:
@@ -5,9 +5,6 @@ import (
|
||||
)
|
||||
|
||||
type MachineConnection struct {
|
||||
User string `toml:"user,omitempty"`
|
||||
Host string `toml:"host"`
|
||||
Port int `toml:"port"`
|
||||
SSHKey string `toml:"ssh_key,omitempty"`
|
||||
PublicKey secret.Secret `toml:"public_key,omitempty"`
|
||||
PublicKey secret.Secret `toml:"public_key"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user