Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProviderProductionSet provides all handlers for production. ProviderProductionSet = wire.NewSet(ProvideAllProductionHandlers, repos, services, middleware, handlersSet) )
Functions ¶
func ProvideAllProductionHandlers ¶
func ProvideAllProductionHandlers(auth *authhandler.AuthHandler, user *userhandler.UserHandler, meetingProvider *meetingplatformhandler.MeetingPlatformHandler, healthHandler *healthhandler.HealthHandler, meetingHandler *meetinghandler.MeetingHandler, inviteHandler *invitehandler.InviteHandler) *[]handlers.Handler
ProvideAllProductionHandlers provides all the handlers that will be used in production.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.