Documentation
¶
Index ¶
- func CmakeInstaller(archive, dest string) (string, pipeline.Piper)
- func KmcmakeInstaller(archive, dest string) (string, pipeline.Piper)
- func KmdoInstaller(archive, dest string) (string, pipeline.Piper)
- func KmpkgInstaller(archive, dest string) (string, pipeline.Piper)
- func KmpkgToolInstaller(archive, dest string) (string, pipeline.Piper)
- func KmupInstaller(archive, dest string) (string, pipeline.Piper)
- func SimpleInstaller(archive, dest string) (string, pipeline.Piper)
- type CmakeInstallerPiper
- type InstallerFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmakeInstallerPiper ¶
type CmakeInstallerPiper struct {
// contains filtered or unexported fields
}
func (CmakeInstallerPiper) Run ¶
func (s CmakeInstallerPiper) Run(ctx *context.Context) error
Run extracts the archive to the destination directory.
func (CmakeInstallerPiper) String ¶
func (CmakeInstallerPiper) String() string
Click to show internal directories.
Click to hide internal directories.