Documentation
¶
Overview ¶
Package search contains all the required functions to find work items Following different patterns and filter options.
Index ¶
Constants ¶
View Source
const ( HostRegistrationKeyForListWI = "work-item-list-details" HostRegistrationKeyForBoardWI = "work-item-board-details" )
KnownURL registration key constants
Variables ¶
This section is empty.
Functions ¶
func GetAllRegisteredURLs ¶
GetAllRegisteredURLs returns all known URLs
func RegisterAsKnownURL ¶
func RegisterAsKnownURL(name, urlRegex string)
RegisterAsKnownURL appends to KnownURLs
Types ¶
type GormSearchRepository ¶
type GormSearchRepository struct {
// contains filtered or unexported fields
}
GormSearchRepository provides a Gorm based repository
func NewGormSearchRepository ¶
func NewGormSearchRepository(db *gorm.DB) *GormSearchRepository
NewGormSearchRepository creates a new search repository
Click to show internal directories.
Click to hide internal directories.