forked from TrueCloudLab/frostfs-api-go
[#191] Recompile latest neofs-api repository
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
d704795dcc
commit
ef31dec43a
16 changed files with 32 additions and 24 deletions
1
go.mod
1
go.mod
|
@ -3,7 +3,6 @@ module github.com/nspcc-dev/neofs-api-go
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alecthomas/participle v0.6.0
|
|
||||||
github.com/golang/protobuf v1.4.3
|
github.com/golang/protobuf v1.4.3
|
||||||
github.com/google/uuid v1.1.1
|
github.com/google/uuid v1.1.1
|
||||||
github.com/mr-tron/base58 v1.1.2
|
github.com/mr-tron/base58 v1.1.2
|
||||||
|
|
3
go.sum
3
go.sum
|
@ -11,9 +11,6 @@ github.com/Workiva/go-datastructures v1.0.50/go.mod h1:Z+F2Rca0qCsVYDS8z7bAGm8f3
|
||||||
github.com/abiosoft/ishell v2.0.0+incompatible/go.mod h1:HQR9AqF2R3P4XXpMpI0NAzgHf/aS6+zVXRj14cVk9qg=
|
github.com/abiosoft/ishell v2.0.0+incompatible/go.mod h1:HQR9AqF2R3P4XXpMpI0NAzgHf/aS6+zVXRj14cVk9qg=
|
||||||
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db/go.mod h1:rB3B4rKii8V21ydCbIzH5hZiCQE7f5E9SzUb/ZZx530=
|
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db/go.mod h1:rB3B4rKii8V21ydCbIzH5hZiCQE7f5E9SzUb/ZZx530=
|
||||||
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
|
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
|
||||||
github.com/alecthomas/participle v0.6.0 h1:Pvo8XUCQKgIywVjz/+Ci3IsjGg+g/TdKkMcfgghKCEw=
|
|
||||||
github.com/alecthomas/participle v0.6.0/go.mod h1:HfdmEuwvr12HXQN44HPWXR0lHmVolVYe4dyL6lQ3duY=
|
|
||||||
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ=
|
|
||||||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||||
|
|
2
util/proto/test/test.pb.go
generated
2
util/proto/test/test.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: util/proto/test/test.proto
|
// source: util/proto/test/test.proto
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|
2
v2/accounting/grpc/service.pb.go
generated
2
v2/accounting/grpc/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/accounting/grpc/service.proto
|
// source: v2/accounting/grpc/service.proto
|
||||||
|
|
||||||
package accounting
|
package accounting
|
||||||
|
|
2
v2/accounting/grpc/types.pb.go
generated
2
v2/accounting/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/accounting/grpc/types.proto
|
// source: v2/accounting/grpc/types.proto
|
||||||
|
|
||||||
package accounting
|
package accounting
|
||||||
|
|
4
v2/acl/grpc/types.pb.go
generated
4
v2/acl/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/acl/grpc/types.proto
|
// source: v2/acl/grpc/types.proto
|
||||||
|
|
||||||
package acl
|
package acl
|
||||||
|
@ -539,6 +539,8 @@ func (x *BearerToken) GetSignature() *grpc.Signature {
|
||||||
//
|
//
|
||||||
// * $Object:version \
|
// * $Object:version \
|
||||||
// version
|
// version
|
||||||
|
// * $Object:objectID \
|
||||||
|
// object_id
|
||||||
// * $Object:containerID \
|
// * $Object:containerID \
|
||||||
// container_id
|
// container_id
|
||||||
// * $Object:ownerID \
|
// * $Object:ownerID \
|
||||||
|
|
2
v2/container/grpc/service.pb.go
generated
2
v2/container/grpc/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/container/grpc/service.proto
|
// source: v2/container/grpc/service.proto
|
||||||
|
|
||||||
package container
|
package container
|
||||||
|
|
2
v2/container/grpc/types.pb.go
generated
2
v2/container/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/container/grpc/types.proto
|
// source: v2/container/grpc/types.proto
|
||||||
|
|
||||||
package container
|
package container
|
||||||
|
|
2
v2/netmap/grpc/service.pb.go
generated
2
v2/netmap/grpc/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/netmap/grpc/service.proto
|
// source: v2/netmap/grpc/service.proto
|
||||||
|
|
||||||
package netmap
|
package netmap
|
||||||
|
|
2
v2/netmap/grpc/types.pb.go
generated
2
v2/netmap/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/netmap/grpc/types.proto
|
// source: v2/netmap/grpc/types.proto
|
||||||
|
|
||||||
package netmap
|
package netmap
|
||||||
|
|
20
v2/object/grpc/service.pb.go
generated
20
v2/object/grpc/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/object/grpc/service.proto
|
// source: v2/object/grpc/service.proto
|
||||||
|
|
||||||
package object
|
package object
|
||||||
|
@ -1875,6 +1875,8 @@ func (x *SearchRequest_Body) GetFilters() []*SearchRequest_Body_Filter {
|
||||||
//
|
//
|
||||||
// * $Object:version \
|
// * $Object:version \
|
||||||
// version
|
// version
|
||||||
|
// * $Object:objectID \
|
||||||
|
// object_id
|
||||||
// * $Object:containerID \
|
// * $Object:containerID \
|
||||||
// container_id
|
// container_id
|
||||||
// * $Object:ownerID \
|
// * $Object:ownerID \
|
||||||
|
@ -1896,11 +1898,17 @@ func (x *SearchRequest_Body) GetFilters() []*SearchRequest_Body_Filter {
|
||||||
// properties:
|
// properties:
|
||||||
//
|
//
|
||||||
// * $Object:ROOT \
|
// * $Object:ROOT \
|
||||||
// With the `value` set to `true` checks if an object is a top object in a
|
// Returns only `REGULAR` type objects that are not split or are the top
|
||||||
// split hierarchy. With other values returns non-root objects.
|
// level root objects in a split hierarchy. This includes objects not
|
||||||
// * $Object:LEAF \
|
// present physically, like large objects split into smaller objects
|
||||||
// With the `value` set to `true` checks if an object is a leaf in a split
|
// without separate top-level root object. Other type objects like
|
||||||
// hierarchy. With other values returns non-leaf objects.
|
// StorageGroups and Tombstones will not be shown. This filter may be
|
||||||
|
// useful for listing objects like `ls` command of some virtual file
|
||||||
|
// system. This filter is activated if the `key` exists, disregarding the
|
||||||
|
// value and matcher type.
|
||||||
|
// * $Object:PHY \
|
||||||
|
// Returns only objects physically stored in the system. This filter is
|
||||||
|
// activated if the `key` exists, disregarding the value and matcher type.
|
||||||
// * $Object:CHILDFREE \
|
// * $Object:CHILDFREE \
|
||||||
// With the `value` set to `true` checks if an object has empty
|
// With the `value` set to `true` checks if an object has empty
|
||||||
// children list in `Split` header. With other values returns
|
// children list in `Split` header. With other values returns
|
||||||
|
|
6
v2/object/grpc/types.pb.go
generated
6
v2/object/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/object/grpc/types.proto
|
// source: v2/object/grpc/types.proto
|
||||||
|
|
||||||
package object
|
package object
|
||||||
|
@ -27,7 +27,9 @@ const (
|
||||||
// of the legacy proto package is being used.
|
// of the legacy proto package is being used.
|
||||||
const _ = proto.ProtoPackageIsVersion4
|
const _ = proto.ProtoPackageIsVersion4
|
||||||
|
|
||||||
// Type of the object payload content.
|
// Type of the object payload content. Only `REGULAR` type objects can be split,
|
||||||
|
// hence `TOMBSTONE` and `STORAGEGROUP` payload is limited by maximal object
|
||||||
|
// size.
|
||||||
type ObjectType int32
|
type ObjectType int32
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
2
v2/refs/grpc/types.pb.go
generated
2
v2/refs/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/refs/grpc/types.proto
|
// source: v2/refs/grpc/types.proto
|
||||||
|
|
||||||
package refs
|
package refs
|
||||||
|
|
2
v2/session/grpc/service.pb.go
generated
2
v2/session/grpc/service.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/session/grpc/service.proto
|
// source: v2/session/grpc/service.proto
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
|
2
v2/session/grpc/types.pb.go
generated
2
v2/session/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/session/grpc/types.proto
|
// source: v2/session/grpc/types.proto
|
||||||
|
|
||||||
package session
|
package session
|
||||||
|
|
2
v2/storagegroup/grpc/types.pb.go
generated
2
v2/storagegroup/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.23.0
|
// protoc-gen-go v1.23.0
|
||||||
// protoc v3.11.4
|
// protoc v3.13.0
|
||||||
// source: v2/storagegroup/grpc/types.proto
|
// source: v2/storagegroup/grpc/types.proto
|
||||||
|
|
||||||
package storagegroup
|
package storagegroup
|
||||||
|
|
Loading…
Reference in a new issue