Documentation
¶
Overview ¶
Package main implements the mono monorepo orchestration tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InfraResource ¶
type InfraResource = core.InfraResource
type InfraState ¶
type InfraState struct {
PortForwards map[string]int `json:"portForwards"` // resource name -> PID
}
InfraState tracks running infrastructure state
type PortForwardSpec ¶
type PortForwardSpec = core.PortForwardSpec
type ReadyCheckSpec ¶
type ReadyCheckSpec = core.ReadyCheckSpec
Click to show internal directories.
Click to hide internal directories.