Core API 參考
boring.core
Core Module for Boring V4.0 (DEPRECATED Compatibility Layer)
⚠️ DEPRECATION NOTICE: This module is deprecated and will be removed in a future release. Please import directly from the appropriate modules:
- from .circuit import should_halt_execution, reset_circuit_breaker, ...
- from .logger import log_status, update_status, get_log_tail
- from .limiter import can_make_call, increment_call_counter, ...
__getattr__(name)
Lazy re-export with deprecation warning.