Skip to main content

resolve_source

Function resolve_source 

Source
pub fn resolve_source(
    kind: SourceKind,
    override_socket: Option<PathBuf>,
) -> Result<SourceConfig>
Expand description

Resolves a supported migration source into a concrete socket path.

ยงErrors

Returns an error when the selected source socket does not exist.