Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeploymentAsJSON ¶
func DeploymentAsJSON(deployment common.Deployment) map[string]interface{}
func DeploymentStatusAsJSON ¶
func DeploymentStatusAsJSON(status common.DeploymentStatus) map[string]interface{}
Types ¶
type CreateDeploymentHandler ¶
type CreateDeploymentHandler struct { Applications *config.Applications PreDeployment func(*http.Request, common.Deployment) error }
func (*CreateDeploymentHandler) ServeHTTP ¶
func (handler *CreateDeploymentHandler) ServeHTTP(res http.ResponseWriter, req *http.Request)
type CreateDeploymentRequest ¶
type DeploymentsStatusHandler ¶
type DeploymentsStatusHandler struct {
Applications *config.Applications
}
func (*DeploymentsStatusHandler) ServeHTTP ¶
func (handler *DeploymentsStatusHandler) ServeHTTP(res http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.