package
0.0.0-20230501113000-8fc54059b7dd
Repository: https://github.com/bsteffaniak/lazyaws.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

return immediately, allowing each independent thing to update itself.
not actually a view.
wrap code in an update call to ensure UI updates all at once and keybindings aren't executed till complete.
No description provided by the author
No description provided by the author
No description provided by the author
a display context only renders a view.
This contains the command log, underneath the main contexts.
No description provided by the author
only used by the one global context, purely for the sake of defining keybindings globally.
This is either the left or right 'main' contexts that appear to the right of the side contexts.
No description provided by the author
No description provided by the author
A persistent popup is one that has its own identity e.g.
No description provided by the author
No description provided by the author
No description provided by the author
this is your files, branches, commits, contexts etc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
wait until everything is done before returning.
No description provided by the author
A temporary popup is one that could be used for various things (e.g.

# Structs

Binding - a keybinding mapping a key and modifier to a handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
if you add a new mutex here be sure to instantiate it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
A guard is a decorator which checks something before executing a handler and potentially early-exits if some precondition hasn't been met.
No description provided by the author
No description provided by the author
models/views that we can refresh.
No description provided by the author