You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,11 +33,11 @@ This project follows a modular structure based on python packages.
23
33
24
34
The core packages provide the base implementation of the framework.
25
35
26
-
*[minos-microservice-aggregate](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-aggregate): The implementation of the Aggregate pattern.
27
-
*[minos-microservice-common](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-common): The implementation of common classes and utilities to be used by another packages.
28
-
*[minos-microservice-cqrs](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-cqrs): The implementation of the CQRS pattern.
29
-
*[minos-microservice-networks](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-networks): The implementation of the rest server, the broker client, the discovery connector, etc.
30
-
*[minos-microservice-saga](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-saga): The implementation of the SAGA pattern.
36
+
*[minos-microservice-aggregate](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-aggregate): The Aggregate pattern implementation.
37
+
*[minos-microservice-common](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-common): The common core.
38
+
*[minos-microservice-cqrs](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-cqrs): The CQRS pattern implementation.
39
+
*[minos-microservice-networks](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-networks): The networks core.
40
+
*[minos-microservice-saga](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-saga): The SAGA pattern implementation.
0 commit comments