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