Welcome to mirror list, hosted at ThFree Co, Russian Federation.

result.rb « chat_commands « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 324d7ef43a3bc30d5165770d326fe7447699b195 (plain)
1
2
3
4
5
module Gitlab
  module ChatCommands
    Result = Struct.new(:type, :message)
  end
end