Sha256: 8eb7092b63d98b010300cf05da0cc6bad37df4385a1774fc84a7570a7acf898c
Contents?: true
Size: 219 Bytes
Versions: 5
Compression:
Stored size: 219 Bytes
Contents
# typed: true module Datadog module Ext module AppTypes WEB = 'web'.freeze DB = 'db'.freeze CACHE = 'cache'.freeze WORKER = 'worker'.freeze CUSTOM = 'custom'.freeze end end end
Version data entries
5 entries across 5 versions & 1 rubygems