pelican/internal/db
Dan Anglin dbb37a1060
refactor: a lil bit of refactoring
Changes:

- Rename the UI type to App.
- Rename NewUI() to NewApp().
- Move init functions to internal/ui/ui.go.
- Call app's initialisation function from main.
- Move the keymapping functionalities to internal/ui/keymappings.go.
- Add documentation for updateColumn() and updateAllColumns().
- Applied gofmt.

Also:

- Build(mage): optionally include -a and/or -v during go build.
2024-01-14 13:46:42 +00:00
..
database.go chore(db): remove unused function 2023-12-12 13:04:50 +00:00
database_test.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
errors.go feat: add the pelican project 2023-05-06 12:49:40 +01:00
helpers_test.go feat: add the pelican project 2023-05-06 12:49:40 +01:00