Skip to main content

Module v1

Module v1 

Source

Modules§

gonzalo_client
Generated client implementations.
gonzalo_server
Generated server implementations.

Structs§

DeleteBlobRequest
DeleteBlobResponse
DeleteRequest
DeleteResponse
GetBlobRequest
GetBlobResponse
GetRequest
GetResponse
GraphLocatedResponse
Definitions / ReferencesTo: located results (path + item).
GraphNamesResponse
CallersOf / Callees / Impact: plain name lists.
GraphQueryRequest
— 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. name is the symbol the query is about. Wired to RPCs + transports in C3.
ListBlobsRequest
ListBlobsResponse
ListRequest
ListResponse
PutBlobRequest
— 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.
PutBlobResponse
PutRequest
PutResponse
TicketSyncRequest
TicketSyncResponse
Unlike the other responses (which carry bytes …_json), the sync summary is three small counts, so they ride as plain numeric fields.