Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectEnvVars ¶
func GetProjectHostname ¶ added in v0.12.1
Types ¶
type Project ¶
type Project struct { Name string `json:"name"` Image string `json:"image"` User string `json:"user"` Repository *gitprovider.GitRepository `json:"repository"` WorkspaceId string `json:"workspaceId"` ApiKey string `json:"-"` Target string `json:"target"` EnvVars map[string]string `json:"-"` State *ProjectState `json:"state,omitempty"` } // @name Project
func (*Project) GetImageServer ¶ added in v0.13.0
type ProjectInfo ¶
type ProjectState ¶
type Workspace ¶
type WorkspaceInfo ¶
type WorkspaceInfo struct { Name string `json:"name"` Projects []*ProjectInfo `json:"projects"` ProviderMetadata string `json:"providerMetadata,omitempty"` } // @name WorkspaceInfo
Click to show internal directories.
Click to hide internal directories.