Documentation
¶
Index ¶
- func BuildLocalPlatformConfig(ctx context.Context, platformDir string, agentGatewayPort uint16, ...) (*platformtypes.LocalPlatformConfig, error)
- func ComposeUpLocalPlatform(ctx context.Context, platformDir string, verbose bool) error
- func LoadLocalAgentGatewayConfig(platformDir string, port uint16) (*platformtypes.AgentGatewayConfig, error)
- func LoadLocalDockerComposeConfig(platformDir string) (*platformtypes.DockerComposeConfig, error)
- func NewLocalDeploymentAdapter(registry service.RegistryService, platformDir string, agentGatewayPort uint16) *localDeploymentAdapter
- func WriteLocalPlatformFiles(platformDir string, cfg *platformtypes.LocalPlatformConfig, port uint16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildLocalPlatformConfig ¶
func BuildLocalPlatformConfig( ctx context.Context, platformDir string, agentGatewayPort uint16, projectName string, desired *platformtypes.DesiredState, ) (*platformtypes.LocalPlatformConfig, error)
func ComposeUpLocalPlatform ¶
func LoadLocalAgentGatewayConfig ¶
func LoadLocalAgentGatewayConfig(platformDir string, port uint16) (*platformtypes.AgentGatewayConfig, error)
func LoadLocalDockerComposeConfig ¶
func LoadLocalDockerComposeConfig(platformDir string) (*platformtypes.DockerComposeConfig, error)
func NewLocalDeploymentAdapter ¶
func NewLocalDeploymentAdapter( registry service.RegistryService, platformDir string, agentGatewayPort uint16, ) *localDeploymentAdapter
func WriteLocalPlatformFiles ¶
func WriteLocalPlatformFiles(platformDir string, cfg *platformtypes.LocalPlatformConfig, port uint16) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.