package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

Graceful sets up graceful handling of context done, typically for an HTTP server.

# Structs

No description provided by the author

# Type aliases

ShutdownFunc is the type of the function invoked by Graceful to shutdown the server.
StartFunc is the type of the function invoked by Graceful to start the server.