d7a805f42b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
16 lines
216 B
CUE
16 lines
216 B
CUE
package testcore
|
|
|
|
import (
|
|
"alpha.dagger.io/dagger"
|
|
)
|
|
|
|
name: dagger.#Input & {
|
|
string | *"world"
|
|
}
|
|
|
|
message: dagger.#Output & "Hello, \(name)!"
|
|
|
|
dir: dagger.#Input & dagger.#Artifact
|
|
|
|
samedir: dagger.#Output & dir
|