summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/result.rb
blob: 7021b4b01b2b20254fdd7902a1a5cae151872a5c (plain)
1
2
3
4
5
module Gitlab
  module SlashCommands
    Result = Struct.new(:type, :message)
  end
end