Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProjectTomlPath = "./project.toml"
)
Variables ¶
This section is empty.
Functions ¶
func DoesProjectFileExist ¶
func GetBuildEnvVars ¶
func GetBuildEnvVars(project *ProjectToml) (map[string]string, error)
Types ¶
type Buildpacks ¶
type Buildpacks struct {
Build Build
}
type Io ¶
type Io struct {
Buildpacks Buildpacks
}
type ProjectToml ¶
func GetProjectFile ¶
func GetProjectFile(filePath string) (*ProjectToml, error)
Click to show internal directories.
Click to hide internal directories.