mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
379 B
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
.