Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebServer ¶
func NewWebServer() *webServer
NewWebServer creates a new wrapper for the echo framework.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
The main user handler.
func NewUserController ¶
func NewUserController(service domain.UserService) *UserController
NewUserController creates a new user controller
func (*UserController) Apply ¶
func (uc *UserController) Apply(ws *webServer)
Apply adds all the necessary handlers to the main web server instance.
Click to show internal directories.
Click to hide internal directories.