Pure formatting pass from `cargo fmt --all`. No logic changes. Separating this out so the 1.9 release feature commits that follow show only their intentional edits.
22 lines
596 B
Rust
22 lines
596 B
Rust
//! Generated gRPC stubs for the WFE workflow server API.
|
|
//!
|
|
//! Built from `proto/wfe/v1/wfe.proto`. Includes both server and client code.
|
|
//!
|
|
//! ```rust,ignore
|
|
//! use wfe_server_protos::wfe::v1::wfe_server::WfeServer;
|
|
//! use wfe_server_protos::wfe::v1::wfe_client::WfeClient;
|
|
//! ```
|
|
|
|
#![allow(clippy::all)]
|
|
#![allow(warnings)]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
|
|
|
|
pub use prost;
|
|
pub use prost_types;
|
|
pub use tonic;
|
|
|
|
/// Encoded file descriptor set for gRPC reflection.
|
|
pub const FILE_DESCRIPTOR_SET: &[u8] =
|
|
include_bytes!(concat!(env!("OUT_DIR"), "/wfe_descriptor.bin"));
|