Documentation ¶
Index ¶
- type ApplyBlockSearchQueryMsg
- type BlockSearch
- func (s *BlockSearch) CheckValidQuery() (uint64, error)
- func (s *BlockSearch) Init() tea.Cmd
- func (s *BlockSearch) InitInput() tea.Cmd
- func (s *BlockSearch) SetMatchCount(count int)
- func (s *BlockSearch) SetSize(w, h int)
- func (s *BlockSearch) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (s *BlockSearch) View() string
- type SearchQuery
- type UpdateMatchingBlocks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyBlockSearchQueryMsg ¶
type ApplyBlockSearchQueryMsg SearchQuery
type BlockSearch ¶
type BlockSearch struct { common.Common History []string Current string // contains filtered or unexported fields }
func New ¶
func New(c common.Common) *BlockSearch
func (*BlockSearch) CheckValidQuery ¶
func (s *BlockSearch) CheckValidQuery() (uint64, error)
func (*BlockSearch) Init ¶
func (s *BlockSearch) Init() tea.Cmd
func (*BlockSearch) InitInput ¶
func (s *BlockSearch) InitInput() tea.Cmd
func (*BlockSearch) SetMatchCount ¶
func (s *BlockSearch) SetMatchCount(count int)
func (*BlockSearch) SetSize ¶
func (s *BlockSearch) SetSize(w, h int)
func (*BlockSearch) View ¶
func (s *BlockSearch) View() string
type SearchQuery ¶
type SearchQuery string
type UpdateMatchingBlocks ¶
Click to show internal directories.
Click to hide internal directories.