Reduced number of exported identifiers
This commit is contained in:
parent
d1e052d352
commit
1dc158eb03
2 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue