Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(opts ...Option) (searchsvc.SearchProviderHandler, error)
NewHandler returns a service implementation for Service.
Types ¶
type Option ¶
type Option func(o *Options)
Option defines a single option function.
type Service ¶
Service implements the searchServiceHandler interface
func (Service) IndexSpace ¶
func (s Service) IndexSpace(ctx context.Context, in *searchsvc.IndexSpaceRequest, out *searchsvc.IndexSpaceResponse) error
func (Service) Search ¶
func (s Service) Search(ctx context.Context, in *searchsvc.SearchRequest, out *searchsvc.SearchResponse) error
Click to show internal directories.
Click to hide internal directories.