From 46f0b4d841a1a9a155b553c202edcc6a3fb0fc8f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 12 Feb 2023 21:02:14 +0100 Subject: [PATCH] reset output --- crates/dagger-sdk/src/gen.rs | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/crates/dagger-sdk/src/gen.rs b/crates/dagger-sdk/src/gen.rs index 5a7a8f4..23e4549 100644 --- a/crates/dagger-sdk/src/gen.rs +++ b/crates/dagger-sdk/src/gen.rs @@ -5,3 +5,34 @@ pub struct FileId(String); pub struct Platform(String); pub struct SecretId(String); pub struct SocketId(String); +pub struct BuildArg { + +} +pub struct CacheVolume { +} +pub struct Container { +} +pub struct Directory { +} +pub struct EnvVariable { +} +pub struct File { +} +pub struct GitRef { +} +pub struct GitRepository { +} +pub struct Host { +} +pub struct HostVariable { +} +pub struct Label { +} +pub struct Project { +} +pub struct Query { +} +pub struct Secret { +} +pub struct Socket { +}