Commit graph

26 commits

Author SHA1 Message Date
d0f2fbc346 minor improvements; matrix: use message parts for setting up action pattern 2023-07-25 14:51:42 +02:00
e21499234b provide minimal default config, + some clean-up and standardization 2023-07-24 17:58:56 +02:00
5a7cbba536 cell creation basically working 2023-07-24 14:00:43 +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
a2a47293a8 store pattern as a slice of strings 2023-07-07 12:59:35 +02:00
bed55a63a2 minor renamings; use generic functions for access to state and config data via type assertions 2023-06-29 17:39:48 +02:00
fb423d795d work in progress: server component (using gin) 2023-06-29 12:24:47 +02:00
e063bb1b03 logging config: +level; avoid import cycle 2023-06-27 08:55:26 +02:00
c241c8ff73 config: rename items in etc; more flexible Add/AddAction methods 2023-06-25 10:49:28 +02:00
72abf7cc0f rename config base stuff, + some minor refactorings 2023-06-24 10:30:19 +02:00
d37db07942 minor refactorings 2023-06-07 17:31:03 +02:00
5e60c3e10b add basic action specification 2023-06-07 13:41:35 +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
22e8759369 work in progress: set up standard (core) processing chain (Step, HandleMessage, ...) 2023-06-05 18:33:21 +02:00
1cd31ffb48 work in progress: set up types for message processing 2023-06-04 15:34:25 +02:00
34ee4641dc move Context implementations to lib/context sub-package 2023-06-04 12:51:50 +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