app
|
work in progress: unify data structures for message payload and server response
|
2023-08-13 14:44:57 +02:00 |
client
|
rename lib to core; move lib code (mainly interfaces) to top-level scopes package
|
2023-07-21 10:12:20 +02:00 |
common
|
forge/rep: work in progress: compilation and execution
|
2023-09-08 18:16:07 +02:00 |
config
|
work in progress: unify data structures for message payload and server response
|
2023-08-13 14:44:57 +02:00 |
core
|
storage: collect errors; upgrade to Go 1.21
|
2023-08-18 11:31:40 +02:00 |
examples/demo
|
some renaming of packages; work in progress / just started: storage/tracking
|
2024-03-21 17:14:50 +01:00 |
forge
|
forge: get rid of XT parameter in callables
|
2024-04-30 14:13:05 +02:00 |
logging
|
work in progress: unify data structures for message payload and server response
|
2023-08-13 14:44:57 +02:00 |
matrix
|
use exp/slices for working with 'receivers' list
|
2023-07-26 18:19:42 +02:00 |
server
|
allow callable (returning data) in request action handler
|
2023-11-19 09:45:43 +01:00 |
storage
|
transparent use of Track interface OK
|
2024-05-02 13:04:54 +02:00 |
tests
|
hide Track fields, access via methods
|
2024-05-02 11:38:17 +02:00 |
.gitignore
|
allow callable (returning data) in request action handler
|
2023-11-19 09:45:43 +01:00 |
go.mod
|
use yaml for parsing JSON - works without quotes on simple strings
|
2024-04-19 10:42:54 +02:00 |
go.sum
|
use yaml for parsing JSON - works without quotes on simple strings
|
2024-04-19 10:42:54 +02:00 |
LICENSE
|
storage: collect errors; upgrade to Go 1.21
|
2023-08-18 11:31:40 +02:00 |
scopes.go
|
define core types in lib, use in storage
|
2024-03-26 09:35:56 +01:00 |