Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
CheckHealth(w http.ResponseWriter, r *http.Request) (rest.ResponseHolder[operation.ResponseDto], error)
}
func NewHandler ¶
func NewHandler() Handler
Click to show internal directories.
Click to hide internal directories.