Documentation
¶
Index ¶
- type Adapter
- func (a *Adapter) AppGuid(name string) (string, error)
- func (a *Adapter) Auth(user, password string) error
- func (a *Adapter) CheckApp(guid string) ([]byte, error)
- func (a *Adapter) CreateOrg(name string) error
- func (a *Adapter) CreateSpace(name string) error
- func (a *Adapter) DeleteOrg(name string) error
- func (a *Adapter) Push(name, directory, manifestFile string) error
- func (a *Adapter) SetApiWithSsl(api string) error
- func (a *Adapter) SetApiWithoutSsl(api string) error
- func (a *Adapter) TargetOrg(name string) error
- func (a *Adapter) TargetSpace(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
CfCliPath string
}
func (*Adapter) CreateSpace ¶
func (*Adapter) SetApiWithSsl ¶
func (*Adapter) SetApiWithoutSsl ¶
func (*Adapter) TargetSpace ¶
Click to show internal directories.
Click to hide internal directories.