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"`
}
type WorkspaceConfig ¶ added in v0.0.167
type WorkspaceConfig struct {
Root string
Type string // "npm", "yarn", or "pnpm"
Patterns []string // workspace patterns
}
WorkspaceConfig represents workspace configuration
Click to show internal directories.
Click to hide internal directories.