reset output

This commit is contained in:
Kasper Juul Hermansen 2023-02-12 21:02:14 +01:00
parent af0464e45e
commit 46f0b4d841
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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 {
}