Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleController ¶
type ExampleController struct {
// contains filtered or unexported fields
}
func NewExampleController ¶
func NewExampleController(t *service.TestService, s *service.ExampleService) *ExampleController
func (*ExampleController) Health ¶
func (c *ExampleController) Health(ctx *fiber.Ctx) error
Health godoc @Summary Show the status of server. @Router /health [get]
func (*ExampleController) Test ¶
func (c *ExampleController) Test(ctx *fiber.Ctx) error
type ExampleControllerDeps ¶
type ExampleControllerDeps struct {
Service *service.ExampleService
}
Click to show internal directories.
Click to hide internal directories.