bd-154: Implement bd daemons stop and restart subcommands

This commit is contained in:
Steve Yegge
2025-10-26 18:35:23 -07:00
parent cd86d7d2ba
commit 93e170627d
8 changed files with 161 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ const (
OpExport = "export"
OpImport = "import"
OpEpicStatus = "epic_status"
OpShutdown = "shutdown"
)
// Request represents an RPC request from client to daemon