Expand description
§Vine Generated Code
This module includes and re-exports the Rust code that is automatically
generated by tonic-build from the Vine.proto definition file. It serves
as the single source of truth for all gRPC message types, service traits,
and client/server structs. Do not edit this file directly.
Modules§
- cocoon_
service_ client - Generated client implementations.
- cocoon_
service_ server - Generated server implementations.
- mountain_
service_ client - Generated client implementations.
- mountain_
service_ server - Generated server implementations.
Structs§
- Cancel
Operation Request - A message to cancel a specific, ongoing operation.
- Empty
- Represents an empty message, typically used for RPCs that don’t need to return data.
- Generic
Notification - A generic notification message, which is fire-and-forget and does not have an ID.
- Generic
Request - A generic request message containing a method name and serialized parameters.
- Generic
Response - A generic response message containing the result or an error.
- RpcData
Payload - A generic data payload, currently unused but available for future extensions.
- RpcError
- A structured error payload, compliant with JSON-RPC error objects.