dtos

package
v0.4.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2026 License: MIT Imports: 1 Imported by: 0

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:"-"`
	CertificateFormat string `json:"format"`
}

type CertificateDownloadResp added in v0.4.15

type CertificateDownloadResp struct {
	FileBytes  []byte `json:"fileBytes"`
	FileFormat string `json:"fileFormat"`
}

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 string `json:"provider"`
	AccessId string `json:"accessId"`
}

type NotifyTestPushResp added in v0.4.1

type NotifyTestPushResp struct{}

type WorkflowCancelRunReq

type WorkflowCancelRunReq struct {
	WorkflowId string `json:"-"`
	RunId      string `json:"-"`
}

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

type WorkflowStatisticsResp struct {
	Concurrency      int      `json:"concurrency"`
	PendingRunIds    []string `json:"pendingRunIds"`
	ProcessingRunIds []string `json:"processingRunIds"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL