# Packages
Package svcinstance provides a pool to keep track of the health status of service instances.
# Constants
DefaultExpireInterval is the default for ExpireInterval.
DefaultExpireStart is the the default for ExpireStart.
ErrPoolClosed is the error returned when operations on a closed pool are executed.
MaxFailCount is the maximum fail count for a health info.
MinFailCount selects a pool entry with the minimum fail count.
# Structs
ExpireOptions define the expiration behavior.
Pool holds entries and their health.
PoolOptions define the behavior of the pool.
# Interfaces
Info keeps track of the fails for a key.