forked from TrueCloudLab/frostfs-node
[#1388] ir: Annotate cmode as nolint
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
a2ab6d4942
commit
29e4cf7ba1
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ type (
|
|||
// to the application.
|
||||
runners []func(chan<- error) error
|
||||
|
||||
// cmode used for upgrade scenario.
|
||||
// nolint:unused
|
||||
cmode *atomic.Bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue