Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReturnSuccess int = iota ReturnAnalyzerFailed ReturnAnalysisServiceFailed ReturnAnalysisServiceCommFailed ReturnReporterFailed ReturnReportServiceCommFailed ReturnReportServiceFailed )
View Source
const ServerCacheDir string = "/var/cache/qmstr"
View Source
const ServerOutputDir string = "/var/qmstr"
Variables ¶
View Source
var ErrWrongPhase = errors.New("Wrong phase")
ErrWrongPhase is returned when a rpc function was called in the wrong phase
Functions ¶
func InitAndRun ¶
func InitAndRun(masterConfig *config.MasterConfig) (chan error, error)
InitAndRun sets up and runs the grpc services and the dgraph database connection
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.