gitlab-org--gitlab-foss/lib/gitlab/chat_commands/result.rb
2016-11-21 16:28:23 +01:00

5 lines
87 B
Ruby

module Gitlab
module ChatCommands
Result = Struct.new(:type, :message)
end
end