Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationMenu ¶
type DestinationMenu struct {
Menu
// contains filtered or unexported fields
}
func NewDestinationMenu ¶
func NewDestinationMenu(header string, api *cloudflare.API, zone cloudflare.Zone, parent tea.Model) *DestinationMenu
func (*DestinationMenu) Init ¶
func (m *DestinationMenu) Init() tea.Cmd
func (*DestinationMenu) View ¶
func (m *DestinationMenu) View() string
type NavigateBackMsg ¶
type NavigateBackMsg struct{}
type RandomAddressUI ¶
type RandomAddressUI struct {
// contains filtered or unexported fields
}
func NewRandomAddressUI ¶
func NewRandomAddressUI(api *cloudflare.API, zone cloudflare.Zone, email string) *RandomAddressUI
func (*RandomAddressUI) Init ¶
func (r *RandomAddressUI) Init() tea.Cmd
func (*RandomAddressUI) View ¶
func (r *RandomAddressUI) View() string
type SetupInitMsg ¶
type SetupInitMsg struct {
// contains filtered or unexported fields
}
type ZonesMenu ¶
type ZonesMenu struct {
Menu
// contains filtered or unexported fields
}
func NewZoneMenu ¶
func NewZoneMenu(header string, api *cloudflare.API, parent tea.Model) *ZonesMenu
Click to show internal directories.
Click to hide internal directories.