Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SuggestAppName ¶
Types ¶
type SourceFile ¶ added in v0.0.241
type SourceInfo ¶
type SourceInfo struct {
Family string
DockerfilePath string
Builder string
Buildpacks []string
Secrets map[string]string
Files []SourceFile
Port int
Env map[string]string
Statics []Static
Processes map[string]string
DeployDocs string
SkipDeploy bool
}
func Scan ¶
func Scan(sourceDir string) (*SourceInfo, error)
Click to show internal directories.
Click to hide internal directories.