forked from TrueCloudLab/frostfs-api-go
[#298] pkg/session: Remove redundant slashes from SetSessionKey docs
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
1f7f7f548e
commit
7968c4994a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (t *Token) SessionKey() []byte {
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetSessionKey sets public key of the session
|
// SetSessionKey sets public key of the session
|
||||||
// // in a binary format.
|
// in a binary format.
|
||||||
func (t *Token) SetSessionKey(v []byte) {
|
func (t *Token) SetSessionKey(v []byte) {
|
||||||
t.setBodyField(func(body *session.SessionTokenBody) {
|
t.setBodyField(func(body *session.SessionTokenBody) {
|
||||||
body.SetSessionKey(v)
|
body.SetSessionKey(v)
|
||||||
|
|
Loading…
Reference in a new issue