previews

package
v0.0.0-...-1dd175a Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetPreviewDtoV1

type GetPreviewDtoV1 struct {
	ID                               string
	CloudfrontDistributionID         string
	CloudfrontDistributionArn        string
	CloudfrontDistributionDomainName string
}

type GetPreviewsArgsV1

type GetPreviewsArgsV1 struct {
	types.AuthArgsV1
	IDs []string
}

type GetPreviewsReplyV1

type GetPreviewsReplyV1 struct {
	Previews []GetPreviewDtoV1
}

type UpdatePreviewDtoV1

type UpdatePreviewDtoV1 struct {
	ID                               string
	BuildTs                          int64
	CommitHash                       string
	CommitMessage                    string
	Status                           build_enums.Status
	ErrorMessage                     string
	TaskDefinitionArn                string
	CloudfrontDistributionID         string
	CloudfrontDistributionArn        string
	CloudfrontDistributionDomainName string
	EcrRepositoryUri                 string
	AlbSecurityGroupId               string
	AlbSecurityIngressRuleId         string
	AlbSecurityEgressRuleId          string
	TargetGroupArn                   string
	ListenerArnPort80                string
	ListenerArnPort443               string
	LoadBalancerArn                  string
	LoadBalancerDns                  string
	EcsServiceArn                    string
	DnsName                          string
	DeletionState                    deployment_enums.DeletionState
	NamespaceName                    string
}

type UpdatePreviewsArgsV1

type UpdatePreviewsArgsV1 struct {
	types.AuthArgsV1
	Previews []UpdatePreviewDtoV1
}

type UpdatePreviewsReplyV1

type UpdatePreviewsReplyV1 struct {
	Done bool
}

Jump to

Keyboard shortcuts

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