docs: Add types reference

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia
2022-04-15 10:42:32 +00:00
parent 1f0d35be5c
commit 89475e8618
5 changed files with 48 additions and 6 deletions

View File

@@ -10,11 +10,6 @@ package dagger
$dagger: fs: _id: string | null
}
// An empty directory
#Scratch: #FS & {
$dagger: fs: _id: null
}
// A reference to an external secret, for example:
// - A password
// - A SSH private key

View File

@@ -0,0 +1,6 @@
package dagger
// An empty filesystem tree
#Scratch: #FS & {
$dagger: fs: _id: null
}