//! Contains generated tonic code for peer to peer communication.
//!
//! Run main.rs to regenerate the code when updating .proto or bumping tonic/prost version.
pub use crateGroupcacheClient;
pub use crateGroupcache;
use crateGroupcacheServer as GroupcacheGRPCServer;
pub use crate;
/// gRPC server implementing groupcache GET to retrieve values.
pub type GroupcacheServer<T> = ;