Commit graph

16 commits

Author SHA1 Message Date
3455b409fb work in progress: logging - set up log config workflow for testing and main 2023-06-08 16:50:52 +02:00
9ecbf7d7e9 set up config structure for specifying actions 2023-06-07 09:59:08 +02:00
a02061b6c5 basic Send() functionality 2023-06-06 09:53:27 +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
34ee4641dc move Context implementations to lib/context sub-package 2023-06-04 12:51:50 +02:00
aec3446d75 provide separate app package for top-level appllication component 2023-06-04 11:19:55 +02:00
2f1efc9731 rename package common to lib 2023-06-04 09:43:31 +02:00
bcbf567a7a code clean-up; use standardized Run... functions for async calls 2023-06-03 16:53:20 +02:00
7d8d9abe54 app start as Goroutine basically working 2023-06-03 15:53:30 +02:00
c6aa6afae2 app start as Goroutine basically working 2023-06-03 15:52:30 +02:00
0f0ed437d9 work in progress: use go routines for app (and testing) 2023-06-03 14:49:35 +02:00
92cefca3cb testing: use testing.Start as app starter 2023-06-03 11:44:32 +02:00
4119d61c56 some code improvements and rearrangements 2023-06-03 09:16:24 +02:00
87ff5d5d93 improve testing for correct set up of application (context) structure 2023-06-02 19:41:51 +02:00
87e9bb5fc4 provide 'testing' package and a first simple test for config 2023-06-01 09:35:05 +02:00