new

package
v0.0.0-...-c5e44dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL