Versions in this module Expand all Collapse all v1 v1.0.0 Apr 21, 2026 Changes in this version + type App struct + CreatedAt string + GUID string + Lifecycle AppLifecycle + Links map[string]Link + Metadata AppMetadata + Name string + Relationships AppRelations + State string + UpdatedAt string + type AppLifecycle struct + Data json.RawMessage + Type string + type AppMetadata struct + Annotations map[string]string + Labels map[string]string + type AppRelations struct + Space struct{ ... } + type Client struct + func NewClient() *Client + func (c *Client) GetApp(ctx context.Context, appGUID string) (*App, error) + func (c *Client) ListApps(ctx context.Context) ([]App, []Space, []Organization, error) + func (c *Client) RestartApp(ctx context.Context, appGUID string) error + func (c *Client) StopApp(ctx context.Context, appGUID string) (*App, error) + type IncludedResources struct + Organizations []Organization + Spaces []Space + type Link struct + Href string + type ListAppsResponse struct + Pagination struct{ ... } + Resources []App + type ListAppsResponseWithIncludes struct + Included IncludedResources + type Organization struct + GUID string + Name string + type RootResponse struct + Links struct{ ... } + type Space struct + GUID string + Name string + Relationships struct{ ... } + type TokenResponse struct + AccessToken string + ExpiresIn int + TokenType string