Commit graph

16 commits

Author SHA1 Message Date
b6325392a8 rename lib to core; move lib code (mainly interfaces) to top-level scopes package 2023-07-21 10:12:20 +02:00
2908b82f29 action handling: minor improvements, tests 2023-07-07 19:28:50 +02:00
a2a47293a8 store pattern as a slice of strings 2023-07-07 12:59:35 +02:00
4ad87d635c payload improvements: methods, conversions 2023-07-05 15:10:52 +02:00
31bdedc031 produce payload object from JSON 2023-07-05 12:03:46 +02:00
b4d9338353 message with payload (serializable as JSON) 2023-07-05 09:40:00 +02:00
b813dd40db message interface and implementation bascically working 2023-07-04 16:55:25 +02:00
8d8b64f8e7 work in progress: message: interfaces, implementations 2023-07-04 07:46:05 +02:00
b1cd65ea05 move address implementation to separate source file 2023-07-03 12:21:02 +02:00
e1bc2322f3 Address: interface and implementation 2023-07-02 14:54:38 +02:00
d37db07942 minor refactorings 2023-06-07 17:31:03 +02:00
15eacddeed fix core.Start() 2023-06-07 09:00:54 +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
c182385353 starting with the simplest message implementation: just string 2023-06-04 19:36:24 +02:00