type
PluginGeneratedArtifact
type PluginGeneratedArtifact struct {
Name string
Content []byte
}One deterministic plugin-scoped generated file.
Namestring- Lowercase kebab-case name beneath the provider key.
Content[]byte- Non-empty deterministic file contents.
Name is lowercase kebab-case beneath the provider key. Content must be non-empty and is defensively copied before crossing the project protocol.