headgate_proto/lib.rs
1//! Generated wire types for `proto/headgate.proto` — the contract that makes two
2//! languages and three stores one system (wire schema). Field numbers are permanent; removal
3//! means `reserved`, never reuse.
4//!
5//! DO NOT EDIT `headgate.v1.rs` by hand: run `scripts/gen-proto.sh` after changing the
6//! .proto and commit the output. Downstream builds never need protoc.
7
8pub mod v1 {
9 include!("headgate.v1.rs");
10}