Documentation ¶
Index ¶
- Constants
- type Cache
- type Enricher
- func (e *Enricher) EnrichCategory(doc common.ICategory)
- func (e *Enricher) EnrichJobInfo(usr common.IJobInfo)
- func (e *Enricher) EnrichJobInfoSafe(userInfo *userinfo.UserInfo, usrs ...common.IJobInfo)
- func (e *Enricher) EnrichJobInfoSafeFunc(userInfo *userinfo.UserInfo) func(usr common.IJobInfo)
- func (e *Enricher) EnrichJobName(usr common.IJobName)
- func (e *Enricher) GetJobByName(job string) *users.Job
- func (e *Enricher) GetJobGrade(job string, grade int32) (*users.Job, *users.JobGrade)
- type Params
- type Searcher
Constants ¶
View Source
const (
NotAvailablePlaceholder = "N/A"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetHighestJobGrade ¶ added in v0.8.1
func (*Cache) GetLawBooks ¶ added in v0.7.0
func (*Cache) GetSearcher ¶
type Enricher ¶
type Enricher struct {
// contains filtered or unexported fields
}
func NewEnricher ¶
func (*Enricher) EnrichCategory ¶ added in v0.8.0
func (*Enricher) EnrichJobInfo ¶
func (*Enricher) EnrichJobInfoSafe ¶ added in v0.8.6
func (*Enricher) EnrichJobInfoSafeFunc ¶ added in v0.8.10
func (*Enricher) EnrichJobName ¶
Click to show internal directories.
Click to hide internal directories.