Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBuildFailed = fmt.Errorf("build failed")
View Source
var Version = "dev"
Functions ¶
func Bundle ¶
func Bundle(ctx BundleContext) error
func CreateDeploymentMutator ¶ added in v0.0.143
func CreateDeploymentMutator(ctx BundleContext) util.ZipDirCallbackMutator
func GetSDKVersion ¶ added in v0.0.120
func GetSDKVersion(language string, ctx BundleContext) (*semver.Version, error)
Types ¶
type AgentConfig ¶
type BundleContext ¶ added in v0.0.29
type UVLockfile ¶ added in v0.0.114
type UVLockfile struct {
Packages []UVPackage `toml:"package"`
}
Click to show internal directories.
Click to hide internal directories.