Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigReader ¶
type ConfigReader struct {
ConfigPath string
}
func NewConfigReader ¶
func NewConfigReader(configPath string) *ConfigReader
func (*ConfigReader) ReadConfig ¶
func (c *ConfigReader) ReadConfig() ([]string, error)
type RoundRobinServer ¶
func NewRoundRobinServer ¶
func NewRoundRobinServer(address string) (*RoundRobinServer, error)
func (*RoundRobinServer) StartServer ¶
func (rrs *RoundRobinServer) StartServer() error
Click to show internal directories.
Click to hide internal directories.