Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements Search operation of Object service v2.
func NewService ¶
func NewService(s *searchsvc.Service, ks *objutil.KeyStorage) *Service
NewService constructs Service instance from provided options.
func (*Service) Search ¶
func (s *Service) Search(req *objectV2.SearchRequest, stream objectSvc.SearchStream) error
Search calls internal service and returns v2 object stream.
Click to show internal directories.
Click to hide internal directories.