Modules§
- gonzalo_
client - Generated client implementations.
- gonzalo_
server - Generated server implementations.
Structs§
- Delete
Blob Request - Delete
Blob Response - Delete
Request - Delete
Response - GetBlob
Request - GetBlob
Response - GetRequest
- GetResponse
- Graph
Located Response - Definitions / ReferencesTo: located results (path + item).
- Graph
Names Response - CallersOf / Callees / Impact: plain name lists.
- Graph
Query Request - — Code graph queries (EPIC C) —
Every graph query selects a view by (repo, view_id): the daemon loads that
view’s manifest, assembles its slices, and answers server-side.
nameis the symbol the query is about. Wired to RPCs + transports in C3. - List
Blobs Request - List
Blobs Response - List
Request - List
Response - PutBlob
Request - — Content-addressed blobs (gonzalo#184) — Blob content rides as raw bytes. PutBlob carries the expected ContentHash so the server can verify content integrity, mirroring the HTTP hash-addressed PUT.
- PutBlob
Response - PutRequest
- PutResponse
- Ticket
Sync Request - Ticket
Sync Response - Unlike the other responses (which carry bytes …_json), the sync summary is three small counts, so they ride as plain numeric fields.