Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartRestServer ¶
func StartRestServer(us service.UserService, ucs service.UserConfigService)
Types ¶
type Routes ¶
type Routes interface {
MountRoutes() *chi.Mux
}
func NewRoutes ¶
func NewRoutes(uc handler.UserHandler, uch handler.UserConfigHandler, auh handler.AdminUserHandler, as service.AuthService) Routes
Click to show internal directories.
Click to hide internal directories.