//
pkg.gl
Category
github.com/DariSorokina/go-first-sprint
internal
server
package
0.0.0-20241003173054-2604c7f51879
Repository:
https://github.com/darisorokina/go-first-sprint.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
2
Files
317 SLOC
#
Functions
NewServer
NewServer creates a new Server instance with the provided application, configuration flags, and logger.
Run
Run starts the server and listens for incoming HTTP requests on the specified address.
#
Structs
Server
Server represents a server component that handles HTTP requests and responses.