commands

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeploymentCommand

type CreateDeploymentCommand struct {
	OrganizationID string
	GameServerID   string
	Version        string
	InitiatedBy    string // user ID
}

CreateDeploymentCommand represents user intent to deploy a specific version of a game server. The control plane records the intent and emits a job for the daemon to act upon.

type CreateDeploymentHandler

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

CreateDeploymentHandler executes CreateDeploymentCommand.

func NewCreateDeploymentHandler

func NewCreateDeploymentHandler(deployments ports.DeploymentRepository) *CreateDeploymentHandler

func (*CreateDeploymentHandler) Handle

type CreateDeploymentResult

type CreateDeploymentResult struct {
	DeploymentID string
}

CreateDeploymentResult carries the new deployment ID.

Jump to

Keyboard shortcuts

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