Documentation
      ¶
    
    
  
    
  
    Index ¶
- type FakeAppBinder
 - func (binder *FakeAppBinder) BindApplication(app models.Application, service models.ServiceInstance, ...) error
 - func (binder *FakeAppBinder) Execute(_ flags.FlagContext)
 - func (binder *FakeAppBinder) MetaData() command_registry.CommandMetadata
 - func (binder *FakeAppBinder) Requirements(_ requirements.Factory, _ flags.FlagContext) (reqs []requirements.Requirement, err error)
 - func (binder *FakeAppBinder) SetDependency(_ command_registry.Dependency, _ bool) command_registry.Command
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppBinder ¶
type FakeAppBinder struct {
	AppsToBind        []models.Application
	InstancesToBindTo []models.ServiceInstance
	Params            map[string]interface{}
	BindApplicationReturns struct {
		Error error
	}
}
    func (*FakeAppBinder) BindApplication ¶
func (binder *FakeAppBinder) BindApplication(app models.Application, service models.ServiceInstance, paramsMap map[string]interface{}) error
func (*FakeAppBinder) Execute ¶
func (binder *FakeAppBinder) Execute(_ flags.FlagContext)
func (*FakeAppBinder) MetaData ¶
func (binder *FakeAppBinder) MetaData() command_registry.CommandMetadata
func (*FakeAppBinder) Requirements ¶
func (binder *FakeAppBinder) Requirements(_ requirements.Factory, _ flags.FlagContext) (reqs []requirements.Requirement, err error)
func (*FakeAppBinder) SetDependency ¶
func (binder *FakeAppBinder) SetDependency(_ command_registry.Dependency, _ bool) command_registry.Command
 Click to show internal directories. 
   Click to hide internal directories.