feat: make cloneable
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-30 15:49:10 +01:00
parent 4f15e5a887
commit f4e7ced9d8
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -7,6 +7,7 @@ use eyre::{Context, OptionExt};
use crate::{rust_service::RustServiceContext, MainAction};
#[derive(Clone)]
pub struct DroneTemplater {
client: dagger_sdk::Query,
template: PathBuf,