fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Session objects to implement Orchestrator interface. #43

Closed softwareplumber closed 1 year ago

softwareplumber commented 1 year ago

Session objects should directly implement the Block/Status handler and Orchestrator interfaces. (at the moment access to the Orchestrator is provided via the Orchestrator method). This will simplify code somewhat and should enable us to simplify or drop the Connection objects.