Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter represents the filters for a search request.
type Search ¶
type Search struct {
// contains filtered or unexported fields
}
Search finds different types of resources matching certain criteria and sort them based on predefined orders.
func NewSearch ¶
func NewSearch( logger logger.Logger, shortLinkRepo repository.ShortLink, userShortLinkRepo repository.UserShortLink, timeout time.Duration, ) Search
NewSearch creates Search
Click to show internal directories.
Click to hide internal directories.