Skip to content

endpoint

Structs


firma_sidecar::local_exec::endpoint::LocalExecEndpoint

Section titled “firma_sidecar::local_exec::endpoint::LocalExecEndpoint”

Struct

The local-exec governance UDS endpoint.

Methods:

  • fn new(socket_path: PathBuf, handler: LocalExecHandler) -> Self - Create the endpoint with the given socket path and handler.
  • fn run(self: Self, cancel: CancellationToken) -> io::Result<()> - Bind the socket, spawn the pruning task, and accept connections until