debian-mirror-gitlab/lib/gitlab/counters.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
135 B
Ruby
Raw Normal View History

2023-03-17 16:20:25 +05:30
# frozen_string_literal: true
module Gitlab
module Counters
Increment = Struct.new(:amount, :ref, keyword_init: true)
end
end