Documentation ¶
Index ¶
- func EnsureCached(image compute.Computable[oci.Image]) compute.Computable[oci.Image]
- func InvokeOnBuildkit[Resp proto.Message](c *buildkit.GatewayClient, secrets secrets.GroundedSecrets, method string, ...) compute.Computable[Resp]
- func InvokeOnBuildkit0(c *buildkit.GatewayClient, secrets secrets.GroundedSecrets, ...) compute.Computable[fs.FS]
- func InvokeWithBinary(ctx context.Context, env pkggraph.SealedContext, inv *types.DeferredInvocation, ...) (compute.Computable[*protocol.InvokeResponse], error)
- type LowLevelInvokeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureCached ¶ added in v0.0.117
func EnsureCached(image compute.Computable[oci.Image]) compute.Computable[oci.Image]
func InvokeOnBuildkit ¶ added in v0.0.112
func InvokeOnBuildkit[Resp proto.Message](c *buildkit.GatewayClient, secrets secrets.GroundedSecrets, method string, pkg schema.PackageName, image compute.Computable[oci.Image], opts rtypes.RunBinaryOpts, req proto.Message, oo LowLevelInvokeOptions) compute.Computable[Resp]
func InvokeOnBuildkit0 ¶ added in v0.0.117
func InvokeOnBuildkit0(c *buildkit.GatewayClient, secrets secrets.GroundedSecrets, pkg schema.PackageName, state compute.Computable[*buildkit.Input]) compute.Computable[fs.FS]
func InvokeWithBinary ¶
func InvokeWithBinary(ctx context.Context, env pkggraph.SealedContext, inv *types.DeferredInvocation, prepared *binary.Prepared) (compute.Computable[*protocol.InvokeResponse], error)
Types ¶
Click to show internal directories.
Click to hide internal directories.