Documentation ¶
Index ¶
Constants ¶
View Source
const ( StoresServiceName = "STORES" CustomersServiceName = "CUSTOMERS" )
GRPC Service Names
View Source
const ( RegistryKey = "registry" DomainDispatcherKey = "domainDispatcher" DatabaseTransactionKey = "tx" MessagePublisherKey = "messagePublisher" MessageSubscriberKey = "messageSubscriber" EventPublisherKey = "eventPublisher" CommandPublisherKey = "commandPublisher" ReplyPublisherKey = "replyPublisher" SagaStoreKey = "sagaStore" InboxStoreKey = "inboxStore" ApplicationKey = "app" DomainEventHandlersKey = "domainEventHandlers" IntegrationEventHandlersKey = "integrationEventHandlers" CommandHandlersKey = "commandHandlers" ReplyHandlersKey = "replyHandlers" ShoppingListsRepoKey = "shoppingListRepo" StoresCacheRepoKey = "storesCacheRepo" ProductsCacheRepoKey = "productsCacheRepo" )
Dependency Injection Keys
View Source
const ( OutboxTableName = ServiceName + ".outbox" InboxTableName = ServiceName + ".inbox" EventsTableName = ServiceName + ".events" SnapshotsTableName = ServiceName + ".snapshots" SagasTableName = ServiceName + ".sagas" ShoppingListsTableName = ServiceName + ".shopping_lists" StoresCacheTableName = ServiceName + ".stores_cache" ProductsCacheTableName = ServiceName + ".products_cache" )
Repository Table Names
View Source
const ServiceName = "depot"
ServiceName The name of this module/service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.