Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New( httpConfig config.HTTPConfig, corsConfig config.CORSConfig, useCases interfaces.UseCases, logger *slog.Logger, ) *Controller
func (*Controller) Stop ¶
func (controller *Controller) Stop()
Stop http server gracefully (graceful shutdown).
Click to show internal directories.
Click to hide internal directories.