Documentation ¶
Overview ¶
Package handlers manages the different versions of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIMux ¶
func APIMux(cfg APIMuxConfig) *mux.Router
APIMux constructs a http.Handler with all application routes defined.
Types ¶
type APIMuxConfig ¶
APIMuxConfig contains all the mandatory systems required by handlers.
func NewAPIMuxConfig ¶
func NewAPIMuxConfig(logger *slog.Logger, msgCfg *message.Config) APIMuxConfig
NewAPIMuxConfig constructs a new mux config.
Directories ¶
Path | Synopsis |
---|---|
Package v1 contains the full set of handler functions and routes supported by the v1 web api.
|
Package v1 contains the full set of handler functions and routes supported by the v1 web api. |
eventgrp
Package eventgrp maintains the group of handlers for domibus webhook.
|
Package eventgrp maintains the group of handlers for domibus webhook. |
healthgrp
Package healthgrp provides readiness and liveness check functions for system health monitoring.
|
Package healthgrp provides readiness and liveness check functions for system health monitoring. |
Click to show internal directories.
Click to hide internal directories.