forked from TrueCloudLab/frostfs-api-go
[#107] proto/test: Regenerate *.pb.go
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
c1b5f46f98
commit
61f6f0f4a2
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…
Reference in a new issue