Documentation
¶
Overview ¶
Package main provides a CLI tool for cross-language channel testing between Romancy (Go) and Edda (Python).
Usage:
# Subscriber mode (wait for message and print it)
go run ./cmd/crosstest --db=/tmp/cross_test.db --channel=test --mode=subscriber --timeout=30
# Publisher mode (send a test message)
go run ./cmd/crosstest --db=/tmp/cross_test.db --channel=test --mode=publisher --message='{"hello": "world"}'
Click to show internal directories.
Click to hide internal directories.