Documentation ¶
Index ¶
- type Config
- func (c *Config) AppendLoggerFields(fields logrus.Fields)
- func (c *Config) GetAnalysisIndex(name string) (datastore.Index, error)
- func (c *Config) GetLogger() logrus.FieldLogger
- func (c *Config) GetOSIndex(name string) (osversiondatastore.Index, error)
- func (c *Config) GetReleaseAnalysisIndex(name string) (analysisdatastore.Index, error)
- func (c *Config) GetReleaseCompilationAnalysisIndex(name string) (analysisdatastore.Index, error)
- func (c *Config) GetReleaseCompilationIndex(name string) (datastore.Index, error)
- func (c *Config) GetReleaseIndex(name string) (datastore.Index, error)
- func (c *Config) GetScheduler() (scheduler.Scheduler, error)
- func (c *Config) GetStemcellAnalysisIndex(name string) (analysisdatastore.Index, error)
- func (c *Config) GetStemcellIndex(name string) (datastore.Index, error)
- func (c *Config) HasScheduler() bool
- func (c *Config) Marshal() ([]byte, error)
- func (c *Config) SetAnalysisFactory(f datastore.Factory)
- func (c *Config) SetReleaseCompilationFactory(f datastore.Factory)
- func (c *Config) SetReleaseFactory(f datastore.Factory)
- func (c *Config) SetSchedulerFactory(f scheduler.Factory)
- func (c *Config) SetStemcellFactory(f datastore.Factory)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (*Config) AppendLoggerFields ¶
func (*Config) GetAnalysisIndex ¶
func (*Config) GetLogger ¶
func (c *Config) GetLogger() logrus.FieldLogger
func (*Config) GetOSIndex ¶
func (c *Config) GetOSIndex(name string) (osversiondatastore.Index, error)
TODO remove/move
func (*Config) GetReleaseAnalysisIndex ¶
func (c *Config) GetReleaseAnalysisIndex(name string) (analysisdatastore.Index, error)
func (*Config) GetReleaseCompilationAnalysisIndex ¶
func (c *Config) GetReleaseCompilationAnalysisIndex(name string) (analysisdatastore.Index, error)
func (*Config) GetReleaseCompilationIndex ¶
func (*Config) GetReleaseIndex ¶
func (*Config) GetStemcellAnalysisIndex ¶
func (c *Config) GetStemcellAnalysisIndex(name string) (analysisdatastore.Index, error)
func (*Config) GetStemcellIndex ¶
func (*Config) HasScheduler ¶
func (*Config) SetAnalysisFactory ¶
func (*Config) SetReleaseCompilationFactory ¶
func (*Config) SetReleaseFactory ¶
func (*Config) SetSchedulerFactory ¶
func (*Config) SetStemcellFactory ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.