dtos

package
v0.3.21 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2025 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 CertificateArchiveFileReq

type CertificateArchiveFileReq struct {
	CertificateId string `json:"-"`
	Format        string `json:"format"`
}

type CertificateArchiveFileResp

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

type CertificateValidateCertificateReq

type CertificateValidateCertificateReq struct {
	Certificate string `json:"certificate"`
}

type CertificateValidateCertificateResp

type CertificateValidateCertificateResp struct {
	IsValid bool   `json:"isValid"`
	Domains string `json:"domains,omitempty"`
}

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 WorkflowCancelRunReq struct {
	WorkflowId string `json:"-"`
	RunId      string `json:"-"`
}

type WorkflowStartRunReq

type WorkflowStartRunReq struct {
	WorkflowId string                     `json:"-"`
	RunTrigger domain.WorkflowTriggerType `json:"trigger"`
}

Jump to

Keyboard shortcuts

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