1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//! Generated protobuf message + view types.
//!
//! Produced by `just proto-gen` (the `buf.build/anthropics/buffa` plugin over
//! `proto/**/*.proto`). Committed to source — do not hand-edit the `*.rs`
//! includes; regenerate them instead.
//!
//! Two packages are generated:
//! - [`lineage::v1`] — the OpenLineage-aligned spec event/facet model and the
//! ingest request/response shapes (`IngestService`).
//! - [`headwaters::read::v1`] — headwaters' own (non-spec) read API DTOs and the
//! `ReadService` request/response messages the web UI consumes.
//!
//! Only message/view/enum types are generated here. The service RPCs are defined
//! in their `service.proto` files (with `google.api.http` annotations); the
//! ConnectRPC stubs + Axum routes come from a separate `protoc-gen-connect-rust`
//! / Trestle pass.