waves_rust/
waves_proto.rs1#![allow(clippy::all)]
2
3tonic::include_proto!("waves");
4
5pub mod events {
6 tonic::include_proto!("waves.events");
7
8 pub mod grpc {
9 tonic::include_proto!("waves.events.grpc");
10 }
11}
12
13pub mod node {
14 pub mod grpc {
15 tonic::include_proto!("waves.node.grpc");
16 }
17}