mirror of https://github.com/hashicorp/consul
Rename session name to session ID
parent
12e46503f7
commit
55f1b4ac44
|
@ -36,9 +36,9 @@ type KVPair struct {
|
||||||
// base64 encoded upon transport.
|
// base64 encoded upon transport.
|
||||||
Value []byte
|
Value []byte
|
||||||
|
|
||||||
// Session is a string representing the name of the session. Any other
|
// Session is a string representing the ID of the session. Any othe
|
||||||
// interactions with this key over the same session must specify the same
|
// interactions with this key over the same session must specify the same
|
||||||
// session name.
|
// session ID.
|
||||||
Session string
|
Session string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue