Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultRuntimeCommand = "docker" DefaultDaemonImage = "ghcr.io/mickamy/trcd:latest" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Runtime string `yaml:"runtime"`
}
Command configures which container runtime binary to invoke.
type Config ¶
Config holds all trc settings, resolved from global + local files.
func Load ¶
Load reads config from .trc.yaml in projectDir (project-local) and globalPath (global), merging with project-local taking priority. Both files are optional; missing files are silently ignored.
func LoadDefault ¶
LoadDefault loads config using the current directory and the standard global config path (~/.config/trc.yaml).
Click to show internal directories.
Click to hide internal directories.