gitlab-ce/lib/gitlab/slash_commands/result.rb

6 lines
88 B
Ruby

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