Expand description
JSON DTOs shared by the HTTP/JSON transport (server handlers and the
reqwest client). The gRPC transport carries the same gonzalo-core types
as JSON bytes, so both transports agree on serialization.
Structs§
- Delete
Body - Body of
DELETE /v1/records/{ns}/{col}/{id}. The key is addressed by the URL path; the body carries only the OCC precondition. - PutBody
- Body of
PUT /v1/records/{ns}/{col}/{id}.
Enums§
- Delete
Outcome - Response of a DELETE: mirrors
gonzalo_core::DeleteResulton the wire. - PutOutcome
- Response of a PUT: mirrors
gonzalo_core::PutResulton the wire.