Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
EntryPoint string `description:"EntryPoint" json:"entryPoint,omitempty" toml:"entryPoint,omitempty" yaml:"entryPoint,omitempty" export:"true"`
ManualRouting bool `` /* 135-byte string literal not displayed */
TerminatingStatusCode int `` /* 168-byte string literal not displayed */
// contains filtered or unexported fields
}
Handler expose ping routes.
func (*Handler) ServeHTTP ¶
func (h *Handler) ServeHTTP(response http.ResponseWriter, request *http.Request)
func (*Handler) WithContext ¶
WithContext causes the ping endpoint to serve non 200 responses.
Click to show internal directories.
Click to hide internal directories.