Skip to main content

Crate origin_connector

Crate origin_connector 

Source
Expand description

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).

Structs§

AccountIdentity
Who a set of credentials belongs to.
ConnectorDescriptor
What a connector is.
ConnectorRegistry
The connectors an application was built with.

Enums§

AuthKind
How a connector authenticates.

Traits§

Connector
An integration with one external service.