Sha256: fa51e5f9ec6b43478b19a7854980718c05e80605ba74ba820dadfb393cc08ff9
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Agent # This module will include all the worker that we have, which are not part of the regular thread reporters module ReportingWorkers end end end require 'contrast/agent/reporting/reporting_workers/reporter_heartbeat' require 'contrast/agent/reporting/reporting_workers/server_settings_worker' require 'contrast/agent/reporting/reporting_workers/application_server_worker'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-6.11.0 | lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb |
contrast-agent-6.10.0 | lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb |