Commit graph

215 commits

Author SHA1 Message Date
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
9797c3515a services map as own type; function makeCtx; record context children 2023-06-03 08:41:55 +02:00
87ff5d5d93 improve testing for correct set up of application (context) structure 2023-06-02 19:41:51 +02:00
e30052b297 basic context implementations + start of component instances 2023-06-02 12:19:23 +02:00
ca37aead92 rename/reorganize access to overridable settings 2023-06-02 10:13:27 +02:00
f896adfb8c config settings, overridable by settings.go or env (SCOPES_...) settings 2023-06-02 09:31:37 +02:00
968bdc925d provide basic Context interface and StartFct for components 2023-06-01 17:13:17 +02:00
035090bb04 set up config structure in etc 2023-06-01 15:54:27 +02:00
82723c8c80 provide Config interface with basic implementation 2023-06-01 12:11:28 +02:00
87e9bb5fc4 provide 'testing' package and a first simple test for config 2023-06-01 09:35:05 +02:00
c42569e7b0 initial import 2023-05-31 22:38:48 +02:00