Documentation
¶
Index ¶
- type App
- type AppEnv
- type AuthError
- type Buildpack
- type Client
- func (c *Client) Apps(ctx context.Context) ([]App, error)
- func (c *Client) Buildpacks(ctx context.Context) ([]Buildpack, error)
- func (c *Client) Domains(ctx context.Context) ([]Domain, error)
- func (c *Client) Env(ctx context.Context, appName string) (AppEnv, error)
- func (c *Client) Routes(ctx context.Context) ([]Route, error)
- func (c *Client) Services(ctx context.Context) ([]Service, error)
- func (c *Client) Target(ctx context.Context) (TargetInfo, error)
- type Domain
- type NotInstalledError
- type Route
- type Runner
- type Service
- type TargetInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotInstalledError ¶
func (*NotInstalledError) Error ¶
func (e *NotInstalledError) Error() string
Click to show internal directories.
Click to hide internal directories.