Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerModule ¶
ConsumerModule
func NewConsumerModule ¶
func NewConsumerModule(config *config.Config, logger *logger.Logger) *ConsumerModule
type NotificationService ¶
type NotificationService interface { Start() Stop() }
NotificationService provides methods for starting and stopping a notification service.
type ServerModule ¶
type ServerModule struct {
NotificationService NotificationService
}
ServerModule provides access to the functionality of notification server module.
func NewServerModule ¶
NewServerModule is a construction function for ServerModule.
Click to show internal directories.
Click to hide internal directories.