Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateValidateCertificateReq ¶
type CertificateValidateCertificateReq struct {
Certificate string `json:"certificate"`
}
type CertificateValidatePrivateKeyReq ¶
type CertificateValidatePrivateKeyReq struct {
PrivateKey string `json:"privateKey"`
}
type CertificateValidatePrivateKeyResp ¶
type CertificateValidatePrivateKeyResp struct {
IsValid bool `json:"isValid"`
}
type NotifyTestPushReq ¶
type NotifyTestPushReq struct {
Channel domain.NotifyChannelType `json:"channel"`
}
type WorkflowCancelRunReq ¶
type WorkflowStartRunReq ¶
type WorkflowStartRunReq struct {
WorkflowId string `json:"-"`
RunTrigger domain.WorkflowTriggerType `json:"trigger"`
}
Click to show internal directories.
Click to hide internal directories.