Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HandlerLogger logr.Logger
Functions ¶
func DeployHandler ¶
func DeployHandler(w http.ResponseWriter, r *http.Request)
Deployment event triggered by the front-end deployment button
func LoadHandler ¶
func LoadHandler(w http.ResponseWriter, r *http.Request)
func SaveHandler ¶
func SaveHandler(w http.ResponseWriter, r *http.Request)
SaveHandler save xml to minio minio bucket name is organization name xml file dir is '{projectName}/bpmn.xml'
Types ¶
type LoadRequest ¶
type LoadRequest struct {
ProjectName string `json:"project_name"`
}
type SaveRequest ¶
type SaveResponse ¶
Click to show internal directories.
Click to hide internal directories.