Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateProviderReponse ¶ added in v0.0.111
func ValidateProviderReponse(response *protocol.ToolResponse) error
Types ¶
type Invocation ¶
type Invocation struct {
Buildkit buildkit.ClientFactory
ImageName string
Image compute.Computable[oci.ResolvableImage]
SupportedToolVersion int
Command []string
Args []string
Env []*schema.BinaryConfig_EnvEntry
Snapshots []Snapshot
WorkingDir string
NoCache bool
Inject []*schema.Invocation_ValueInjection
}
func BuildAndPrepare ¶ added in v0.0.112
func BuildAndPrepare(ctx context.Context, pl pkggraph.SealedPackageLoader, env cfg.Context, serverLocRef *pkggraph.Location, with *schema.Invocation) (*Invocation, error)
Click to show internal directories.
Click to hide internal directories.