Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDescriptor ¶
Types ¶
type Buildpacks ¶
type Descriptor ¶
type IO ¶
type IO struct {
Buildpacks Buildpacks `toml:"buildpacks"`
}
type Project ¶
type Project struct {
SchemaVersion string `toml:"schema-version"`
ID string `toml:"id"`
Name string `toml:"name"`
Version string `toml:"version"`
Authors []string `toml:"authors"`
Licenses []types.License `toml:"licenses"`
DocumentationURL string `toml:"documentation-url"`
SourceURL string `toml:"source-url"`
Metadata map[string]interface{} `toml:"metadata"`
}
Click to show internal directories.
Click to hide internal directories.