27 lines
355 B
CUE
27 lines
355 B
CUE
package dagger
|
|
|
|
import "dagger.io/dagger/core"
|
|
|
|
#Plan: core.#Plan
|
|
|
|
// Types
|
|
|
|
#FS: core.#FS
|
|
#Scratch: core.#Scratch
|
|
#Secret: core.#Secret
|
|
#Service: core.#Service
|
|
|
|
#Address: core.#Address
|
|
|
|
// Image
|
|
|
|
#Ref: core.#Ref
|
|
#ImageConfig: core.#ImageConfig
|
|
|
|
#HealthCheck: core.#HealthCheck
|
|
|
|
// Mounts
|
|
|
|
#CacheDir: core.#CacheDir
|
|
#TempDir: core.#TempDir
|