Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFailedToStopServer = errors.New("failed to stop the server")
Functions ¶
func HandleWithCode ¶
func HandleWithCode(handler interface{}, code int) gin.HandlerFunc
func Handler ¶
func Handler(handler interface{}) gin.HandlerFunc
Types ¶
type Option ¶
func WithMiddleware ¶
func WithMiddleware(middleware ...gin.HandlerFunc) Option
Click to show internal directories.
Click to hide internal directories.