Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redmine ¶
func (*Redmine) TicketLink ¶
TicketLink returns link to issue for updates.
func (*Redmine) UpdateTicket ¶
UpdateTicket updates ticket given ticket number and message. http://www.redmine.org/projects/redmine/wiki/Rest_Issues#Updating-an-issue
type ReviewConfig ¶
type ReviewConfig struct {
SolrServer string `yaml:"solr"`
Ticket string `yaml:"ticket"`
ZeroResultsPolicy string `yaml:"zero-results-policy"`
AllowedKeys [][]string `yaml:"allowed-keys"`
AllRecords [][]string `yaml:"all-records"`
MinRatio [][]string `yaml:"min-ratio"`
MinCount [][]string `yaml:"min-count"`
}
ReviewConfig contains various index review cases and general configuration.
Click to show internal directories.
Click to hide internal directories.