Documentation
¶
Overview ¶
Package dangv2 evaluates Dagger modules written against Dang v2 (github.com/vito/dang/v2: `.{ }` is dot-block application, `.{{ }}` is selection).
This is the LIVING implementation: new Dang SDK features land here only. Older majors are frozen snapshots of this package; see core/sdk/dang/README.md for the maintenance policy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Impl ¶
type Impl struct{}
Impl is the Dang v2 implementation behind the dang SDK's version dispatch.
func (Impl) ModuleTypes ¶
func (Impl) ModuleTypes( ctx context.Context, deps *core.SchemaBuilder, src dagql.ObjectResult[*core.ModuleSource], scopedMod dagql.ObjectResult[*core.Module], ) (inst dagql.ObjectResult[*core.Module], rerr error)
func (Impl) Runtime ¶
func (Impl) Runtime( ctx context.Context, deps *core.SchemaBuilder, source dagql.ObjectResult[*core.ModuleSource], ) (core.ModuleRuntime, error)
Click to show internal directories.
Click to hide internal directories.