Documentation ¶
Overview ¶
Package usernotifications provides a series of HTTP handlers for managing user notifications in a compatible database.
Index ¶
Constants ¶
View Source
const (
// UserNotificationIDURIParamKey is a standard string that we'll use to refer to user notification IDs with.
UserNotificationIDURIParamKey = "userNotificationID"
)
Variables ¶
View Source
var Providers = wire.NewSet( ProvideService, )
Providers are our collection of what we provide to other services.
Functions ¶
func ProvideService ¶
func ProvideService( _ context.Context, logger logging.Logger, cfg *Config, encoder encoding.ServerEncoderDecoder, routeParamManager routing.RouteParamManager, publisherProvider messagequeue.PublisherProvider, tracerProvider tracing.TracerProvider, userNotificationDataManager types.UserNotificationDataManager, ) (types.UserNotificationDataService, error)
ProvideService builds a new UserNotificationsService.
Types ¶
Click to show internal directories.
Click to hide internal directories.