Documentation
¶
Index ¶
- Constants
- Variables
- func PostInstallForBun(versionName string, version download.Item)
- func PostInstallForPHP(versionName string, version download.Item)
- func PostInstallForUPX(versionName string, version download.Item)
- func PostInstallForZig(versionName string, version download.Item)
- func RegisterPostInstallHandler(sdkName string, handler PostInstallHandler)
- type PostInstallHandler
Constants ¶
View Source
const (
BunSdkName string = "bun"
)
View Source
const (
PHPSdkName string = "php"
)
View Source
const (
UPXSdkName string = "upx"
)
View Source
const (
ZigSdkName string = "zig"
)
Variables ¶
View Source
var PostInstallHandlers map[string]PostInstallHandler = map[string]PostInstallHandler{}
Functions ¶
func PostInstallForBun ¶
post-installation handler for Bun.
func PostInstallForPHP ¶
post-installation handler for PHP.
func PostInstallForUPX ¶
post-installation handler for UPX.
func PostInstallForZig ¶
post-installation handler for Zig.
func RegisterPostInstallHandler ¶
func RegisterPostInstallHandler(sdkName string, handler PostInstallHandler)
Types ¶
type PostInstallHandler ¶
Click to show internal directories.
Click to hide internal directories.