pub type GetProfileRequest = RemotePathCommitOptional;Expand description
Query parameters for getting a specific profile.
Aliased Type§
pub enum GetProfileRequest {
Github {
owner: String,
repository: String,
commit: Option<String>,
},
Filesystem {
owner: String,
repository: String,
commit: Option<String>,
},
Mock {
name: String,
},
}