summaryrefslogtreecommitdiff
path: root/lib/gitlab/chat_commands/result.rb
blob: 324d7ef43a3bc30d5165770d326fe7447699b195 (plain)
1
2
3
4
5
module Gitlab
  module ChatCommands
    Result = Struct.new(:type, :message)
  end
end