Module: LogStruct::Integrations::IntegrationInterface

Extended by:
T::Helpers, T::Sig
Included in:
ActionMailer, ActiveJob, ActiveRecord, ActiveStorage, CarrierWave, Dotenv, GoodJob, HostAuthorization, Lograge, Rack, RackErrorHandler, RequestContext, Shrine, Sidekiq, Sorbet
Defined in:
lib/log_struct/integrations/integration_interface.rb

Overview

Interface that all integrations must implement This ensures consistent behavior across all integration modules

Instance Method Summary collapse

Instance Method Details

#setup(config) ⇒ Object



18
# File 'lib/log_struct/integrations/integration_interface.rb', line 18

def setup(config); end