Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructLogGroupArn ¶ added in v0.0.3
Types ¶
type LogPage ¶
func NewLogPage ¶
func (*LogPage) ContextView ¶
func (*LogPage) IsPersistent ¶
func (*LogPage) Render ¶
func (l *LogPage) Render(accountData *data.AccountData)
func (*LogPage) SetFocus ¶
func (l *LogPage) SetFocus(app *tview.Application)
type LogStreamPage ¶
type LogStreamPage struct { View *tview.TextView NextToken *string LogGroupArn string ParseFields []string Json bool // contains filtered or unexported fields }
func NewLogStreamPage ¶
func NewLogStreamPage(logGroupArn string, load bool) *LogStreamPage
func (*LogStreamPage) End ¶
func (p *LogStreamPage) End()
func (*LogStreamPage) HighlightText ¶
func (p *LogStreamPage) HighlightText(text *string)
func (*LogStreamPage) LoadData ¶
func (p *LogStreamPage) LoadData()
func (*LogStreamPage) ParseFirstMessage ¶
func (p *LogStreamPage) ParseFirstMessage()
func (*LogStreamPage) SwitchFollow ¶
func (p *LogStreamPage) SwitchFollow()
func (*LogStreamPage) SwitchWrap ¶
func (p *LogStreamPage) SwitchWrap()
Click to show internal directories.
Click to hide internal directories.