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