//! The connector contract (ADR-0006).
//!
//! A connector declares *what* it is and how to reach it. The platform decides *when*
//! to talk to it. It is deliberately small: scheduling and sync targets arrive in
//! Phase 3, once there is a second connector to validate the shape against (ADR-0009).
pub use ;
pub use ConnectorRegistry;
use async_trait;
use ;
use Debug;
/// An integration with one external service.