Documentation ¶
Index ¶
- func AccessQuestions() []*survey.Question
- func NewConfirm(message string) survey.Prompt
- func NewDeleteConfirm(entry string) survey.Prompt
- func NewOrgIDInput() survey.Prompt
- func NewOrgSelect(options []atlasv2.AtlasOrganization) survey.Prompt
- func NewProfileReplaceConfirm(entry string) survey.Prompt
- func NewProjectIDInput() survey.Prompt
- func NewProjectSelect(ids, names []string) survey.Prompt
- func TenantQuestions() []*survey.Question
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccessQuestions ¶
func AccessQuestions() []*survey.Question
func NewConfirm ¶
func NewConfirm(message string) survey.Prompt
NewConfirm creates a prompt to confirm if the entry should be deleted.
func NewDeleteConfirm ¶
func NewDeleteConfirm(entry string) survey.Prompt
NewDeleteConfirm creates a prompt to confirm if the entry should be deleted.
func NewOrgIDInput ¶
func NewOrgIDInput() survey.Prompt
func NewOrgSelect ¶
func NewOrgSelect(options []atlasv2.AtlasOrganization) survey.Prompt
NewOrgSelect create a prompt to choice the organization.
func NewProfileReplaceConfirm ¶
func NewProfileReplaceConfirm(entry string) survey.Prompt
NewProfileReplaceConfirm creates a prompt to confirm if an existing profile should be replaced.
func NewProjectIDInput ¶
func NewProjectIDInput() survey.Prompt
func NewProjectSelect ¶
func NewProjectSelect(ids, names []string) survey.Prompt
NewProjectSelect create a prompt to choice the project.
func TenantQuestions ¶
func TenantQuestions() []*survey.Question
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.