gl_client/
pb.rs

1pub mod greenlight {
2    tonic::include_proto!("greenlight");
3}
4
5pub mod scheduler {
6    tonic::include_proto!("scheduler");
7}
8pub use cln_grpc::pb as cln;
9pub use greenlight::*;