servicecontrol

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveServiceSpec

func ResolveServiceSpec(ctx context.Context, opts ResolveOptions, serviceName string) (engine.ServiceSpec, error)

ResolveServiceSpec recomputes the effective launch plan and returns the named service. This intentionally runs the planning phases (config.mutate + launch.plan) instead of reading a raw environment from state.json, so service start/restart can recover plugin- computed environment variables without persisting secrets.

Types

type ResolveOptions

type ResolveOptions struct {
	RepoRoot    string
	ConfigPath  string
	ProfileName string
	Cwd         string
	DryRun      bool
	Strict      bool
	Timeout     time.Duration
}

Jump to

Keyboard shortcuts

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