Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ Use: "airflow-go-edge", Short: "Airflow worker for running Go workloads sent via Edge Worker API.", Long: `Airflow worker for running Go workloads sent via Edge Worker API. All options (other than ` + "`--config`" + `) can be specified in the config file using the same name as the CLI argument but without the ` + "`--`" + ` prefix.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return config.Configure(cmd) }, SilenceUsage: true, }
Root represents the base command when called without any subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.