Skip to main content

jj_lib/protos/
secure_config.rs

1// This file is @generated by prost-build.
2/// Metadata about the configuration files for jj
3#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
4pub struct ConfigMetadata {
5    /// The absolute path to the workspace's .jj or .jj/repo directory for
6    /// workspaces and repos respectively.
7    /// Access via file_util::path_to/from_bytes
8    #[prost(bytes = "vec", optional, tag = "1")]
9    pub path: ::core::option::Option<::prost::alloc::vec::Vec<u8>>,
10}