 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	ReleaseBinaryName = "bin/cpi"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CpiInstaller ¶
type CpiInstaller struct {
	ReleaseManager   birel.Manager
	InstallerFactory biinstall.InstallerFactory
	Validator        Validator
}
    func (CpiInstaller) ValidateCpiRelease ¶
func (i CpiInstaller) ValidateCpiRelease(installationManifest biinstallmanifest.Manifest, stage biui.Stage) error
func (CpiInstaller) WithInstalledCpiRelease ¶
func (i CpiInstaller) WithInstalledCpiRelease(installationManifest biinstallmanifest.Manifest, target biinstall.Target, stage biui.Stage, fn func(biinstall.Installation) error) (errToReturn error)
 Click to show internal directories. 
   Click to hide internal directories.