Documentation
¶
Overview ¶
Package ports defines the inbound and outbound contracts for the notification feature. Keeping interfaces in a dedicated package lets both local and remote compositions depend on the same contract without importing implementation details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceKey = modulex.NewKey[Service]("notification.Service")
ServiceKey is the typed registry key for Service. Keeping the key with the port lets consumers depend only on the contract package rather than the full notification module.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.