Crate buildsrs_protocol
source ·Expand description
Buildsrs Protocol
This crate supplies the necessary primitives that defined the protocol between the builder
and the backend. The ServerMessage
defines any messages that might be sent by the
server, and the ClientMessage
any message sent by the client. Every message from the
client is wrapped in a SignedMessage
to add a cryptographic signature.
Re-exports
pub use crate::types::Job;
pub use crate::types::JobRequest;
pub use ssh_key;
pub use crate::messages::*;
pub use crate::signature::*;
Modules
- Message enumeration that can be sent by either side
- Wrapper type for signed messages
- Common types