MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / pulumiRuntime

Struct pulumiRuntime

cmd/pulumi.go:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95type pulumiRuntime struct {
96 name string
97 Options struct {
98 Virtualenv string `yaml:"virtualenv"`
99 }
100}
101
102func (r *pulumiRuntime) UnmarshalYAML(unmarshal func(interface{}) error) error {
103 // Try plain string first: runtime: go

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected