1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00
anytype-heart/docs/Architecture.md
2023-08-14 14:38:26 +02:00

379 B

Architecture

Services/components

Bootstrapping

If you need your component to be visible to other components, you need to register it in Service Locator's registry. To do it go to Bootstrap function in core/anytype/bootstrap.go and Register it

Dependency injection

We use our own implementation of Service Locator pattern: github.com/anyproto/any-sync/app.