Reduced number of exported identifiers

This commit is contained in:
2024-03-22 15:18:54 +01:00
parent ef6dd6885e
commit d85c5fc1de
2 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ type server struct {
handlers []Handler
router router.Router[Handler]
errorHandler func(Context, error)
config Configuration
config config
}
// NewServer creates a new HTTP server.