//
pkg.gl
Category
github.com/chessnok/GoCalculator
orchestrator
http
server
package
0.0.0-20240422130359-8c0edb4999b1
Repository:
https://github.com/chessnok/gocalculator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
112 SLOC
#
Packages
handler
No description provided by the author
#
Functions
NewConfig
NewConfig creates a new configuration with the given orchestrator agentManager and returns it.
NewServer
NewServer creates a new server with the given configuration and returns a pointer to it.
#
Variables
ErrInvalidPort
ErrInvalidPort is returned when the port is invalid.
#
Structs
Config
Config is a struct that contains the configuration for the server.
Server
Server is a struct that contains an echo server and a configuration.