Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComposerLock ¶ added in v0.0.370
type ComposerLock struct {
Platform PhpVersion `json:"platform,omitempty"`
}
type InitCommand ¶
type PhpVersion ¶ added in v0.0.370
type PhpVersion struct {
Version string `json:"php"`
}
type SourceFile ¶
type SourceInfo ¶
type SourceInfo struct { Family string Version string DockerfilePath string BuildArgs map[string]string Builder string ReleaseCmd string DockerCommand string DockerEntrypoint string KillSignal string Buildpacks []string Secrets []Secret Files []SourceFile Port int Env map[string]string Statics []Static Processes map[string]string DeployDocs string Notice string SkipDeploy bool SkipDatabase bool Volumes []Volume DockerfileAppendix []string InitCommands []InitCommand PostgresInitCommands []InitCommand PostgresInitCommandCondition bool }
func Scan ¶
func Scan(sourceDir string) (*SourceInfo, error)
Click to show internal directories.
Click to hide internal directories.