[#107] proto/test: Regenerate *.pb.go
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
f0df5ae36a
commit
3c2fcb6869
1 changed files with 3 additions and 3 deletions
6
util/proto/test/custom/test_frostfs.pb.go
generated
6
util/proto/test/custom/test_frostfs.pb.go
generated
|
@ -18,9 +18,9 @@ import (
|
|||
type Primitives_SomeEnum int32
|
||||
|
||||
const (
|
||||
Primitives_UNKNOWN = 0
|
||||
Primitives_POSITIVE = 1
|
||||
Primitives_NEGATIVE = -1
|
||||
Primitives_UNKNOWN Primitives_SomeEnum = 0
|
||||
Primitives_POSITIVE Primitives_SomeEnum = 1
|
||||
Primitives_NEGATIVE Primitives_SomeEnum = -1
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue