Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( authorizer authz.Authorizer, searcher keywordsearch.Searcher, repoCtrl *repo.Controller, spaceCtrl *space.Controller, ) *Controller
func ProvideController ¶
func ProvideController( authorizer authz.Authorizer, searcher keywordsearch.Searcher, repoCtrl *repo.Controller, spaceCtrl *space.Controller, ) *Controller
func (*Controller) Search ¶
func (c *Controller) Search( ctx context.Context, session *auth.Session, in types.SearchInput, ) (types.SearchResult, error)
Click to show internal directories.
Click to hide internal directories.