Expand description
Dump domain shapes — shared across the client → action boundary.
Types here are the dsp-cli vocabulary for dump tasks. DSP-API wire types
(DataTaskStatusApiResponse etc.) live inside src/client/http.rs and are
never exposed above the client layer. See ADR-0001 and ADR-0008.
Structs§
- Dump
Task - A server-side dump task (boundary-translated from DSP-API’s DataTask).
Enums§
- Create
Dump Outcome - The outcome of
create_project_dump, crossing the client→action boundary. - Dump
Status - The status of a server-side dump task.