wfe_server_protos/lib.rs
1//! Generated gRPC stubs for the WFE workflow server API.
2//!
3//! Built from `proto/wfe/v1/wfe.proto`. Includes both server and client code.
4//!
5//! ```rust,ignore
6//! use wfe_server_protos::wfe::v1::wfe_server::WfeServer;
7//! use wfe_server_protos::wfe::v1::wfe_client::WfeClient;
8//! ```
9
10#![allow(clippy::all)]
11#![allow(warnings)]
12
13include!(concat!(env!("OUT_DIR"), "/mod.rs"));
14
15pub use prost;
16pub use prost_types;
17pub use tonic;
18
19/// Encoded file descriptor set for gRPC reflection.
20pub const FILE_DESCRIPTOR_SET: &[u8] =
21 include_bytes!(concat!(env!("OUT_DIR"), "/wfe_descriptor.bin"));