Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SecureProcessScripts ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(config configuration.Config, camunda *camunda.Camunda, vid *vid.Vid, processIo *processio.ProcessIo) *Controller
func (*Controller) DeleteDeployment ¶
func (this *Controller) DeleteDeployment(userId string, vid string) error
func (*Controller) DeleteHistoricProcessInstance ¶
func (this *Controller) DeleteHistoricProcessInstance(userId string, instanceId string) (err error, code int)
func (*Controller) Deploy ¶
func (this *Controller) Deploy(depl model.DeploymentMessage) (err error, code int)
Click to show internal directories.
Click to hide internal directories.