Documentation ¶
Index ¶
- type App
- func (a *App) Command(name string) (string, error)
- func (a *App) Droplet(name string) (droplet io.ReadCloser, size int64, err error)
- func (a *App) Env(name string) (*AppEnv, error)
- func (a *App) Forward(name string, svcs service.Services) (service.Services, *service.ForwardConfig, error)
- func (a *App) Restart(name string) error
- func (a *App) Services(name string) (service.Services, error)
- func (a *App) SetDroplet(name string, droplet io.Reader, size int64) error
- func (a *App) SetEnv(name string, env map[string]string) error
- type AppEnv
- type UI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { CLI cfplugin.CliConnection UI UI HTTP *http.Client }
Click to show internal directories.
Click to hide internal directories.