get listing working

This commit is contained in:
Travis Shears 2025-10-01 15:04:08 +02:00
parent 59b46d4902
commit ccf39d829a
6 changed files with 680 additions and 11 deletions

View file

@ -2,3 +2,4 @@ package gemlog
type Notification string
type ErrorMsg struct{ err error }
type GemLogsLoaded struct{ Logs []GemlogListEntry }