From 8fdc6b154e97dc88814da3beaeb87e97e83565e8 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 28 Jan 2015 16:14:17 -0800 Subject: [PATCH] client: document PrevExistType --- client/keys.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/keys.go b/client/keys.go index 488b037a7..668ff029d 100644 --- a/client/keys.go +++ b/client/keys.go @@ -27,6 +27,8 @@ import ( "github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context" ) +// PrevExistType is used to define an existence condition when setting +// or deleting Nodes. type PrevExistType string const (