package
0.0.0-20191203064337-324554cfd9e1
Repository: https://github.com/sumukha-pk/basic-golang-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

StartProxy is used to start a single proxy server.

# Variables

ProxyServer is the server datatype.

# Structs

AddServerReq is the incoming request for adding a server to the proxy.
AddServerRes is the response for /addServer request.
Server holds the data about a proxy server.
SyncMap is a custom sync map.