Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2017 Changes in this version + var ErrNoServerAvailable = errors.New("no server available") + type Config struct + Addresses []string + WatcherTickTime time.Duration + type Instance struct + func New(config Config) *Instance + func (client *Instance) GET() (statusCode int, body []byte, err error) + func (client *Instance) GetJSON(v interface{}) (statusCode int, err error) + func (client *Instance) Handler() func(*gramework.Context) error + func (client *Instance) WSHandler() func(*gramework.Context) error