Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateDownloadReq ¶ added in v0.4.15
type CertificateDownloadResp ¶ added in v0.4.15
type CertificateRevokeReq ¶ added in v0.4.3
type CertificateRevokeReq struct {
CertificateId string `json:"-"`
}
type CertificateRevokeResp ¶ added in v0.4.3
type CertificateRevokeResp struct{}
type NotifyTestPushReq ¶
type NotifyTestPushResp ¶ added in v0.4.1
type NotifyTestPushResp struct{}
type WorkflowCancelRunReq ¶
type WorkflowCancelRunResp ¶ added in v0.4.0
type WorkflowCancelRunResp struct{}
type WorkflowStartRunReq ¶
type WorkflowStartRunReq struct {
WorkflowId string `json:"-"`
RunTrigger domain.WorkflowTriggerType `json:"trigger"`
}
type WorkflowStartRunResp ¶ added in v0.4.0
type WorkflowStartRunResp struct {
RunId string `json:"runId"`
}
type WorkflowStatisticsResp ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.