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" SagaKey = "saga" OrchestratorKey = "orchestrator" )
Dependency Injection Keys
View Source
const ( OutboxTableName = ServiceName + ".outbox" InboxTableName = ServiceName + ".inbox" EventsTableName = ServiceName + ".events" SnapshotsTableName = ServiceName + ".snapshots" SagasTableName = ServiceName + ".sagas" )
Repository Table Names
View Source
const ServiceName = "cosec"
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.