package
0.0.0-20160216000557-6b724900cd03
Repository: https://github.com/strava/go.serversets.git
Documentation: pkg.go.dev

# README

go.serversets/fixedset Build Status Godoc Reference

Fixed set, i.e. severset without the zookeeper. This package implements a stub for Watch where endpoints are set manually vs. via zookeeper. This is useful for testing or to take advantage of the load balancing packages without the discovery part.

# Functions

New creates a new FixedSet with the given endpoints.

# Structs

FixedSet can be used as a fixed set of endpoints for testing or to use the load balancing functions without zookeeper.