Documentation ¶
Index ¶
- type DeletionData
- type DeletionHandler
- type Domain
- func (d *Domain) DeploymentDeletionStarted(request service.DeploymentDeletionResult, sink ports.OutgoingEvents)
- func (d *Domain) EventStartRunRequested(request deploymentevents.StartRunRequest, sink ports.OutgoingEvents)
- func (d *Domain) Init(conf types.Config) error
- func (d *Domain) Start(ctx context.Context) error
- type RunRequisiteData
- type StartRunHandler
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 ¶
func (h DeletionHandler) Handle(req service.DeploymentDeletionResult, sink ports.OutgoingEvents)
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 ...
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 ¶
func (h StartRunHandler) Handle(req deploymentevents.StartRunRequest, sink ports.OutgoingEvents)
Handle ...
Click to show internal directories.
Click to hide internal directories.