Welcome to mirror list, hosted at ThFree Co, Russian Federation.

production_event_fetcher.rb « cycle_analytics « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6681cb42c902b0c0513bb8f6e8d347ad22309fcd (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Gitlab
  module CycleAnalytics
    class ProductionEventFetcher < IssueEventFetcher
    end
  end
end