Versions in this module Expand all Collapse all v0 v0.7.8 Oct 25, 2024 v0.7.7 Oct 23, 2024 Changes in this version + type QueryBar struct + func NewQueryBar(submitQuery key.Binding, validator ValidatorFunc) *QueryBar + func (m *QueryBar) Init() tea.Cmd + func (m *QueryBar) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *QueryBar) View() string + type SubmitQueryMsg struct + Query *typesv1.LogQuery + type ValidatorFunc func(str string) []string