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 CertificateDownloadReq struct {
CertificateId string `json:"-"`
FileFormat domain.CertificateFormatType `json:"fileFormat"`
PfxPassword string `json:"pfxPassword,omitempty"`
PfxEncoder string `json:"pfxEncoder,omitempty"`
JksAlias string `json:"jksAlias,omitempty"`
JksKeypass string `json:"jksKeypass,omitempty"`
JksStorepass string `json:"jksStorepass,omitempty"`
}
type CertificateDownloadResp ¶ added in v0.4.15
type CertificateDownloadResp struct {
ZipBytes []byte `json:"zipBytes"`
}
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 NotifyTestPushReq struct {
Provider domain.NotificationProviderType `json:"provider"`
AccessId string `json:"accessId"`
}
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.