Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Fly FlyConfig `yaml:"fly"` Tasks []TaskConfig `yaml:"tasks"` }
func (*Config) ApplyDefaults ¶
func (c *Config) ApplyDefaults()
type ConfigLoader ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func (Scheduler) ScheduleAnalysis ¶
func (Scheduler) ScheduleCompilation ¶
func (s Scheduler) ScheduleCompilation(f compilationdatastore.FilterParams) (scheduler.ScheduledTask, error)
type TaskConfig ¶
Click to show internal directories.
Click to hide internal directories.