Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct {
// Name represents the name of the plan.
Name string `toml:"name"`
// Version represents the version of the plan. Optional.
Version string `toml:"version,omitempty"`
// Metadata represents the metadata of the plan. Optional.
Metadata Metadata `toml:"metadata,omitempty"`
}
Plan represents a contractual buildpack plan.
Click to show internal directories.
Click to hide internal directories.