Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Extractors = [][]*analysis.Analyzer{ { initialize.Analyzer, inspect.Analyzer, }, { metadata.Extractor, }, { typealias.Extractor, verb.Extractor, data.Extractor, }, { transitive.Extractor, }, { finalize.Analyzer, }, }
Extractors contains all schema extractors that will run.
It is a list of lists, where each list is a round of tasks dependent on the prior round's execution (e.g. an analyzer in Extractors[1] will only execute once all analyzers in Extractors[0] complete). Elements of the same list should be considered unordered and may run in parallel.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.