package
1.4.1
Repository: https://github.com/madkins23/gin-utils.git
Documentation: pkg.go.dev

# Functions

Adapt wraps a gin.HandlerFunc around an http.Handler.
AdaptFunc wraps a gin.HandlerFunc around an http.HandlerFunc.
ErrorResult returns a basic error result object as a convenience.
Exit returns a handler function that will interrupt the current process via SIGINT.
JSONResult returns a JSON message representing the specified object.
Link returns an HTML page with a short list of links to useful(?) server URLs.
Links returns an HTML page with a short list of links to useful server URLs.
NewWrapped returns a new wrapped handler.
Ping returns a simple JSON object containing the message "pong".

# Constants

LinkTableStyleSheet is the default style sheet for use in Links().

# Structs

LinkDef defines a link for use in the Links() function.
Options that can be specified to the Wrapper.
Wrapper composed of a CanServe instance and Options.

# Interfaces

CanServe is the base handler that will be wrapped and served.