Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HealthCheck ¶
Types ¶
type Config ¶
type Config struct { Port string `json:"port"` HealthCheckInterval string `json:"healthCheckInterval"` Servers []string `json:"servers"` }
func LoadConfig ¶
type LoadBalancer ¶
func (*LoadBalancer) GetNextServer ¶
func (lb *LoadBalancer) GetNextServer(servers []*Server) *Server
Click to show internal directories.
Click to hide internal directories.