Documentation ¶
Index ¶
- type LambdasPage
- func (l *LambdasPage) Close()
- func (l *LambdasPage) ContextView() tview.Primitive
- func (l *LambdasPage) IsPersistent() bool
- func (l *LambdasPage) Name() string
- func (l *LambdasPage) Render(accountData *data.AccountData)
- func (l *LambdasPage) SetFocus(app *tview.Application)
- func (l *LambdasPage) View() tview.Primitive
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LambdasPage ¶
type LambdasPage struct {
// contains filtered or unexported fields
}
func NewLambdasPage ¶
func NewLambdasPage() *LambdasPage
func (*LambdasPage) Close ¶
func (l *LambdasPage) Close()
func (*LambdasPage) ContextView ¶
func (l *LambdasPage) ContextView() tview.Primitive
func (*LambdasPage) IsPersistent ¶
func (l *LambdasPage) IsPersistent() bool
func (*LambdasPage) Name ¶
func (l *LambdasPage) Name() string
func (*LambdasPage) Render ¶
func (l *LambdasPage) Render(accountData *data.AccountData)
func (*LambdasPage) SetFocus ¶
func (l *LambdasPage) SetFocus(app *tview.Application)
func (*LambdasPage) View ¶
func (l *LambdasPage) View() tview.Primitive
Click to show internal directories.
Click to hide internal directories.