Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string // Server host Port int // Server port DAGs string // Location of DAG files Executable string // Executable path WorkDir string // Default working directory IsBasicAuth bool // Enable basic auth BasicAuthUsername string // Basic auth username BasicAuthPassword string // Basic auth password LogEncodingCharset string // Log encoding charset LogDir string // Log directory DataDir string // Data directory SuspendFlagsDir string // Suspend flags directory AdminLogsDir string // Directory for admin logs BaseConfig string // Common config file for all DAGs. Env sync.Map // Store environment variables TLS *TLS // TLS configuration IsAuthToken bool // Enable auth token for API AuthToken string // Auth token for API LatestStatusToday bool // Show latest status today or the latest status APIBaseURL string // Base URL for API Debug bool // Enable debug mode (verbose logging) LogFormat string // Log format }
Config represents the configuration for the server.
Click to show internal directories.
Click to hide internal directories.