//
pkg.gl
Category
github.com/PacktPublishing/Test-Driven-Development-in-Go
chapter08
handlers
package
1.0.0
Repository:
https://github.com/packtpublishing/test-driven-development-in-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
218 SLOC
#
Functions
ConfigureServer
ConfigureServer configures the routes of this server and binds handler functions to them.
NewHandler
NewHandler initialises a new handler, given dependencies.
#
Structs
Handler
Handler contains the handler and all its dependencies.
Response
Response contains all the response types of our handlers.