//
pkg.gl
Category
github.com/gilcrest/diygoapi
server
package
0.53.0
Repository:
https://github.com/gilcrest/diygoapi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
1k SLOC
#
Packages
driver
Package driver defines an interface for custom HTTP listeners.
#
Functions
New
New initializes a new Server and registers routes to the given router.
NewDriver
NewDriver creates a Driver enfolding a http.Server with default timeouts.
#
Structs
Driver
Driver implements the driver.Server interface.
Server
Server represents an HTTP server.
Services
Services are used by the application service handlers.