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 InitCommand struct {
Command string
Args []string
Description string
Condition bool
}
type PhpVersion ¶ added in v0.0.370
type PhpVersion struct {
Version string `json:"php"`
}
type Secret ¶
type Secret struct {
Key string
Help string
Value string
Generate func() (string, error)
}
type SourceFile ¶
type SourceFile struct {
Path string
Contents []byte
}
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
}
Click to show internal directories.
Click to hide internal directories.