1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
No description
Find a file
2023-01-12 16:31:51 +01:00
docs Adding docs/messages.md 2022-11-29 15:08:57 +01:00
internal internal/abi_cache/cache.go: change "this" variable to "cache". 2023-01-12 16:31:51 +01:00
scripts scripts/stop.sh: pass "-s INT" to kill. 2022-02-02 15:08:33 +01:00
.gitignore Initial commit 2022-01-17 13:45:25 +01:00
abi.go Move internal packages into internal subdirectory 2022-11-29 15:08:23 +01:00
config.example.json config.example.json: Adding redis.prefix 2022-11-29 13:45:48 +01:00
go.mod go.mod: change github.com/eosswedenorg-go/eos-ship-client to github.com/eosswedenorg-go/antelope-ship-client v0.2.0 2022-12-01 10:56:46 +01:00
go.sum go.mod: change github.com/eosswedenorg-go/eos-ship-client to github.com/eosswedenorg-go/antelope-ship-client v0.2.0 2022-12-01 10:56:46 +01:00
install.sh install.sh: only copy config.example.json if $INSTALL_DIR/config.json does not exist. 2022-01-20 11:23:42 +01:00
LICENSE Adding LICENSE file. 2023-01-05 17:09:55 +01:00
main.go Refactor to use the new redis.Key,redis.Namespace and redis.Channel types. 2023-01-06 17:06:27 +01:00
Makefile Makefile: add test target. 2023-01-06 17:18:25 +01:00
ship_processor.go ship_processor.go: encodeQueue should accept and redis.ChannelInterface instead of redis.Channel to make it more generic. 2023-01-06 17:17:01 +01:00
types.go types.go: adding HearthBeat struct 2022-11-29 15:04:29 +01:00