This commit is contained in:
Seth Vargo 2016-09-26 16:06:44 -07:00
parent 70fd7efde9
commit b8d055dcad
No known key found for this signature in database
GPG key ID: 905A90C2949E8787

View file

@ -36,7 +36,7 @@ type KVPair struct {
// base64 encoded upon transport.
Value []byte
// Session is a string representing the ID of the session. Any othe
// Session is a string representing the ID of the session. Any other
// interactions with this key over the same session must specify the same
// session ID.
Session string