Commit graph

25 commits

Author SHA1 Message Date
16c9b87d3c some renaming of packages; work in progress / just started: storage/tracking 2024-03-21 17:14:50 +01:00
9f09a35f3b rename storage/msgstore to .../message 2024-03-19 08:33:39 +01:00
257167f0f6 work in progress: storage (SQL database) service with msgstore functionality 2023-11-19 12:53:56 +01:00
520244fb19 allow callable (returning data) in request action handler 2023-11-19 09:45:43 +01:00
ce4d67d33a active server on demo instance 2023-11-16 15:07:12 +01:00
9e73d5f69e simple example for config setting via .env 2023-11-13 17:45:34 +01:00
d03b3ab11d work in progress: unify data structures for message payload and server response 2023-08-13 14:44:57 +02:00
e21499234b provide minimal default config, + some clean-up and standardization 2023-07-24 17:58:56 +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
4549cb3be3 improve logging set-up: return pointer, log set-up errors 2023-06-26 14:07:47 +02:00
c241c8ff73 config: rename items in etc; more flexible Add/AddAction methods 2023-06-25 10:49:28 +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
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
4119d61c56 some code improvements and rearrangements 2023-06-03 09:16:24 +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
c42569e7b0 initial import 2023-05-31 22:38:48 +02:00