Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployRequest ¶
type DeployRequest struct { RepositoryUrl *string `json:"repositoryUrl"` BuildCommand *string `json:"buildCommand"` StartCommand *string `json:"startCommand"` Port *string `json:"port"` Branch string `json:"branch"` MemoryLimit *int64 `json:"memoryLimit"` Mounts *[]Mount `json:"mounts"` CPUs *float64 `json:"cpus"` }
Click to show internal directories.
Click to hide internal directories.