Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(rg *gin.RouterGroup)
Types ¶
type NewProjectRequest ¶
type NewProjectRequest struct {
Name string `json:"name"`
Branch string `json:"branch"`
Type db.ProjectType `json:"type"`
RepoUrl string `json:"repo_url"`
DeploymentInfo core.ProjectDeploymentInfo `json:"deployment_info"`
EnvironmentVariables [][]string `json:"environment_variables"`
}
func (*NewProjectRequest) UnmarshalJSON ¶
func (n *NewProjectRequest) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.