Documentation
¶
Index ¶
- type Program
- func (p *Program) ProcessDir(dir string, ignoreWhen bool) error
- func (p *Program) ProcessFile(file fileinfo.FileInfo, ignoreWhen bool) error
- func (p *Program) ProcessFilename(filename string, ignoreWhen bool) error
- func (p *Program) Running() bool
- func (p *Program) Start(s service.Service) error
- func (p *Program) Stop(s service.Service) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Program ¶
type Program struct {
// contains filtered or unexported fields
}
func (*Program) ProcessFile ¶
ProcessFile tries to process an Experiment file. It only returns an error if it is out of the ordinary for example if an error occurs when reporting to the progress monitor, not if it can't load an experiment nor if there is a problem processing the experiment. Pass ignoreWhen as true if you want to ignore experiment's 'when' statement.
func (*Program) ProcessFilename ¶
Click to show internal directories.
Click to hide internal directories.