chore(gofmt): cloudinit/cloud_config.go
This commit is contained in:
parent
5b7308109c
commit
fa914e46c6
@ -10,7 +10,10 @@ const DefaultSSHKeyName = "coreos-cloudinit"
|
|||||||
|
|
||||||
type CloudConfig struct {
|
type CloudConfig struct {
|
||||||
SSH_Authorized_Keys []string
|
SSH_Authorized_Keys []string
|
||||||
Coreos struct{Etcd struct{ Discovery_URL string }; Fleet struct{ Autostart bool } }
|
Coreos struct {
|
||||||
|
Etcd struct{ Discovery_URL string }
|
||||||
|
Fleet struct{ Autostart bool }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewCloudConfig(contents []byte) (*CloudConfig, error) {
|
func NewCloudConfig(contents []byte) (*CloudConfig, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user