module Gitlab # rubocop:disable Naming/FileName
  module SlashCommands
    Result = Struct.new(:type, :message)
  end
end