Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionCallback ¶
ActionCallback is the callback for the creation calls to print and copy the credentials.
type Attribute ¶
type Attribute struct { Name string `yaml:"name"` Type string `yaml:"type"` Prompt string `yaml:"prompt"` Charset string `yaml:"charset"` Min int `yaml:"min"` Max int `yaml:"max"` AlwaysPrompt bool `yaml:"always_prompt"` // always prompt for the crendentials }
Attribute is a credential attribute that is being asked for when populating a template.
type Template ¶
type Template struct { Name string `yaml:"name"` Priority int `yaml:"priority"` Prefix string `yaml:"prefix"` NameFrom []string `yaml:"name_from"` Welcome string `yaml:"welcome"` Attributes []Attribute `yaml:"attributes"` }
Template is an action template for the create wizard.
Click to show internal directories.
Click to hide internal directories.