Expand description
Protocol client for communicating with pwr-server.
Manages the TLS connection, authentication handshake, and archive/restore operations. All network I/O is synchronous, intended to be called from blocking contexts.
Structs§
- PwrClient
- A connected and authenticated client session with the pwr server.
Type Aliases§
- Client
Result - Result type for client operations.