Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type HttpHandler struct { R fiber.Router Log *zap.Logger Storage storage.Port DB *gorm.DB Config *viper.Viper }
HttpHandler handler that use HTTP in the delivery layer.
func (*HttpHandler) SetupRouter ¶
func (h *HttpHandler) SetupRouter()
SetupRouter init all HTTP endpoints and their dependencies.
Click to show internal directories.
Click to hide internal directories.