Struct dagger_sdk::GitRepository
source · pub struct GitRepository {
pub proc: Arc<Child>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Arc<Child>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl GitRepository
impl GitRepository
sourcepub fn commit(&self, id: impl Into<String>) -> GitRef
pub fn commit(&self, id: impl Into<String>) -> GitRef
Returns details on one commit.
Arguments
id- Identifier of the commit (e.g., “b6315d8f2810962c601af73f86831f6866ea798b”).
Lists of tags on the repository.
Trait Implementations§
source§impl Clone for GitRepository
impl Clone for GitRepository
source§fn clone(&self) -> GitRepository
fn clone(&self) -> GitRepository
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more