endpoint
Module: local_exec::endpoint
Section titled “Module: local_exec::endpoint”Contents
Section titled “Contents”Structs
LocalExecEndpoint- The local-exec governance UDS endpoint.
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