Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FoundMatch ¶
type FoundMatch struct { Matches models.Match `json:"matches"` Profile models.Profile `json:"profile"` }
FoundMatch contains a match and why something is matched
func (FoundMatch) HandleMatch ¶
func (match FoundMatch) HandleMatch(cv models.CV, onMatch models.ProfileOnMatch, pdfFile *os.File, keyName string)
HandleMatch sends a match to the desired destination based on the OnMatch field in the profile
Click to show internal directories.
Click to hide internal directories.