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
|
rename storage/msgstore to .../message
|
2024-03-19 08:33:39 +01: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
|
simplify createTable - use querySpec
|
2024-04-13 15:54:08 +02:00 |
tests
|
unify (and extend) query specification
|
2024-04-12 12:46:27 +02:00 |
.gitignore
|
allow callable (returning data) in request action handler
|
2023-11-19 09:45:43 +01:00 |
go.mod
|
storage: collect errors; upgrade to Go 1.21
|
2023-08-18 11:31:40 +02:00 |
go.sum
|
storage: collect errors; upgrade to Go 1.21
|
2023-08-18 11:31:40 +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 |