Documentation ¶
Index ¶
- Constants
- type App
- func (a *App) Emit(eventName string, data interface{})
- func (a *App) HideSecretsFilterModal()
- func (a *App) Init() error
- func (a *App) NewPages() *tview.Pages
- func (a *App) NewSecretFilterModal() tview.Primitive
- func (a *App) NewSecretStatus() *tview.TextView
- func (a *App) NewSecretsScreen() tview.Primitive
- func (a *App) NewSecretsTable() *tview.Table
- func (a *App) NewTemplate() tview.Primitive
- func (a *App) On(eventName string, fn interface{}) error
- func (a *App) Run() error
- func (a *App) ShowSecretsFilterModal()
- func (a *App) ShowSecretsScreen()
Constants ¶
View Source
const (
EventSecretsLoaded = "Secrets:Loaded"
)
View Source
const (
EventStatusChangeText = "Status:ChangeText"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) HideSecretsFilterModal ¶
func (a *App) HideSecretsFilterModal()
func (*App) NewSecretFilterModal ¶
func (*App) NewSecretStatus ¶
func (*App) NewSecretsScreen ¶
func (*App) NewSecretsTable ¶
func (*App) NewTemplate ¶
func (*App) ShowSecretsFilterModal ¶
func (a *App) ShowSecretsFilterModal()
func (*App) ShowSecretsScreen ¶
func (a *App) ShowSecretsScreen()
Click to show internal directories.
Click to hide internal directories.