Documentation ¶
Index ¶
- func Deploy(path, name, wsId string, prompt bool) error
- func Init(path string, airflowVersion string) error
- func Kill(airflowHome string) error
- func Logs(airflowHome string, webserver, scheduler, follow bool) error
- func PS(airflowHome string) error
- func Start(airflowHome string, envFile string) error
- func Stop(airflowHome string) error
- type ComposeConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComposeConfig ¶
type ComposeConfig struct { PostgresUser string PostgresPassword string PostgresHost string PostgresPort string AirflowEnvFile string AirflowImage string AirflowHome string AirflowUser string AirflowWebserverPort string }
ComposeConfig is input data to docker compose yaml template
Click to show internal directories.
Click to hide internal directories.