Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerHTTP ¶
type ServerHTTP struct {
// contains filtered or unexported fields
}
func NewServerHTTP ¶
func NewServerHTTP(adminHandler *adminhandler.AdminHandler, categoryhandler *adminhandler.CategoryHandler, serviceHandler *adminhandler.ServiceHandler, regionHandler *adminhandler.RegionHandler, userManagementHandler *adminhandler.UserManagementHandler, ProviderAuthenticationHandler *providerhandler.AuthenticationHandler, profileHandler *providerhandler.ProfileHandler, workHandler *providerhandler.WorkHandler, notificationhandler *providerhandler.NotificationHandler, userAutheticationHandler *userhandler.AuthenticationHandler, userWorkHandler *userhandler.WorkHandler) *ServerHTTP
func (*ServerHTTP) Start ¶
func (s *ServerHTTP) Start()
Click to show internal directories.
Click to hide internal directories.