|
eef9fba161
|
core.Delayed(): more generally usable version
|
2023-08-11 20:57:50 +02:00 |
|
|
a67c31e0b5
|
provide DelayedStart() (proof-of-concept): parameterized handler (factory)
|
2023-08-11 17:27:26 +02:00 |
|
|
1d7d1f3b1b
|
server: provide message processor for fine-tuned handling of remote messages - start with Async()
|
2023-08-10 17:50:11 +02:00 |
|
|
d1732dd851
|
server message handling: simplify, with hard-coded Forward action
|
2023-08-10 15:33:33 +02:00 |
|
|
399b3576b0
|
server, work in progress: handling of remote (request) messages
|
2023-08-10 09:36:12 +02:00 |
|
|
cbe209643c
|
routing and calling RCell handler basically working
|
2023-08-09 19:15:47 +02:00 |
|
|
10908bbd61
|
server: first basic route config
|
2023-08-09 17:06:22 +02:00 |
|
|
ca08bbb9c7
|
server: work in progress: routing config
|
2023-08-09 12:02:08 +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 |
|
|
e35e7796ac
|
move testing to common
|
2023-07-21 09:32:11 +02:00 |
|
|
c6ac480ad7
|
client component (Send) basically working
|
2023-06-30 10:11:17 +02:00 |
|
|
c6d5fafa7d
|
start working on client component
|
2023-06-29 22:36:26 +02:00 |
|
|
fb423d795d
|
work in progress: server component (using gin)
|
2023-06-29 12:24:47 +02:00 |
|
|
8dad97f6be
|
work in progress: logging config: evaluate Level setting
|
2023-06-26 21:00:53 +02:00 |
|
|
fe4cdbb3b8
|
work in progress: logging with zerolog
|
2023-06-26 10:29:57 +02:00 |
|
|
82deb2c7f2
|
more minor config improvements
|
2023-06-25 14:54:23 +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 |
|
|
d7d00b6bba
|
minor fixes - message forwarding and test OK
|
2023-06-07 19:02:32 +02:00 |
|
|
d37db07942
|
minor refactorings
|
2023-06-07 17:31:03 +02:00 |
|
|
8b0230da3b
|
message forwarding basically working
|
2023-06-07 15:35:02 +02:00 |
|
|
5c6a7c76d8
|
work in progress: action handling
|
2023-06-07 14:29:22 +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 |
|
|
15eacddeed
|
fix core.Start()
|
2023-06-07 09:00:54 +02:00 |
|
|
22e8759369
|
work in progress: set up standard (core) processing chain (Step, HandleMessage, ...)
|
2023-06-05 18:33:21 +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 |
|
|
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 |
|
|
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 |
|