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

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

module Gitlab
  module GitAccessResult
    class Success
    end
  end
end