RedHatInsights/topological_inventory-providers-common

View on GitHub
lib/topological_inventory/providers/common.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
require "topological_inventory/providers/common/version"
require "topological_inventory/providers/common/logging"
require "topological_inventory/providers/common/operations/health_check"
require "topological_inventory/providers/common/collectors_pool"
require "topological_inventory/providers/common/collector"
require "topological_inventory/providers/common/metrics"

module TopologicalInventory
  module Providers
    module Common
      class Error < StandardError; end

    end
  end
end