Structsยง
- Volt
Client - The VoltClient struct is the main entry point for interacting with the Volt API. It provides methods for making unary, server streaming, and client streaming RPC calls. The client maintains a connection to the Volt server and handles the WebSocket communication, it manages the RPC lifecycle, including sending requests and receiving responses. The client also provides a set of convenience methods for making calls to the Volt API.