domain

package
v0.0.0-...-d3e8332 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeletionData

type DeletionData struct {
	// contains filtered or unexported fields
}

DeletionData ...

type DeletionHandler

type DeletionHandler struct {
	// contains filtered or unexported fields
}

DeletionHandler handles deployment deletion request.

func (DeletionHandler) Handle

Handle ...

type Domain

type Domain struct {
	EventSrc             ports.EventSrc
	WorkspaceMS          ports.WorkspaceMicroservice
	ProviderMS           ports.ProviderMicroservice
	TemplateMS           ports.TemplateMicroservice
	CredMS               ports.CredentialMicroservice
	DeploymentMetadataMS ports.DeploymentMetadataService
	Git                  ports.Git
	K8S                  ports.K8S
	K8SConnector         ports.K8SConnector
	// contains filtered or unexported fields
}

Domain is the entry point object for the service.

func (*Domain) DeploymentDeletionStarted

func (d *Domain) DeploymentDeletionStarted(request service.DeploymentDeletionResult, sink ports.OutgoingEvents)

DeploymentDeletionStarted ...

func (*Domain) EventStartRunRequested

func (d *Domain) EventStartRunRequested(request deploymentevents.StartRunRequest, sink ports.OutgoingEvents)

EventStartRunRequested ...

func (*Domain) Init

func (d *Domain) Init(conf types.Config) error

Init ...

func (*Domain) Start

func (d *Domain) Start(ctx context.Context) error

Start starts the service, start listen to incoming events and process them.

type RunRequisiteData

type RunRequisiteData struct {
	// contains filtered or unexported fields
}

RunRequisiteData ...

type StartRunHandler

type StartRunHandler struct {
	// contains filtered or unexported fields
}

StartRunHandler handles start run request.

func (StartRunHandler) Handle

Handle ...

Jump to

Keyboard shortcuts

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