Documentation
¶
Overview ¶
devtui/tui/url-extractor/main.go
Index ¶
Constants ¶
View Source
const ( Title = "URL Extractor" ModeStrict = "strict" ModeRelaxed = "relaxed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URLExtractorModel ¶
type URLExtractorModel struct {
ui.BasePagerModel
StrictMode bool
}
func NewURLExtractorModel ¶
func NewURLExtractorModel(common *ui.CommonModel) *URLExtractorModel
func (*URLExtractorModel) Init ¶
func (m *URLExtractorModel) Init() tea.Cmd
func (*URLExtractorModel) SetContent ¶
func (m *URLExtractorModel) SetContent(content string) error
func (*URLExtractorModel) View ¶
func (m *URLExtractorModel) View() string
Click to show internal directories.
Click to hide internal directories.