Documentation
¶
Index ¶
- type EntityPage
- func (p EntityPage) ContentToPersist() []string
- func (p EntityPage) GetSelectionActions() (model.Entity, map[model.Entity]bool)
- func (p EntityPage) HasAppliedFilter() bool
- func (p EntityPage) Help() string
- func (p EntityPage) HighjackingInput() bool
- func (p EntityPage) Update(msg tea.Msg) (GenericPage, tea.Cmd)
- func (p EntityPage) View() string
- func (p EntityPage) WithDimensions(width, height int) GenericPage
- func (p EntityPage) WithEntityTree(entityTree model.EntityTree) EntityPage
- func (p EntityPage) WithMaintainSelection(maintainSelection bool) EntityPage
- type GenericPage
- type LogsPage
- func (p LogsPage) ContentToPersist() []string
- func (p LogsPage) GetSelectedLog() *model.PageLog
- func (p LogsPage) HasAppliedFilter() bool
- func (p LogsPage) Help() string
- func (p LogsPage) HighjackingInput() bool
- func (p LogsPage) ScrolledDownByOne() LogsPage
- func (p LogsPage) ScrolledUpByOne() LogsPage
- func (p LogsPage) Update(msg tea.Msg) (GenericPage, tea.Cmd)
- func (p LogsPage) View() string
- func (p LogsPage) WithAppendedLogs(logs []model.PageLog) LogsPage
- func (p LogsPage) WithDimensions(width, height int) GenericPage
- func (p LogsPage) WithLogsRemovedForContainer(containerSpec model.Container) LogsPage
- func (p LogsPage) WithLogsTerminatedForContainer(containerSpec model.Container) LogsPage
- func (p LogsPage) WithNoStickyness() LogsPage
- func (p LogsPage) WithStickyness() LogsPage
- func (p LogsPage) WithUpdatedShortNames(f func(model.Container) (string, error)) (LogsPage, error)
- type SingleLogPage
- func (p SingleLogPage) ContentToPersist() []string
- func (p SingleLogPage) HasAppliedFilter() bool
- func (p SingleLogPage) Help() string
- func (p SingleLogPage) HighjackingInput() bool
- func (p SingleLogPage) Update(msg tea.Msg) (GenericPage, tea.Cmd)
- func (p SingleLogPage) View() string
- func (p SingleLogPage) WithDimensions(width, height int) GenericPage
- func (p SingleLogPage) WithLog(log model.PageLog) SingleLogPage
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityPage ¶
type EntityPage struct {
// contains filtered or unexported fields
}
func NewEntitiesPage ¶
func NewEntitiesPage( keyMap keymap.KeyMap, width, height int, entityTree model.EntityTree, ) EntityPage
func (EntityPage) ContentToPersist ¶ added in v0.3.0
func (p EntityPage) ContentToPersist() []string
func (EntityPage) GetSelectionActions ¶
func (EntityPage) HasAppliedFilter ¶ added in v0.3.0
func (p EntityPage) HasAppliedFilter() bool
func (EntityPage) Help ¶
func (p EntityPage) Help() string
func (EntityPage) HighjackingInput ¶
func (p EntityPage) HighjackingInput() bool
func (EntityPage) Update ¶
func (p EntityPage) Update(msg tea.Msg) (GenericPage, tea.Cmd)
func (EntityPage) View ¶
func (p EntityPage) View() string
func (EntityPage) WithDimensions ¶
func (p EntityPage) WithDimensions(width, height int) GenericPage
func (EntityPage) WithEntityTree ¶
func (p EntityPage) WithEntityTree(entityTree model.EntityTree) EntityPage
func (EntityPage) WithMaintainSelection ¶
func (p EntityPage) WithMaintainSelection(maintainSelection bool) EntityPage
type GenericPage ¶
type LogsPage ¶
type LogsPage struct {
// contains filtered or unexported fields
}
func NewLogsPage ¶
func (LogsPage) ContentToPersist ¶ added in v0.3.0
func (LogsPage) GetSelectedLog ¶
func (LogsPage) HasAppliedFilter ¶ added in v0.3.0
func (LogsPage) HighjackingInput ¶
func (LogsPage) ScrolledDownByOne ¶
func (LogsPage) ScrolledUpByOne ¶
func (LogsPage) WithAppendedLogs ¶
func (LogsPage) WithDimensions ¶
func (p LogsPage) WithDimensions(width, height int) GenericPage
func (LogsPage) WithLogsRemovedForContainer ¶
func (LogsPage) WithLogsTerminatedForContainer ¶
func (LogsPage) WithNoStickyness ¶
func (LogsPage) WithStickyness ¶
type SingleLogPage ¶
type SingleLogPage struct {
// contains filtered or unexported fields
}
func NewSingleLogPage ¶
func NewSingleLogPage(keyMap keymap.KeyMap, width, height int) SingleLogPage
func (SingleLogPage) ContentToPersist ¶ added in v0.3.0
func (p SingleLogPage) ContentToPersist() []string
func (SingleLogPage) HasAppliedFilter ¶
func (p SingleLogPage) HasAppliedFilter() bool
func (SingleLogPage) Help ¶
func (p SingleLogPage) Help() string
func (SingleLogPage) HighjackingInput ¶
func (p SingleLogPage) HighjackingInput() bool
func (SingleLogPage) Update ¶
func (p SingleLogPage) Update(msg tea.Msg) (GenericPage, tea.Cmd)
func (SingleLogPage) View ¶
func (p SingleLogPage) View() string
func (SingleLogPage) WithDimensions ¶
func (p SingleLogPage) WithDimensions(width, height int) GenericPage
func (SingleLogPage) WithLog ¶
func (p SingleLogPage) WithLog(log model.PageLog) SingleLogPage
Click to show internal directories.
Click to hide internal directories.