Documentation ¶
Index ¶
Constants ¶
View Source
const SeedKey = ".hub.db.seed"
SeedKey identifies the setting containing the applied seed digest.
View Source
const UITargetOrder = "ui.target.order"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hub ¶
type Hub struct { TagCategory JobFunction RuleSet Target Questionnaire }
Hub is responsible for collecting and applying Hub seeds.
type JobFunction ¶
type JobFunction struct {
// contains filtered or unexported fields
}
JobFunction applies JobFunction seeds.
type Questionnaire ¶
type Questionnaire struct {
// contains filtered or unexported fields
}
Questionnaire applies Questionnaire seeds.
type RuleSet ¶
type RuleSet struct {
// contains filtered or unexported fields
}
RuleSet applies RuleSet seeds.
type TagCategory ¶
type TagCategory struct {
// contains filtered or unexported fields
}
TagCategory applies TagCategory seeds.
Click to show internal directories.
Click to hide internal directories.