Skip to main content

arvo_api/generated/
arvo.common.v1.rs

1// This file is @generated by prost-build.
2#[derive(serde::Serialize, serde::Deserialize)]
3#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
4pub struct Empty {}
5/// A file the engine wrote, for a front end to reveal or open. A path rather
6/// than bytes: the engine is one process per user on this machine (ADR-0018),
7/// so a path means the same thing on both sides, and an export exists on disk
8/// precisely so a person can find it twice.
9#[derive(serde::Serialize, serde::Deserialize)]
10#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
11pub struct ExportedPath {
12    #[prost(string, tag = "1")]
13    pub path: ::prost::alloc::string::String,
14}