gitlab-org--gitlab-foss/lib/gitlab/chat_commands/result.rb

6 lines
87 B
Ruby

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