 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiConnector ¶
type ApiConnector struct {
	Api               string
	AdminUser         string
	AdminPassword     string
	SkipSSLValidation bool
	Adapter           apiCliAdapter
}
    func (*ApiConnector) Connect ¶
func (c *ApiConnector) Connect() error
type AppChecker ¶
type AppChecker struct {
	Org          string
	Applications []Application
	Adapter      checkCLIAdapter
}
    func (*AppChecker) CheckApps ¶
func (a *AppChecker) CheckApps() error
type AppPusher ¶
type AppPusher struct {
	Applications      []Application
	Adapter           pushCLIAdapter
	ManifestGenerator manifestGenerator
	Concurrency       int
}
    type Application ¶
type OrgDeleter ¶
func (*OrgDeleter) Delete ¶
func (c *OrgDeleter) Delete() error
type OrgSpaceCreator ¶
func (*OrgSpaceCreator) Create ¶
func (c *OrgSpaceCreator) Create() error
 Click to show internal directories. 
   Click to hide internal directories.