summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/result.rb
blob: 3669dedf0fe9f8c2fcfcf64c82d359bd1ee3c0b6 (plain)
1
2
3
4
5
module Gitlab # rubocop:disable Naming/FileName
  module SlashCommands
    Result = Struct.new(:type, :message)
  end
end