Commit graph

15 commits

Author SHA1 Message Date
d03b3ab11d work in progress: unify data structures for message payload and server response 2023-08-13 14:44:57 +02:00
b6325392a8 rename lib to core; move lib code (mainly interfaces) to top-level scopes package 2023-07-21 10:12:20 +02:00
d7e96f4f3d move RunApp() to app component 2023-07-21 09:48:23 +02:00
7fcf4749ab logging: provide (and use) functions with context information 2023-06-28 16:34:11 +02:00
9dc12deb19 remove all print statemens - use log.Debug() (or Info()) where appropriate 2023-06-27 10:19:13 +02:00
2712f3cb38 redefine logging Config to Cfg 2023-06-24 10:37:24 +02:00
72abf7cc0f rename config base stuff, + some minor refactorings 2023-06-24 10:30:19 +02:00
3455b409fb work in progress: logging - set up log config workflow for testing and main 2023-06-08 16:50:52 +02:00
e66b1c0364 work in progress: use zerolog for logging 2023-06-08 13:22:47 +02:00
08263df110 move HandleMsg() to lib 2023-06-07 17:37:39 +02:00
8b0230da3b message forwarding basically working 2023-06-07 15:35:02 +02:00
35799f8d6c use special Quit message for stopping app; check Done channel 2023-06-06 08:36:01 +02:00
c182385353 starting with the simplest message implementation: just string 2023-06-04 19:36:24 +02:00
1cd31ffb48 work in progress: set up types for message processing 2023-06-04 15:34:25 +02:00
aec3446d75 provide separate app package for top-level appllication component 2023-06-04 11:19:55 +02:00