Class: Packages::Conan::SearchService

Inherits:
BaseService show all
Includes:
ActiveRecord::Sanitization::ClassMethods
Defined in:
app/services/packages/conan/search_service.rb

Constant Summary collapse

WILDCARD =
'*'
RECIPE_SEPARATOR =
'@'

Instance Attribute Summary

Attributes inherited from BaseService

#current_user, #params, #project

Instance Method Summary collapse

Methods inherited from BaseService

#initialize

Methods included from BaseServiceUtility

#deny_visibility_level, #event_service, #log_error, #log_info, #notification_service, #system_hook_service, #todo_service, #visibility_level

Methods included from Gitlab::Allowable

#can?

Constructor Details

This class inherits a constructor from BaseService

Instance Method Details

#executeObject



11
12
13
# File 'app/services/packages/conan/search_service.rb', line 11

def execute
  ServiceResponse.success(payload: { results: search_results })
end