package gemlog type Notification string type ErrorMsg struct{ err error } type GemLogsLoaded struct{ Logs []GemlogListEntry }