[go: up one dir, main page]

Module targets

Module targets 

Source
Expand description

Target registry and adapter trait. Each provider implements TargetAdapter, and this module dispatches based on CLI-selected target.

Structs§

PushOptions

Enums§

Target
Supported remote targets (feature-gated).
TargetWrapper
Concrete wrapper to erase target-specific types while dispatching calls.

Traits§

TargetAdapter
Common interface every target must implement. Defaults are conservative: unsupported operations return errors unless overridden.

Functions§

get