Europa: add dagger.#Plan.input.params

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes 2021-12-13 23:13:09 +00:00 committed by Solomon Hykes
parent fee1a094fe
commit bf022b3f1d

View File

@ -8,8 +8,12 @@ package dagger
#DAG: {
// Receive inputs from the client
input: {
// Receive directories
directories: [name=string]: _#inputDirectory
secrets: [name=string]: _#inputSecret
// Securely receive secrets
secrets: [name=string]: _#inputSecret
// Receive runtime parameters
params: [name=string]: _
}
// Send outputs to the client