Struct dagger_sdk::Project
source · pub struct Project {
pub proc: Arc<Child>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Arc<Child>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl Project
impl Project
sourcepub fn extensions(&self) -> Vec<Project>
pub fn extensions(&self) -> Vec<Project>
extensions in this project
sourcepub fn generated_code(&self) -> Directory
pub fn generated_code(&self) -> Directory
Code files generated by the SDKs in the project