forked from TrueCloudLab/frostfs-node
[#1388] sessionSvc: Add nolint annotations
Used as map key. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
d1d6e3471c
commit
bdd57c8b6b
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type key struct {
|
type key struct {
|
||||||
|
// nolint:unused
|
||||||
tokenID string
|
tokenID string
|
||||||
|
// nolint:unused
|
||||||
ownerID string
|
ownerID string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue