Documentation
¶
Index ¶
- type ProcessSync
- func (this *ProcessSync) Deploy(token string, hubId string, deployment deploymentmodel.Deployment) error
- func (this *ProcessSync) Metadata(token string, hubId string, deploymentId string) (result []model.DeploymentMetadata, err error, code int)
- func (this *ProcessSync) Remove(token string, hubId string, id string) (err error, code int)
- func (this *ProcessSync) Start(token string, hubId string, deploymentId string, inputs url.Values) (error, int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessSync ¶
type ProcessSync struct {
// contains filtered or unexported fields
}
func New ¶
func New(config configuration.Config) *ProcessSync
func (*ProcessSync) Deploy ¶
func (this *ProcessSync) Deploy(token string, hubId string, deployment deploymentmodel.Deployment) error
func (*ProcessSync) Metadata ¶
func (this *ProcessSync) Metadata(token string, hubId string, deploymentId string) (result []model.DeploymentMetadata, err error, code int)
Click to show internal directories.
Click to hide internal directories.