added back comments to satisfy docs

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-17 11:55:28 -07:00
parent 07862714af
commit 7a4ed586d7
6 changed files with 25 additions and 49 deletions

View File

@@ -4,4 +4,8 @@ import (
"alpha.dagger.io/europa/dagger/engine/spec/engine"
)
// A deployment plan executed by `dagger up`
#Plan: engine.#Plan
// A special kind of program which `dagger` can execute.
#DAG: engine.#DAG

View File

@@ -26,6 +26,8 @@ import (
// - An HTTPS endpoint
#Service: engine.#Service
// A stream of bytes
#Stream: engine.#Stream
// A network service address
#Address: engine.#Address