Documentation
¶
Overview ¶
Package ui holds cdnscli UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
ClientTimeout time.Duration
Config *config.Config
ZonesTable table.Model
RRSetTable table.Model
TableStyle table.Styles
ViewStyle lipgloss.Style
// contains filtered or unexported fields
}
Model represents model for implements bubbletea.Model interface.
func (*Model) Init ¶
Init This command will be executed immediately when the program starts. Implements tea.Model interface.
Click to show internal directories.
Click to hide internal directories.