Skip to main content

Mountain/RPC/
Vine.rs

1#![allow(non_snake_case)]
2
3//! Vine gRPC type re-exports for the RPC layer (placeholder for future
4//! cross-service Vine wiring). Two DTOs for now.
5
6pub mod VineConnectionInfo;
7pub mod VineServiceStatus;