Module cli

Module cli 

Source

Structs§

HealthCheckServer
Health check server that responds to ping requests
RelayClientArgs

Enums§

RelayClientDefaultCommands

Functions§

full_cli_client
handle_health_check_connection 🔒
Handle a single health check connection
health_check_ping
Simple health check client for testing
main_setup
Common setup to be done in a client cli
parse_verifying_key 🔒
Helper function to parse hex string to VerifyingKey (simplified for demo)
run_default_command
run_health_check_command
Perform a health check and exit with appropriate code This is designed to be used as a Docker health check command
run_with_health_check
Run a bot with health check support This function combines the main bot logic with a health check server