Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SingleOptionHelp ¶
Types ¶
type InitialModel ¶
type InitialModel struct {
// contains filtered or unexported fields
}
InitialModel is the UI when the CLI starts, basically loading the DNS servers.
func NewInitialModel ¶
func NewInitialModel(dnsServers chgdns.DnsServers) InitialModel
NewInitialModel creates a new InitialModel with required fields.
func (InitialModel) Init ¶
func (m InitialModel) Init() tea.Cmd
func (InitialModel) View ¶
func (m InitialModel) View() string
type ListModel ¶
type ListModel struct {
// contains filtered or unexported fields
}
ListModel is the UI in which the user can select which forks should be deleted if any, and see details on each oqf them.
func NewListModel ¶
func NewListModel(dnsServers chgdns.DnsServers) ListModel
NewListModel creates a new ListModel with the required fields.
Click to show internal directories.
Click to hide internal directories.