Skip to content

add a :xest_connector app to simplify dependencies ? #9

@asmodehn

Description

@asmodehn

The goal is to put there all utilities (like the proxy clock, behaviours?, protocols? ) that a connector can use.

We want to avoid multiple complex two ways dependency :xest_* <-> :xest , so we (probably) need an extra :xest_connector app to have a dependency flow like so: :xest -> :xest_connector -> :xest_* -> :xest

This way connector will only need to depend on :xest_connector, and we can manage complex dependencies graph only between :xest_connector and :xest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions