Documentation
¶
Overview ¶
Package toolcodeengine provides an adapter that implements code.Engine using runtime.Runtime for execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Runtime is the runtime.Runtime to use for execution.
Runtime runtime.Runtime
// Profile is the security profile to use for execution.
Profile runtime.SecurityProfile
}
Config configures an Engine.
Click to show internal directories.
Click to hide internal directories.