Open 8e8b2c opened 3 months ago
In the following commit I inadvertently removed an interface that was being used by nor-backend's document publisher:
https://github.com/holochain-open-dev/holoom/commit/9ecf37f22a22979bac2aa5e1b7e08b3646065c5f#diff-96fcb355ac41cefcf5fafeffa68461e84e343aa321bc505da4098d050138ace0L57
The code should be organised to better reflect which function signatures are public facing, and therefore likely to have dependants.
This pattern does something to make public facing interfaces more explicit: https://github.com/holochain-open-dev/holoom/pull/98
In the following commit I inadvertently removed an interface that was being used by nor-backend's document publisher:
https://github.com/holochain-open-dev/holoom/commit/9ecf37f22a22979bac2aa5e1b7e08b3646065c5f#diff-96fcb355ac41cefcf5fafeffa68461e84e343aa321bc505da4098d050138ace0L57
The code should be organised to better reflect which function signatures are public facing, and therefore likely to have dependants.