Sha256: 3185010b9e6f1ca3820b13c59b17d78a7b0690d435c86355a8c261082d7b4d90
Contents?: true
Size: 567 Bytes
Versions: 18
Compression:
Stored size: 567 Bytes
Contents
# Copyright (c) 2023 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
18 entries across 18 versions & 1 rubygems