package
Version:
v0.24.0
Opens a new window with list of versions in this module.
Published: Feb 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Buildpacks struct {
Include []string `toml:"include"`
Exclude []string `toml:"exclude"`
Group []types.Buildpack `toml:"group"`
Env Env `toml:"env"`
Builder string `toml:"builder"`
}
type Descriptor struct {
Project Project `toml:"_"`
IO IO `toml:"io"`
}
type Env struct {
Build []types.EnvVar `toml:"build"`
}
type IO struct {
Buildpacks Buildpacks `toml:"buildpacks"`
}
type Project struct {
Name string `toml:"name"`
Licenses []types.License `toml:"licenses"`
Metadata map[string]interface{} `toml:"metadata"`
SchemaVersion string `toml:"schema-version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.