Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadOptions ¶
type DownloadOptions struct { URL string Filename string TimeoutDial int TimeoutTLS int TimeoutHTTP int }
func (DownloadOptions) New ¶
func (DownloadOptions) New(URL string, path string) DownloadOptions
type MetaData ¶
type User ¶
type User struct { Name string `yaml:"name"` Gecos string `yaml:"gecos"` Sudo string `yaml:"sudo"` PlainTextPasswd string `yaml:"plain_text_passwd"` LockPasswd bool `yaml:"lock_passwd",default:false` SSHAuthorizedKeys []string `yaml:"ssh_authorized_keys"` }
func (User) DefaultUser ¶
Click to show internal directories.
Click to hide internal directories.