Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ServiceEnvHeader = ui.Section{ Name: "ServiceEnvHeader", Model: ui.MessageLines{ ui.Header(fmt.Sprintf("Fetch Environment Variables for Service %s", ui.Whisper("`anchor service env`"))), }, } ServiceEnvHint = ui.Section{ Name: "ServiceEnvHint", Model: ui.MessageLines{ ui.StepHint("We'll set your environment variables to provide configuration and credentials."), }, } )
View Source
var ( VerifyHeader = ui.Section{ Name: "VerifyHeader", Model: ui.MessageLines{ ui.Header(fmt.Sprintf("Verify Service TLS Setup and Configuration %s", ui.Whisper("`anchor service verify`"))), }, } VerifyHint = ui.Section{ Name: "VerifyHint", Model: ui.MessageLines{ ui.StepHint("We'll check your running app to ensure TLS works as expected."), }, } )
Functions ¶
This section is empty.
Types ¶
type Checker ¶ added in v0.1.5
type Checker struct { Name string // contains filtered or unexported fields }
type EnvClipboard ¶
func (*EnvClipboard) Init ¶
func (m *EnvClipboard) Init() tea.Cmd
func (*EnvClipboard) View ¶
func (m *EnvClipboard) View() string
type EnvDisplay ¶ added in v0.0.39
func (*EnvDisplay) Init ¶ added in v0.0.39
func (m *EnvDisplay) Init() tea.Cmd
func (*EnvDisplay) View ¶ added in v0.0.39
func (m *EnvDisplay) View() string
type EnvFetchedMsg ¶
type EnvFetchedMsg struct{}
type EnvMethod ¶
type EnvMethod struct { ChoiceCh chan<- string // contains filtered or unexported fields }
type EnvNextSteps ¶
type EnvNextSteps struct {
LclUrl, OrgApid, RealmApid, ServiceApid string
}
func (*EnvNextSteps) Init ¶
func (m *EnvNextSteps) Init() tea.Cmd
func (*EnvNextSteps) View ¶
func (m *EnvNextSteps) View() string
Click to show internal directories.
Click to hide internal directories.