etcd/etcdserver/api
Anthony Romano 3ce31acda4 v3client: wrap watch ctxs with blank ctx
Printing the values in ctx.String() will data race if the value
is mutable and doesn't implement String(), which seems to be common.
Instead, just return a fixed string instead of computing it; v3client
watches don't need as much flexibility for creating separate strings,
so separate ctx strings probably aren't necessary at this point.

Fixes #7811
2017-04-25 15:03:06 -07:00
..
v2http v2http: remove deprecated /v2/machines path 2017-04-22 03:11:21 -07:00
v3client v3client: wrap watch ctxs with blank ctx 2017-04-25 15:03:06 -07:00
v3election *: put gateway stubs into their own packages 2017-04-19 13:09:06 -07:00
v3lock *: put gateway stubs into their own packages 2017-04-19 13:09:06 -07:00
v3rpc Merge pull request #7734 from mitake/status-auth 2017-04-13 15:53:33 -07:00
capability.go api: default to V3 capability 2017-03-02 14:02:09 -08:00
cluster.go etcdserver: update LICENSE header 2016-05-12 20:49:40 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00