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" OrdersRepoKey = "ordersRepo" CustomersRepoKey = "customersRepo" StoresRepoKey = "storesRepo" ProductsRepoKey = "productsRepo" )
Dependency Injection Keys
View Source
const ( OutboxTableName = ServiceName + ".outbox" InboxTableName = ServiceName + ".inbox" EventsTableName = ServiceName + ".events" SnapshotsTableName = ServiceName + ".snapshots" SagasTableName = ServiceName + ".sagas" OrdersTableName = ServiceName + ".orders" CustomersCacheTableName = ServiceName + ".customers_cache" StoresCacheTableName = ServiceName + ".stores_cache" ProductsCacheTableName = ServiceName + ".products_cache" )
Repository Table Names
View Source
const ServiceName = "search"
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.