Commit graph

19 commits

Author SHA1 Message Date
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
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
c241c8ff73 config: rename items in etc; more flexible Add/AddAction methods 2023-06-25 10:49:28 +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
08263df110 move HandleMsg() to lib 2023-06-07 17:37:39 +02:00
d37db07942 minor refactorings 2023-06-07 17:31:03 +02:00
5c6a7c76d8 work in progress: action handling 2023-06-07 14:29:22 +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
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
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
Renamed from common/common.go (Browse further)