cloudinit/config/system_info.go

8 lines
118 B
Go
Raw Normal View History

package config
type SystemInfo struct {
DefaultUser struct {
Name string `yaml:"name"`
} `yaml:"default_user"`
}