Commit graph

30 commits

Author SHA1 Message Date
a7771672be define core types in lib, use in storage 2024-03-26 09:35:56 +01:00
ec1ab12cef unifying data structures for message payload and server response 2023-08-13 17:05:20 +02:00
d03b3ab11d work in progress: unify data structures for message payload and server response 2023-08-13 14:44:57 +02:00
a8e266e039 make listener configurable - and use for delaying client access in tests 2023-08-12 19:10:24 +02:00
e76da8533d use exp/slices for working with 'receivers' list 2023-07-26 18:19:42 +02:00
cd8982ada0 minor improvements and simplifications 2023-07-25 19:32:49 +02:00
c5f1fe6e81 matrix: connect() = add action or add receiver to existing action 2023-07-25 12:36:58 +02:00
e55ce25190 use Addressable interface for generic Send() and action receivers 2023-07-25 10:41:48 +02:00
e21499234b provide minimal default config, + some clean-up and standardization 2023-07-24 17:58:56 +02:00
0f054c36e8 matrix: send 'connect' message upon cell creation 2023-07-24 14:54:24 +02:00
5a7cbba536 cell creation basically working 2023-07-24 14:00:43 +02:00
c2eab31527 Context.Send() for basic send functionality 2023-07-24 10:53:59 +02:00
9a609ce880 work in progress: matrix; message: sender as Addressable type 2023-07-24 10:32:25 +02:00
fc5f140059 re-arrange definitions in scopes source code 2023-07-21 10:33:04 +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
72abf7cc0f rename config base stuff, + some minor refactorings 2023-06-24 10:30:19 +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
d9e109e3a5 implement Context interface from standard library 2023-06-03 17:21:34 +02:00
bcbf567a7a code clean-up; use standardized Run... functions for async calls 2023-06-03 16:53:20 +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
e30052b297 basic context implementations + start of component instances 2023-06-02 12:19:23 +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