diff --git a/CHANGELOG.md b/CHANGELOG.md index f2717079..02254ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog This is the changelog for NeoFS API +## [0.5.0] - 2020-03-31 + +### Changed +- Rename repo to `neofs-api-go` +- Used public proto files + ## [0.4.2] - 2020-03-16 ### Fixed @@ -189,24 +195,25 @@ associated with owner id Initial public release -[0.2.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.1.0...v0.2.0 -[0.2.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.0...v0.2.1 -[0.2.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.1...v0.2.2 -[0.2.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.2...v0.2.3 -[0.2.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.3...v0.2.4 -[0.2.5]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.4...v0.2.5 -[0.2.6]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.5...v0.2.6 -[0.2.7]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.6...v0.2.7 -[0.2.8]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.7...v0.2.8 -[0.2.9]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.8...v0.2.9 -[0.2.10]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.9...v0.2.10 -[0.2.11]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.10...v0.2.11 -[0.2.12]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.11...v0.2.12 -[0.2.13]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.12...v0.2.13 -[0.2.14]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.13...v0.2.14 -[0.3.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.2.14...v0.3.0 -[0.3.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.0...v0.3.1 -[0.3.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.1...v0.3.2 -[0.4.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.2...v0.4.0 -[0.4.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.4.0...v0.4.1 -[0.4.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.4.1...v0.4.2 +[0.2.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.1.0...v0.2.0 +[0.2.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.0...v0.2.1 +[0.2.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.1...v0.2.2 +[0.2.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.2...v0.2.3 +[0.2.4]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.3...v0.2.4 +[0.2.5]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.4...v0.2.5 +[0.2.6]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.5...v0.2.6 +[0.2.7]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.6...v0.2.7 +[0.2.8]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.7...v0.2.8 +[0.2.9]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.8...v0.2.9 +[0.2.10]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.9...v0.2.10 +[0.2.11]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.10...v0.2.11 +[0.2.12]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.11...v0.2.12 +[0.2.13]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.12...v0.2.13 +[0.2.14]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.13...v0.2.14 +[0.3.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.2.14...v0.3.0 +[0.3.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.3.0...v0.3.1 +[0.3.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.3.1...v0.3.2 +[0.4.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.3.2...v0.4.0 +[0.4.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.0...v0.4.1 +[0.4.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.1...v0.4.2 +[0.5.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.2...v0.5.0 diff --git a/Makefile b/Makefile index a20243e6..84583ff9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PROTO_VERSION=master -PROTO_URL=https://bitbucket.org/nspcc-dev/neofs-proto/get/$(PROTO_VERSION).tar.gz +PROTO_VERSION=v0.5.0 +PROTO_URL=https://github.com/nspcc-dev/neofs-api/archive/$(PROTO_VERSION).tar.gz B=\033[0;1m G=\033[0;92m diff --git a/README.md b/README.md index 1320e72e..8820d58d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # NeoFS API -![Go](https://github.com/nspcc-dev/neofs-api/workflows/Go/badge.svg) -[![codecov](https://codecov.io/gh/nspcc-dev/neofs-api/branch/master/graph/badge.svg)](https://codecov.io/gh/nspcc-dev/neofs-api) -[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/neofs-api)](https://goreportcard.com/report/github.com/nspcc-dev/neofs-api) -[![GitHub release](https://img.shields.io/github/release/nspcc-dev/neofs-api.svg)](https://github.com/nspcc-dev/neofs-api) +![Go](https://github.com/nspcc-dev/neofs-api-go/workflows/Go/badge.svg) +[![codecov](https://codecov.io/gh/nspcc-dev/neofs-api-go/branch/master/graph/badge.svg)](https://codecov.io/gh/nspcc-dev/neofs-api-go) +[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/neofs-api-go)](https://goreportcard.com/report/github.com/nspcc-dev/neofs-api-go) +[![GitHub release](https://img.shields.io/github/release/nspcc-dev/neofs-api.svg)](https://github.com/nspcc-dev/neofs-api-go) ![GitHub license](https://img.shields.io/github/license/nspcc-dev/neofs-api.svg?style=popout) --- diff --git a/accounting/service.go b/accounting/service.go index 5f8f889a..229707fc 100644 --- a/accounting/service.go +++ b/accounting/service.go @@ -1,9 +1,9 @@ package accounting import ( - "github.com/nspcc-dev/neofs-api/decimal" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/decimal" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" ) type ( diff --git a/accounting/service.pb.go b/accounting/service.pb.go index 5b485cea..8dd146b3 100644 --- a/accounting/service.pb.go +++ b/accounting/service.pb.go @@ -8,8 +8,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - decimal "github.com/nspcc-dev/neofs-api/decimal" - service "github.com/nspcc-dev/neofs-api/service" + decimal "github.com/nspcc-dev/neofs-api-go/decimal" + service "github.com/nspcc-dev/neofs-api-go/service" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -132,32 +132,32 @@ func init() { func init() { proto.RegisterFile("accounting/service.proto", fileDescriptor_7f9514b8f1d4c7fe) } var fileDescriptor_7f9514b8f1d4c7fe = []byte{ - // 396 bytes of a gzipped FileDescriptorProto + // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x51, 0xcd, 0x8e, 0xd3, 0x30, - 0x18, 0x5c, 0x2f, 0x68, 0x17, 0xb9, 0x2b, 0x16, 0x99, 0x05, 0x45, 0x41, 0x4a, 0xab, 0x9e, 0xba, - 0x48, 0x75, 0xa4, 0x70, 0x80, 0x6b, 0xa3, 0x0a, 0xb1, 0x12, 0x3f, 0xab, 0x20, 0xed, 0x81, 0x9b, - 0xe3, 0x7e, 0x0d, 0x16, 0x5b, 0x3b, 0xc4, 0x4e, 0x50, 0xdf, 0x84, 0x67, 0xe0, 0x15, 0x78, 0x81, - 0x1e, 0x7b, 0x44, 0x1c, 0x2a, 0x14, 0x5e, 0x04, 0xd5, 0x71, 0x9a, 0x16, 0x38, 0xd9, 0x9e, 0xf9, - 0x66, 0x3c, 0x1e, 0x63, 0x8f, 0x71, 0xae, 0x4a, 0x69, 0x84, 0xcc, 0x42, 0x0d, 0x45, 0x25, 0x38, - 0xd0, 0xbc, 0x50, 0x46, 0x11, 0xdc, 0x31, 0x3e, 0x71, 0x54, 0xb8, 0x00, 0xc3, 0x1a, 0xde, 0xbf, - 0x68, 0xb1, 0x0a, 0x0a, 0x31, 0x5f, 0x3a, 0xf4, 0xd1, 0x0c, 0xb8, 0x58, 0xb0, 0xdb, 0xd0, 0xad, - 0x0e, 0x7e, 0xbc, 0x77, 0x8d, 0x59, 0xe6, 0xa0, 0x1d, 0x3e, 0xce, 0x84, 0xf9, 0x58, 0xa6, 0x94, - 0xab, 0x45, 0x98, 0xa9, 0x4c, 0x85, 0x16, 0x4e, 0xcb, 0xb9, 0x3d, 0xd9, 0x83, 0xdd, 0x35, 0xe3, - 0xc3, 0xef, 0x08, 0xdf, 0x8f, 0xd9, 0x2d, 0x93, 0x1c, 0x12, 0xf8, 0x5c, 0x82, 0x36, 0xe4, 0x12, - 0x9f, 0xbe, 0xfb, 0x22, 0xa1, 0xb8, 0x9a, 0x7a, 0x68, 0x80, 0x46, 0x67, 0xf1, 0xf9, 0x6a, 0xd3, - 0x3f, 0xfa, 0xb9, 0xe9, 0xb7, 0x70, 0xd2, 0x6e, 0xc8, 0x0b, 0x7c, 0xf7, 0x0d, 0x18, 0xe6, 0xa5, - 0x03, 0x34, 0xea, 0x45, 0x3e, 0x6d, 0xdf, 0xeb, 0xac, 0xb6, 0xdc, 0x2b, 0x60, 0x33, 0x28, 0xe2, - 0x7b, 0x5b, 0x8f, 0xf5, 0xa6, 0x8f, 0x12, 0xab, 0x20, 0x53, 0x7c, 0x72, 0x63, 0x5f, 0xe9, 0x71, - 0xab, 0x1d, 0xfe, 0xad, 0xb5, 0xac, 0xe0, 0xcc, 0x08, 0x25, 0xff, 0xf1, 0x70, 0xda, 0x61, 0x85, - 0xcf, 0x77, 0xe1, 0x75, 0xae, 0xa4, 0x06, 0xf2, 0x14, 0x9f, 0x3a, 0xc8, 0xa6, 0xef, 0x45, 0x0f, - 0x68, 0x5b, 0xdc, 0xb4, 0x59, 0x93, 0x76, 0x80, 0x3c, 0xc7, 0x67, 0xaf, 0x15, 0xff, 0x34, 0x69, - 0x9a, 0xd4, 0xde, 0xf1, 0xe0, 0xce, 0xa8, 0x17, 0x3d, 0xa4, 0x5d, 0xb5, 0xd4, 0x71, 0xc9, 0xc1, - 0x60, 0x74, 0x8d, 0xf1, 0x64, 0x37, 0x43, 0xe2, 0xdd, 0x95, 0xc4, 0xdf, 0xd7, 0x1e, 0xf6, 0xea, - 0x3f, 0xf9, 0x2f, 0xd7, 0xc4, 0x8e, 0x6f, 0x56, 0x75, 0x80, 0xd6, 0x75, 0x80, 0x7e, 0xd4, 0x01, - 0xfa, 0x55, 0x07, 0xe8, 0xeb, 0xef, 0xe0, 0xe8, 0xc3, 0xe5, 0xde, 0x67, 0x4a, 0x9d, 0x73, 0x3e, - 0x9e, 0x41, 0x15, 0x4a, 0x50, 0x73, 0x3d, 0x66, 0xb9, 0x08, 0x3b, 0xc3, 0x6f, 0xc7, 0x17, 0x6f, - 0x41, 0xbd, 0x7c, 0x4f, 0x27, 0xd7, 0x57, 0xb4, 0xcb, 0x96, 0x9e, 0xd8, 0x6f, 0x7e, 0xf6, 0x27, - 0x00, 0x00, 0xff, 0xff, 0x21, 0xfc, 0xc3, 0x0b, 0x96, 0x02, 0x00, 0x00, + 0x18, 0x5c, 0x2f, 0x68, 0x17, 0xb9, 0x2b, 0x16, 0x99, 0x05, 0x45, 0x41, 0x4a, 0xab, 0x9e, 0x0a, + 0x22, 0x8e, 0x14, 0x0e, 0x70, 0x6d, 0x54, 0x21, 0x56, 0xe2, 0x67, 0x15, 0x24, 0x24, 0xb8, 0x39, + 0xee, 0xd7, 0x60, 0xb1, 0xb5, 0x43, 0xec, 0x04, 0xed, 0x9b, 0xf0, 0x0c, 0xbc, 0x02, 0x2f, 0xb0, + 0xc7, 0x1e, 0x11, 0x87, 0x0a, 0x85, 0x17, 0x41, 0x75, 0x9c, 0xa6, 0x05, 0x4e, 0xb6, 0x67, 0xbe, + 0x19, 0x8f, 0xc7, 0xd8, 0x63, 0x9c, 0xab, 0x4a, 0x1a, 0x21, 0xf3, 0x48, 0x43, 0x59, 0x0b, 0x0e, + 0xb4, 0x28, 0x95, 0x51, 0x04, 0xf7, 0x8c, 0x4f, 0x1c, 0x15, 0x2d, 0xc1, 0xb0, 0x96, 0xf7, 0xcf, + 0x3a, 0xac, 0x86, 0x52, 0x2c, 0xae, 0x1c, 0x7a, 0x6f, 0x0e, 0x5c, 0x2c, 0xd9, 0x65, 0xe4, 0x56, + 0x07, 0xdf, 0xdf, 0xb9, 0xc6, 0x5c, 0x15, 0xa0, 0x1d, 0x1e, 0xe6, 0xc2, 0x7c, 0xac, 0x32, 0xca, + 0xd5, 0x32, 0xca, 0x55, 0xae, 0x22, 0x0b, 0x67, 0xd5, 0xc2, 0x9e, 0xec, 0xc1, 0xee, 0xda, 0xf1, + 0xf1, 0x77, 0x84, 0x6f, 0x27, 0xec, 0x92, 0x49, 0x0e, 0x29, 0x7c, 0xae, 0x40, 0x1b, 0xf2, 0x10, + 0x1f, 0xbf, 0xf9, 0x22, 0xa1, 0x3c, 0x9f, 0x79, 0x68, 0x84, 0x26, 0x27, 0xc9, 0xe9, 0xf5, 0x7a, + 0x78, 0xf0, 0x73, 0x3d, 0xec, 0xe0, 0xb4, 0xdb, 0x90, 0x67, 0xf8, 0xe6, 0x2b, 0x30, 0xcc, 0xcb, + 0x46, 0x68, 0x32, 0x88, 0x7d, 0xda, 0xbd, 0xd7, 0x59, 0x6d, 0xb8, 0x17, 0xc0, 0xe6, 0x50, 0x26, + 0xb7, 0x36, 0x1e, 0xab, 0xf5, 0x10, 0xa5, 0x56, 0x41, 0x66, 0xf8, 0xe8, 0x9d, 0x7d, 0xa5, 0xc7, + 0xad, 0x76, 0xfc, 0xb7, 0xd6, 0xb2, 0x82, 0x33, 0x23, 0x94, 0xfc, 0xc7, 0xc3, 0x69, 0xc7, 0x35, + 0x3e, 0xdd, 0x86, 0xd7, 0x85, 0x92, 0x1a, 0xc8, 0x23, 0x7c, 0xec, 0x20, 0x9b, 0x7e, 0x10, 0xdf, + 0xa1, 0x5d, 0x71, 0xb3, 0x76, 0x4d, 0xbb, 0x01, 0xf2, 0x14, 0x9f, 0xbc, 0x54, 0xfc, 0xd3, 0xb4, + 0x6d, 0x52, 0x7b, 0x87, 0xa3, 0x1b, 0x93, 0x41, 0x7c, 0x97, 0xf6, 0xd5, 0x52, 0xc7, 0xa5, 0x7b, + 0x83, 0xf1, 0x05, 0xc6, 0xd3, 0xed, 0x0c, 0x49, 0xb6, 0x57, 0x12, 0x7f, 0x57, 0xbb, 0xdf, 0xab, + 0xff, 0xe0, 0xbf, 0x5c, 0x1b, 0x3b, 0x79, 0x7f, 0xdd, 0x04, 0x68, 0xd5, 0x04, 0xe8, 0x47, 0x13, + 0xa0, 0x5f, 0x4d, 0x80, 0xbe, 0xfe, 0x0e, 0x0e, 0x3e, 0x3c, 0xde, 0xf9, 0x4c, 0xa9, 0x0b, 0xce, + 0xc3, 0x39, 0xd4, 0x91, 0x04, 0xb5, 0xd0, 0x21, 0x2b, 0x44, 0x98, 0xab, 0xa8, 0xf7, 0xfc, 0x76, + 0x78, 0xf6, 0x1a, 0xd4, 0xf3, 0xb7, 0x74, 0x7a, 0x71, 0x4e, 0xfb, 0x78, 0xd9, 0x91, 0xfd, 0xe9, + 0x27, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x81, 0x29, 0x02, 0x99, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/accounting/service.proto b/accounting/service.proto index 12fca586..d1540c4d 100644 --- a/accounting/service.proto +++ b/accounting/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package accounting; -option go_package = "github.com/nspcc-dev/neofs-api/accounting"; +option go_package = "github.com/nspcc-dev/neofs-api-go/accounting"; option csharp_namespace = "NeoFS.API.Accounting"; import "service/meta.proto"; diff --git a/accounting/types.go b/accounting/types.go index a100cf2f..6a3b2e29 100644 --- a/accounting/types.go +++ b/accounting/types.go @@ -7,10 +7,10 @@ import ( "reflect" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/chain" - "github.com/nspcc-dev/neofs-api/decimal" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/chain" + "github.com/nspcc-dev/neofs-api-go/decimal" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/pkg/errors" ) diff --git a/accounting/types.pb.go b/accounting/types.pb.go index af22ec8b..576ba1f7 100644 --- a/accounting/types.pb.go +++ b/accounting/types.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - decimal "github.com/nspcc-dev/neofs-api/decimal" + decimal "github.com/nspcc-dev/neofs-api-go/decimal" io "io" math "math" math_bits "math/bits" @@ -801,37 +801,37 @@ func init() { func init() { proto.RegisterFile("accounting/types.proto", fileDescriptor_437c556d7375b726) } var fileDescriptor_437c556d7375b726 = []byte{ - // 837 bytes of a gzipped FileDescriptorProto + // 840 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xcb, 0x6e, 0x23, 0x45, 0x14, 0x75, 0xb5, 0x1d, 0x3f, 0xae, 0x3d, 0xc6, 0xaa, 0xc9, 0x44, 0xc6, 0x12, 0x8e, 0x69, 0xb1, - 0xf0, 0x2c, 0xd2, 0x16, 0x19, 0x91, 0xb0, 0x61, 0xe1, 0x07, 0x61, 0x2c, 0x46, 0x99, 0xa8, 0xe2, - 0x0c, 0x02, 0x56, 0x9d, 0x76, 0xc5, 0x29, 0xc5, 0xae, 0x32, 0xdd, 0xd5, 0x79, 0xfc, 0x04, 0x6b, - 0x36, 0xac, 0xd8, 0xf1, 0x03, 0xfc, 0xc2, 0x2c, 0x61, 0x87, 0x58, 0x44, 0xc8, 0xfc, 0x08, 0xaa, - 0xea, 0xea, 0x76, 0x77, 0x64, 0xc3, 0xc6, 0xbe, 0x8f, 0x73, 0x4f, 0xdd, 0x57, 0x55, 0xc3, 0x9e, - 0xeb, 0x79, 0x22, 0xe4, 0x92, 0xf1, 0x59, 0x4f, 0x3e, 0x2c, 0x69, 0xe0, 0x2c, 0x7d, 0x21, 0x05, - 0x86, 0xb5, 0xbd, 0xf5, 0x62, 0x4a, 0x3d, 0xb6, 0x70, 0xe7, 0x3d, 0xf3, 0x1f, 0x41, 0x5a, 0x07, - 0x33, 0x26, 0xaf, 0xc3, 0x4b, 0xc7, 0x13, 0x8b, 0xde, 0x4c, 0xcc, 0x44, 0x4f, 0x9b, 0x2f, 0xc3, - 0x2b, 0xad, 0x69, 0x45, 0x4b, 0x11, 0xdc, 0xfe, 0xc3, 0x82, 0x52, 0x3f, 0x22, 0xc5, 0x2f, 0xa1, - 0xf4, 0xf6, 0x8e, 0x53, 0x7f, 0x3c, 0x6a, 0xa2, 0x0e, 0xea, 0xd6, 0x06, 0x1f, 0xbc, 0x7f, 0xdc, + 0x30, 0x12, 0x69, 0x8b, 0x8c, 0x48, 0xd8, 0xb0, 0xf0, 0x83, 0x30, 0x16, 0xa3, 0x4c, 0x54, 0x71, + 0x40, 0x03, 0xab, 0x4e, 0xbb, 0xe2, 0x94, 0x62, 0x57, 0x99, 0xee, 0xea, 0x3c, 0x7e, 0x82, 0x35, + 0x1b, 0x56, 0xec, 0xf8, 0x01, 0x7e, 0x61, 0x96, 0xb0, 0x43, 0x2c, 0x22, 0x64, 0x7e, 0x04, 0x55, + 0x75, 0x75, 0xbb, 0x3b, 0xb2, 0x61, 0x63, 0xdf, 0xc7, 0xb9, 0xa7, 0xee, 0xab, 0xaa, 0x61, 0xcf, + 0xf5, 0x3c, 0x11, 0x72, 0xc9, 0xf8, 0xac, 0x27, 0x1f, 0x96, 0x34, 0x70, 0x96, 0xbe, 0x90, 0x02, + 0xc3, 0xda, 0xde, 0x7a, 0x31, 0xa5, 0x1e, 0x5b, 0xb8, 0xf3, 0x9e, 0xf9, 0x8f, 0x20, 0xad, 0x83, + 0x19, 0x93, 0xd7, 0xe1, 0xa5, 0xe3, 0x89, 0x45, 0x6f, 0x26, 0x66, 0xa2, 0xa7, 0xcd, 0x97, 0xe1, + 0x95, 0xd6, 0xb4, 0xa2, 0xa5, 0x08, 0x6e, 0xff, 0x61, 0x41, 0xa9, 0x1f, 0x91, 0xe2, 0x8f, 0xa1, + 0xf4, 0xe6, 0x8e, 0x53, 0x7f, 0x3c, 0x6a, 0xa2, 0x0e, 0xea, 0xd6, 0x06, 0xef, 0xbd, 0x7b, 0xdc, 0xcf, 0xfd, 0xf5, 0xb8, 0x1f, 0x9b, 0x49, 0x2c, 0xe0, 0x26, 0x94, 0xfa, 0xd3, 0xa9, 0x4f, 0x83, - 0xa0, 0x69, 0x75, 0x50, 0xb7, 0x42, 0x62, 0x15, 0x7f, 0x02, 0xcf, 0xce, 0x5c, 0x9f, 0x72, 0x19, + 0xa0, 0x69, 0x75, 0x50, 0xb7, 0x42, 0x62, 0x15, 0x7f, 0x04, 0xcf, 0xce, 0x5c, 0x9f, 0x72, 0x19, 0xfb, 0xf3, 0xda, 0x9f, 0x35, 0xe2, 0x43, 0xa8, 0xf6, 0x3d, 0xc9, 0x6e, 0xe9, 0x49, 0xc8, 0xa7, 0x41, 0xb3, 0xd0, 0x41, 0xdd, 0xea, 0x61, 0xc3, 0x89, 0x4b, 0x19, 0x45, 0xff, 0x24, 0x0d, 0xc2, - 0x47, 0x50, 0x7e, 0xc3, 0xae, 0xa8, 0x64, 0x0b, 0xda, 0xdc, 0xd1, 0x01, 0xbb, 0xce, 0xba, 0x1f, - 0x4e, 0xec, 0x1b, 0x14, 0x54, 0xd6, 0x24, 0xc1, 0xe2, 0x23, 0x80, 0x37, 0xc2, 0xbb, 0x99, 0xb8, + 0x47, 0x50, 0x7e, 0xcd, 0xae, 0xa8, 0x64, 0x0b, 0xda, 0xdc, 0xd1, 0x01, 0xbb, 0xce, 0xba, 0x1f, + 0x4e, 0xec, 0x1b, 0x14, 0x54, 0xd6, 0x24, 0xc1, 0xe2, 0x23, 0x80, 0xd7, 0xc2, 0xbb, 0x99, 0xb8, 0xfe, 0x8c, 0xca, 0x66, 0x51, 0x47, 0xee, 0x65, 0x22, 0x13, 0x2f, 0x49, 0x21, 0xf1, 0x31, 0xd4, 0x94, 0x66, 0xba, 0x13, 0x34, 0x4b, 0x9d, 0x7c, 0xb7, 0x7a, 0xf8, 0x3c, 0x1d, 0x69, 0x7c, 0x24, - 0x03, 0xb4, 0x7f, 0x43, 0xe9, 0x13, 0xf1, 0x08, 0xea, 0xdf, 0x30, 0x79, 0x3d, 0xf5, 0xdd, 0x3b, - 0x93, 0x03, 0xd2, 0x39, 0xb4, 0xd2, 0x4c, 0x59, 0xc4, 0xeb, 0x1c, 0x79, 0x12, 0x83, 0xbf, 0x85, - 0x17, 0x43, 0xc1, 0xa5, 0xcb, 0x38, 0xf5, 0x87, 0x3e, 0x75, 0x25, 0x35, 0x64, 0x96, 0x26, 0xfb, - 0x38, 0x4d, 0xb6, 0x11, 0xf8, 0x3a, 0x47, 0x36, 0x33, 0x0c, 0xca, 0x50, 0x8c, 0x24, 0xbb, 0x0f, - 0xe5, 0x81, 0x3b, 0x77, 0xb9, 0x47, 0x03, 0xfc, 0x19, 0x94, 0x93, 0xd2, 0xd1, 0xd6, 0xd2, 0xe3, - 0x6e, 0x27, 0xc5, 0x7f, 0x0f, 0x3b, 0x67, 0xee, 0xc3, 0xf8, 0xad, 0x5a, 0x91, 0xc1, 0x5c, 0x78, - 0x37, 0x66, 0x9b, 0x0a, 0x24, 0x56, 0xf1, 0xe7, 0x50, 0x9b, 0xf8, 0x2e, 0x0f, 0x5c, 0x4f, 0x32, - 0xc1, 0xd5, 0x06, 0x29, 0xf6, 0x7a, 0x9a, 0x7d, 0x72, 0x6f, 0x88, 0x33, 0x48, 0xfb, 0x47, 0xb4, - 0xde, 0x01, 0x7c, 0x0c, 0x85, 0x90, 0xb3, 0xa8, 0x9b, 0xf5, 0xc3, 0x0f, 0x37, 0xed, 0x82, 0x73, - 0xc1, 0x99, 0x1c, 0x94, 0x57, 0x8f, 0xfb, 0x05, 0x25, 0x11, 0x1d, 0x80, 0x77, 0x61, 0xe7, 0x9d, - 0x3b, 0x0f, 0xa9, 0x6e, 0x5d, 0x9e, 0x44, 0x8a, 0xfd, 0x0a, 0x34, 0x06, 0x3f, 0x83, 0xca, 0x05, + 0x03, 0xb4, 0x7f, 0x43, 0xe9, 0x13, 0xf1, 0x08, 0xea, 0xdf, 0x32, 0x79, 0x3d, 0xf5, 0xdd, 0x3b, + 0x93, 0x03, 0xd2, 0x39, 0xb4, 0xd2, 0x4c, 0x59, 0xc4, 0xab, 0x1c, 0x79, 0x12, 0x83, 0xdf, 0xc2, + 0x8b, 0xa1, 0xe0, 0xd2, 0x65, 0x9c, 0xfa, 0x43, 0x9f, 0xba, 0x92, 0x1a, 0x32, 0x4b, 0x93, 0x7d, + 0x98, 0x26, 0xdb, 0x08, 0x7c, 0x95, 0x23, 0x9b, 0x19, 0x06, 0x65, 0x28, 0x46, 0x92, 0xdd, 0x87, + 0xf2, 0xc0, 0x9d, 0xbb, 0xdc, 0xa3, 0x01, 0xfe, 0x0c, 0xca, 0x49, 0xe9, 0x68, 0x6b, 0xe9, 0x71, + 0xb7, 0x93, 0xe2, 0xbf, 0x87, 0x9d, 0x33, 0xf7, 0x61, 0xfc, 0x46, 0xad, 0xc8, 0x60, 0x2e, 0xbc, + 0x1b, 0xb3, 0x4d, 0x05, 0x12, 0xab, 0xf8, 0x73, 0xa8, 0x4d, 0x7c, 0x97, 0x07, 0xae, 0x27, 0x99, + 0xe0, 0x6a, 0x83, 0x14, 0x7b, 0x3d, 0xcd, 0x3e, 0xb9, 0x37, 0xc4, 0x19, 0xa4, 0xfd, 0x23, 0x5a, + 0xef, 0x00, 0x3e, 0x86, 0x42, 0xc8, 0x59, 0xd4, 0xcd, 0xfa, 0xe1, 0xfb, 0x9b, 0x76, 0xc1, 0xb9, + 0xe0, 0x4c, 0x0e, 0xca, 0xab, 0xc7, 0xfd, 0x82, 0x92, 0x88, 0x0e, 0xc0, 0xbb, 0xb0, 0xf3, 0x8d, + 0x3b, 0x0f, 0xa9, 0x6e, 0x5d, 0x9e, 0x44, 0x8a, 0xfd, 0x12, 0x34, 0x06, 0x3f, 0x83, 0xca, 0x05, 0x9f, 0xb3, 0x05, 0x93, 0x74, 0xda, 0xc8, 0xe1, 0x3a, 0xc0, 0x29, 0x15, 0x27, 0xe7, 0x5f, 0x2e, 0x85, 0x77, 0xdd, 0x40, 0xb8, 0x06, 0xe5, 0x53, 0x2a, 0x74, 0x29, 0x0d, 0xcb, 0x7e, 0x44, 0x60, 0x4d, 0xee, 0xf1, 0xa7, 0x50, 0x50, 0xd7, 0xd4, 0xa4, 0xf2, 0x3c, 0x5b, 0x89, 0x33, 0x79, 0x58, @@ -843,18 +843,18 @@ var fileDescriptor_437c556d7375b726 = []byte{ 0x53, 0xbf, 0x91, 0xb7, 0x7f, 0xce, 0x03, 0x9c, 0x53, 0x29, 0xe7, 0x74, 0x41, 0xb9, 0x6e, 0x9d, 0x6e, 0x84, 0x19, 0x69, 0xa4, 0xe0, 0x2f, 0x36, 0x0e, 0x34, 0x33, 0x91, 0x35, 0x87, 0x33, 0xb9, 0xcf, 0x4e, 0xb5, 0x35, 0x82, 0x32, 0xa1, 0x1e, 0x65, 0xb7, 0xd4, 0x37, 0x2d, 0x40, 0x1b, 0x5a, - 0x60, 0xfd, 0x77, 0x0b, 0x5a, 0xa7, 0x50, 0x49, 0xd6, 0x1b, 0x7f, 0x04, 0xf9, 0x61, 0xf2, 0x8c, + 0x60, 0xfd, 0x77, 0x0b, 0x5a, 0xa7, 0x50, 0x49, 0xd6, 0x1b, 0x7f, 0x00, 0xf9, 0x61, 0xf2, 0x8c, 0x55, 0xcd, 0x33, 0xa6, 0x4c, 0x44, 0xfd, 0x60, 0x1b, 0x76, 0xce, 0xbf, 0x1a, 0x8f, 0xa2, 0x4c, 0x6b, 0x83, 0x9a, 0x01, 0x14, 0x94, 0x91, 0x44, 0xae, 0xd6, 0x2f, 0xd1, 0x68, 0xe3, 0x39, 0xa1, 0xd4, 0x9c, 0x46, 0xa9, 0xa3, 0x4c, 0x5e, 0x9d, 0x2d, 0xc5, 0x26, 0x38, 0xb3, 0xcf, 0xa9, 0x1c, 0x87, 0x50, 0x89, 0xcb, 0x56, 0xaf, 0xa4, 0x6a, 0xd9, 0xfe, 0x16, 0x96, 0x18, 0x17, 0x93, 0x24, 0x71, 0xf6, 0xd1, 0x96, 0x67, 0xe1, 0x7f, 0x3a, 0x60, 0x77, 0x9f, 0x3e, 0x4a, 0x78, 0x0f, 0x8a, - 0xc3, 0x6b, 0xfa, 0x43, 0x48, 0x4d, 0xa9, 0x46, 0x1b, 0xbc, 0x7b, 0xbf, 0x6a, 0xa3, 0xdf, 0x57, - 0x6d, 0xf4, 0xe7, 0xaa, 0x8d, 0xfe, 0x5e, 0xb5, 0xd1, 0x4f, 0xff, 0xb4, 0x73, 0xdf, 0xbd, 0x4c, - 0x7d, 0x66, 0x78, 0xb0, 0xf4, 0xbc, 0x83, 0x29, 0xbd, 0xed, 0x71, 0x2a, 0xae, 0x82, 0x03, 0x77, - 0xc9, 0x7a, 0xeb, 0x3a, 0x7e, 0xb5, 0x76, 0xf5, 0x05, 0x72, 0xfa, 0x67, 0xe3, 0xf8, 0xd5, 0x60, - 0x7c, 0x76, 0x59, 0xd4, 0x1f, 0xa0, 0x57, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x8e, 0x24, - 0x5b, 0xec, 0x06, 0x00, 0x00, + 0xc3, 0x6b, 0xfa, 0x43, 0x48, 0x4d, 0xa9, 0x46, 0x1b, 0xbc, 0x7d, 0xb7, 0x6a, 0xa3, 0xdf, 0x57, + 0x6d, 0xf4, 0xe7, 0xaa, 0x8d, 0xfe, 0x5e, 0xb5, 0xd1, 0x4f, 0xff, 0xb4, 0x73, 0xdf, 0x7d, 0x92, + 0xfa, 0xcc, 0xf0, 0x60, 0xe9, 0x79, 0x07, 0x53, 0x7a, 0xdb, 0xe3, 0x54, 0x5c, 0x05, 0x07, 0xee, + 0x92, 0x1d, 0xcc, 0x44, 0x6f, 0x5d, 0xca, 0xaf, 0xd6, 0xae, 0xbe, 0x43, 0x4e, 0xff, 0x6c, 0x1c, + 0x3f, 0x1c, 0x8c, 0xcf, 0x2e, 0x8b, 0xfa, 0x1b, 0xf4, 0xf2, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xc4, 0xae, 0x74, 0x80, 0xef, 0x06, 0x00, 0x00, } func (m *Account) Marshal() (dAtA []byte, err error) { diff --git a/accounting/types.proto b/accounting/types.proto index 1c0cd570..02fb691b 100644 --- a/accounting/types.proto +++ b/accounting/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package accounting; -option go_package = "github.com/nspcc-dev/neofs-api/accounting"; +option go_package = "github.com/nspcc-dev/neofs-api-go/accounting"; option csharp_namespace = "NeoFS.API.Accounting"; import "decimal/decimal.proto"; diff --git a/accounting/types_test.go b/accounting/types_test.go index 14aee3b7..df81b46d 100644 --- a/accounting/types_test.go +++ b/accounting/types_test.go @@ -5,9 +5,9 @@ import ( "testing" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/chain" - "github.com/nspcc-dev/neofs-api/decimal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/chain" + "github.com/nspcc-dev/neofs-api-go/decimal" + "github.com/nspcc-dev/neofs-api-go/refs" "github.com/nspcc-dev/neofs-crypto/test" "github.com/stretchr/testify/require" ) diff --git a/accounting/withdraw.go b/accounting/withdraw.go index 735fb85b..1077395e 100644 --- a/accounting/withdraw.go +++ b/accounting/withdraw.go @@ -3,7 +3,7 @@ package accounting import ( "encoding/binary" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" ) type ( diff --git a/accounting/withdraw.pb.go b/accounting/withdraw.pb.go index d8a8eebb..e0825f57 100644 --- a/accounting/withdraw.pb.go +++ b/accounting/withdraw.pb.go @@ -8,8 +8,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - decimal "github.com/nspcc-dev/neofs-api/decimal" - service "github.com/nspcc-dev/neofs-api/service" + decimal "github.com/nspcc-dev/neofs-api-go/decimal" + service "github.com/nspcc-dev/neofs-api-go/service" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -461,46 +461,46 @@ func init() { func init() { proto.RegisterFile("accounting/withdraw.proto", fileDescriptor_b3a38a4dc2575267) } var fileDescriptor_b3a38a4dc2575267 = []byte{ - // 617 bytes of a gzipped FileDescriptorProto + // 620 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x55, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0xee, 0xda, 0x69, 0xda, 0x7f, 0xd2, 0x1f, 0xca, 0xaa, 0x14, 0xd7, 0x87, 0x34, 0xf2, 0x01, - 0xa5, 0x12, 0xb5, 0xa5, 0x22, 0x55, 0x20, 0x0e, 0xa8, 0xc1, 0xa2, 0xb5, 0x44, 0x21, 0x32, 0x52, - 0x91, 0xb8, 0x39, 0xce, 0xd4, 0xb1, 0xd4, 0xd8, 0xc1, 0x5e, 0x27, 0xea, 0x43, 0x70, 0xe7, 0x19, - 0x7a, 0xe1, 0xca, 0x23, 0xf4, 0xd8, 0x23, 0x70, 0x88, 0x50, 0x78, 0x07, 0xce, 0xc8, 0xeb, 0x75, - 0xec, 0x34, 0x95, 0xa8, 0x10, 0xa8, 0xe2, 0x94, 0xdd, 0xf9, 0x66, 0x76, 0x67, 0xbe, 0xef, 0xdb, - 0x18, 0x36, 0x1c, 0xd7, 0x0d, 0x93, 0x80, 0xf9, 0x81, 0x67, 0x8c, 0x7c, 0xd6, 0xeb, 0x46, 0xce, - 0x48, 0x1f, 0x44, 0x21, 0x0b, 0x29, 0x14, 0x90, 0x4a, 0x63, 0x8c, 0x86, 0xbe, 0x8b, 0x46, 0x1f, - 0x99, 0x93, 0xe1, 0xea, 0x5a, 0x1e, 0x1b, 0x62, 0xe4, 0x1f, 0x9f, 0x8a, 0xe8, 0xdd, 0x2e, 0xba, - 0x7e, 0xdf, 0x39, 0x31, 0xc4, 0xaf, 0x08, 0x6f, 0x7b, 0x3e, 0xeb, 0x25, 0x1d, 0xdd, 0x0d, 0xfb, - 0x86, 0x17, 0x7a, 0xa1, 0xc1, 0xc3, 0x9d, 0xe4, 0x98, 0xef, 0xf8, 0x86, 0xaf, 0xb2, 0x74, 0xed, - 0x23, 0x81, 0x8a, 0xc5, 0xb0, 0x4f, 0x1b, 0x20, 0x59, 0xa6, 0x42, 0x1a, 0xa4, 0xb9, 0xd2, 0x5a, - 0x3d, 0x1f, 0x6f, 0x2e, 0x7c, 0x1d, 0x6f, 0x2e, 0x3f, 0xeb, 0xe1, 0xbb, 0x04, 0x2d, 0xd3, 0x96, - 0x2c, 0x93, 0x6e, 0xc1, 0xd2, 0xab, 0x51, 0x80, 0x91, 0x65, 0x2a, 0x12, 0x4f, 0xbb, 0x2d, 0xd2, - 0xf2, 0xb0, 0x9d, 0x2f, 0x68, 0x13, 0xaa, 0x7b, 0xfd, 0x74, 0x24, 0x45, 0x6e, 0x90, 0x66, 0x6d, - 0x67, 0x55, 0xcf, 0x9b, 0x34, 0xb3, 0x5f, 0x5b, 0xe0, 0x74, 0x1d, 0xaa, 0x07, 0xe8, 0x7b, 0x3d, - 0xa6, 0x54, 0x1a, 0xa4, 0x59, 0xb1, 0xc5, 0x8e, 0x2a, 0xb0, 0xd4, 0x76, 0x4e, 0x4f, 0x42, 0xa7, - 0xab, 0x2c, 0xa6, 0x97, 0xd9, 0xf9, 0x56, 0xfb, 0x42, 0x00, 0xf6, 0x91, 0xd9, 0x69, 0x67, 0x31, - 0xfb, 0xb3, 0x7d, 0x3f, 0x82, 0xca, 0x21, 0x32, 0x47, 0xe9, 0xf0, 0xae, 0x55, 0x5d, 0x10, 0xaf, - 0x8b, 0xcb, 0x52, 0xec, 0x00, 0x9d, 0x2e, 0x46, 0xad, 0xe5, 0xf4, 0x8c, 0x8b, 0xf1, 0x26, 0xb1, - 0x79, 0x05, 0x35, 0xa1, 0x7a, 0xc4, 0xd5, 0x51, 0x5c, 0x5e, 0xab, 0x5d, 0xae, 0xe5, 0xa8, 0xef, - 0x3a, 0xcc, 0x0f, 0x83, 0xb9, 0x33, 0x44, 0xad, 0xf6, 0x04, 0x6a, 0x7c, 0xb4, 0x78, 0x10, 0x06, - 0x31, 0xd2, 0x07, 0xb0, 0xfc, 0x46, 0x58, 0x85, 0x4f, 0x98, 0x12, 0x59, 0x78, 0x45, 0x4f, 0x75, - 0xb3, 0xa7, 0x19, 0xda, 0x99, 0x04, 0xd0, 0x4e, 0xa6, 0xc4, 0x94, 0xc6, 0x26, 0xd7, 0x96, 0x4b, - 0xba, 0xb6, 0x5c, 0xf2, 0x8c, 0x5c, 0x06, 0xfc, 0x77, 0x88, 0x71, 0xec, 0x78, 0x68, 0x99, 0x5c, - 0xc9, 0x95, 0xd6, 0x1d, 0x71, 0x5d, 0x01, 0xd8, 0xc5, 0xf2, 0xc6, 0x99, 0x36, 0xa0, 0xc6, 0xb9, - 0x12, 0x4c, 0xff, 0xd2, 0x45, 0xda, 0x27, 0x02, 0xb5, 0x17, 0x7e, 0xfc, 0x3b, 0xf4, 0xde, 0xf4, - 0xac, 0xbb, 0xb0, 0x92, 0x75, 0x2e, 0x86, 0xbd, 0x0f, 0x8b, 0xa9, 0x75, 0x62, 0x85, 0x34, 0xe4, - 0x2b, 0x3d, 0x95, 0xc1, 0xda, 0x7b, 0x09, 0xfe, 0x37, 0xf1, 0x04, 0x19, 0xfe, 0x95, 0xc7, 0x36, - 0xe3, 0x19, 0xf9, 0x1f, 0xf0, 0xcc, 0x2a, 0xdc, 0xca, 0xe9, 0xc8, 0x98, 0xdc, 0xf9, 0x41, 0x8a, - 0x17, 0x4a, 0x77, 0x41, 0xde, 0x47, 0x46, 0xd7, 0xcb, 0x74, 0x16, 0x7f, 0x54, 0xea, 0xbd, 0xb9, - 0xb8, 0x90, 0x63, 0x17, 0xe4, 0x76, 0x72, 0xa9, 0xae, 0x78, 0xc7, 0xb3, 0x75, 0x65, 0xcf, 0x3e, - 0x86, 0x4a, 0x2a, 0x2b, 0x9d, 0x49, 0x28, 0x59, 0x54, 0x55, 0xe6, 0x01, 0x51, 0xfa, 0x14, 0xaa, - 0xd9, 0x24, 0x74, 0xa3, 0x9c, 0x33, 0x23, 0xb6, 0xaa, 0x5e, 0x05, 0x65, 0x07, 0xb4, 0x8e, 0xce, - 0x27, 0x75, 0x72, 0x31, 0xa9, 0x93, 0xcf, 0x93, 0x3a, 0xf9, 0x36, 0xa9, 0x93, 0x0f, 0xdf, 0xeb, - 0x0b, 0x6f, 0xb7, 0x4a, 0xdf, 0x9e, 0x20, 0x1e, 0xb8, 0xee, 0x76, 0x17, 0x87, 0x46, 0x80, 0xe1, - 0x71, 0xbc, 0xed, 0x0c, 0x7c, 0xa3, 0x38, 0xef, 0x4c, 0x5a, 0x7b, 0x89, 0xe1, 0xf3, 0xd7, 0xfa, - 0x5e, 0xdb, 0xd2, 0xf7, 0xa6, 0xe1, 0x4e, 0x95, 0x7f, 0x95, 0x1e, 0xfe, 0x0c, 0x00, 0x00, 0xff, - 0xff, 0x72, 0x77, 0x2d, 0x52, 0x2e, 0x07, 0x00, 0x00, + 0x05, 0xa9, 0xb1, 0xa5, 0x22, 0x55, 0x20, 0x0e, 0xa8, 0xc1, 0xa2, 0xb5, 0x44, 0x21, 0x32, 0x12, + 0x08, 0x6e, 0x8e, 0x33, 0x75, 0x2c, 0x35, 0xde, 0x60, 0xaf, 0x5b, 0xf5, 0x21, 0xb8, 0xf3, 0x0c, + 0xbd, 0x70, 0xe5, 0x11, 0x7a, 0xec, 0x11, 0x38, 0x54, 0x28, 0xbc, 0x03, 0x67, 0xe4, 0xf5, 0xba, + 0x76, 0xda, 0x4a, 0x54, 0x08, 0x54, 0x71, 0xca, 0xee, 0x7c, 0x33, 0xbb, 0x33, 0xdf, 0xf7, 0x6d, + 0x0c, 0x2b, 0x9e, 0xef, 0xb3, 0x34, 0xe2, 0x61, 0x14, 0x58, 0x07, 0x21, 0x1f, 0x0e, 0x62, 0xef, + 0xc0, 0x1c, 0xc7, 0x8c, 0x33, 0x0a, 0x25, 0xa4, 0xd3, 0x04, 0xe3, 0xfd, 0xd0, 0x47, 0x6b, 0x84, + 0xdc, 0xcb, 0x71, 0x7d, 0xa9, 0x88, 0xed, 0x63, 0x1c, 0xee, 0x1e, 0xca, 0xe8, 0xed, 0x01, 0xfa, + 0xe1, 0xc8, 0xdb, 0xb3, 0xe4, 0xaf, 0x0c, 0x77, 0x82, 0x90, 0x0f, 0xd3, 0xbe, 0xe9, 0xb3, 0x91, + 0x15, 0xb0, 0x80, 0x59, 0x22, 0xdc, 0x4f, 0x77, 0xc5, 0x4e, 0x6c, 0xc4, 0x2a, 0x4f, 0x37, 0x3e, + 0x12, 0xa8, 0x39, 0x1c, 0x47, 0xb4, 0x05, 0x8a, 0x63, 0x6b, 0xa4, 0x45, 0xda, 0x0b, 0xdd, 0xc5, + 0xe3, 0xd3, 0xd5, 0x99, 0xaf, 0xa7, 0xab, 0xf3, 0x4f, 0x86, 0xf8, 0x2e, 0x45, 0xc7, 0x76, 0x15, + 0xc7, 0xa6, 0xf7, 0x60, 0xee, 0xc5, 0x41, 0x84, 0xb1, 0x63, 0x6b, 0x8a, 0x48, 0xbb, 0x29, 0xd3, + 0x8a, 0xb0, 0x5b, 0x2c, 0x68, 0x1b, 0xea, 0x9b, 0xa3, 0x6c, 0x24, 0x4d, 0x6d, 0x91, 0x76, 0x63, + 0x7d, 0xd1, 0x2c, 0x9a, 0xb4, 0xf3, 0x5f, 0x57, 0xe2, 0x74, 0x19, 0xea, 0xdb, 0x18, 0x06, 0x43, + 0xae, 0xd5, 0x5a, 0xa4, 0x5d, 0x73, 0xe5, 0x8e, 0x6a, 0x30, 0xd7, 0xf3, 0x0e, 0xf7, 0x98, 0x37, + 0xd0, 0x66, 0xb3, 0xcb, 0xdc, 0x62, 0x6b, 0x7c, 0x21, 0x00, 0x5b, 0xc8, 0xdd, 0xac, 0xb3, 0x84, + 0xff, 0xd9, 0xbe, 0x1f, 0x40, 0x6d, 0x07, 0xb9, 0xa7, 0xf5, 0x45, 0xd7, 0xba, 0x29, 0x89, 0x37, + 0xe5, 0x65, 0x19, 0xb6, 0x8d, 0xde, 0x00, 0xe3, 0xee, 0x7c, 0x76, 0xc6, 0xc9, 0xe9, 0x2a, 0x71, + 0x45, 0x05, 0xb5, 0xa1, 0xfe, 0x4a, 0xa8, 0xa3, 0xf9, 0xa2, 0xd6, 0x38, 0x5f, 0x2b, 0xd0, 0xd0, + 0xf7, 0x78, 0xc8, 0xa2, 0x0b, 0x67, 0xc8, 0x5a, 0xe3, 0x11, 0x34, 0xc4, 0x68, 0xc9, 0x98, 0x45, + 0x09, 0xd2, 0x35, 0x98, 0x7f, 0x2d, 0xad, 0x22, 0x26, 0xcc, 0x88, 0x2c, 0xbd, 0x62, 0x66, 0xba, + 0xb9, 0x67, 0x19, 0xc6, 0x91, 0x02, 0xd0, 0x4b, 0xcf, 0x88, 0xa9, 0x8c, 0x4d, 0xae, 0x2c, 0x97, + 0x72, 0x65, 0xb9, 0xd4, 0x29, 0xb9, 0x2c, 0xf8, 0x6f, 0x07, 0x93, 0xc4, 0x0b, 0xd0, 0xb1, 0x85, + 0x92, 0x0b, 0xdd, 0x5b, 0xf2, 0xba, 0x12, 0x70, 0xcb, 0xe5, 0xb5, 0x33, 0x6d, 0x41, 0x43, 0x70, + 0x25, 0x99, 0xfe, 0xa5, 0x8b, 0x8c, 0x4f, 0x04, 0x1a, 0xcf, 0xc2, 0xe4, 0x77, 0xe8, 0xbd, 0xee, + 0x59, 0x37, 0x60, 0x21, 0xef, 0x5c, 0x0e, 0x7b, 0x17, 0x66, 0x33, 0xeb, 0x24, 0x1a, 0x69, 0xa9, + 0x97, 0x7a, 0x2a, 0x87, 0x8d, 0xf7, 0x0a, 0xfc, 0x6f, 0xe3, 0x1e, 0x72, 0xfc, 0x2b, 0x8f, 0x6d, + 0xca, 0x33, 0xea, 0x3f, 0xe0, 0x99, 0x45, 0xb8, 0x51, 0xd0, 0x91, 0x33, 0xb9, 0xfe, 0x83, 0x94, + 0x2f, 0x94, 0x6e, 0x80, 0xba, 0x85, 0x9c, 0x2e, 0x57, 0xe9, 0x2c, 0xff, 0xa8, 0xf4, 0x3b, 0x17, + 0xe2, 0x52, 0x8e, 0x0d, 0x50, 0x7b, 0xe9, 0xb9, 0xba, 0xf2, 0x1d, 0x4f, 0xd7, 0x55, 0x3d, 0xfb, + 0x10, 0x6a, 0x99, 0xac, 0x74, 0x2a, 0xa1, 0x62, 0x51, 0x5d, 0xbb, 0x08, 0xc8, 0xd2, 0xc7, 0x50, + 0xcf, 0x27, 0xa1, 0x2b, 0xd5, 0x9c, 0x29, 0xb1, 0x75, 0xfd, 0x32, 0x28, 0x3f, 0xa0, 0xfb, 0xe6, + 0x78, 0xd2, 0x24, 0x27, 0x93, 0x26, 0xf9, 0x3c, 0x69, 0x92, 0x6f, 0x93, 0x26, 0xf9, 0xf0, 0xbd, + 0x39, 0xf3, 0x76, 0xad, 0xf2, 0xed, 0x89, 0x92, 0xb1, 0xef, 0x77, 0x06, 0xb8, 0x6f, 0x45, 0xc8, + 0x76, 0x93, 0x8e, 0x37, 0x0e, 0x3b, 0x01, 0xb3, 0xca, 0x23, 0x8f, 0x94, 0xa5, 0xe7, 0xc8, 0x9e, + 0xbe, 0x34, 0x37, 0x7b, 0x8e, 0xb9, 0x79, 0x16, 0xee, 0xd7, 0xc5, 0x87, 0xe9, 0xfe, 0xcf, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x87, 0x9f, 0x16, 0xf3, 0x31, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/accounting/withdraw.proto b/accounting/withdraw.proto index ee23b5d4..080a100b 100644 --- a/accounting/withdraw.proto +++ b/accounting/withdraw.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package accounting; -option go_package = "github.com/nspcc-dev/neofs-api/accounting"; +option go_package = "github.com/nspcc-dev/neofs-api-go/accounting"; option csharp_namespace = "NeoFS.API.Accounting"; import "service/meta.proto"; diff --git a/bootstrap/service.go b/bootstrap/service.go index e0687283..929d9b34 100644 --- a/bootstrap/service.go +++ b/bootstrap/service.go @@ -1,7 +1,7 @@ package bootstrap import ( - "github.com/nspcc-dev/neofs-api/service" + "github.com/nspcc-dev/neofs-api-go/service" ) // NodeType type alias. diff --git a/bootstrap/service.pb.go b/bootstrap/service.pb.go index fadb4648..d1797ccd 100644 --- a/bootstrap/service.pb.go +++ b/bootstrap/service.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - service "github.com/nspcc-dev/neofs-api/service" + service "github.com/nspcc-dev/neofs-api-go/service" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -85,30 +85,30 @@ func init() { func init() { proto.RegisterFile("bootstrap/service.proto", fileDescriptor_21bce759c9d8eb63) } var fileDescriptor_21bce759c9d8eb63 = []byte{ - // 360 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x51, 0xbf, 0x6e, 0xe2, 0x30, - 0x18, 0xc7, 0x28, 0xc7, 0x1f, 0xdf, 0x66, 0x38, 0x5d, 0x94, 0x21, 0x41, 0x4c, 0x0c, 0x97, 0x44, - 0x82, 0xe5, 0xc6, 0xbb, 0xa8, 0xaa, 0xca, 0x00, 0x42, 0x01, 0x75, 0xe8, 0xe6, 0x24, 0x5f, 0x68, - 0x06, 0x62, 0x37, 0x36, 0x48, 0xbc, 0x49, 0x9f, 0xa1, 0x4f, 0xc2, 0xc8, 0x58, 0x75, 0x88, 0xaa, - 0x54, 0xea, 0x73, 0x54, 0x31, 0x21, 0x45, 0xed, 0x94, 0x7c, 0xbf, 0x7f, 0xfe, 0xf9, 0x33, 0xfe, - 0x1d, 0x30, 0x26, 0x85, 0xcc, 0x28, 0x77, 0x05, 0x64, 0xbb, 0x24, 0x04, 0x87, 0x67, 0x4c, 0x32, - 0xd2, 0xad, 0x09, 0x83, 0x54, 0x8c, 0xbb, 0x01, 0x49, 0x4f, 0xb4, 0xd1, 0x3f, 0x63, 0x3b, 0xc8, - 0x92, 0x78, 0x5f, 0xa1, 0xbf, 0x3e, 0xd3, 0xe4, 0x9e, 0x83, 0xa8, 0x60, 0x7b, 0x9d, 0xc8, 0xfb, - 0x6d, 0xe0, 0x84, 0x6c, 0xe3, 0xae, 0xd9, 0x9a, 0xb9, 0x0a, 0x0e, 0xb6, 0xb1, 0x9a, 0xd4, 0xa0, - 0xfe, 0x4e, 0xf2, 0xe1, 0x3b, 0xc2, 0x6d, 0x1f, 0x1e, 0xb6, 0x20, 0x24, 0xf9, 0x83, 0xb5, 0x32, - 0x49, 0x47, 0x03, 0x34, 0xfa, 0xe1, 0xe9, 0x87, 0xdc, 0x6a, 0xbc, 0xe4, 0x56, 0x67, 0xce, 0x22, - 0x58, 0xed, 0x39, 0x14, 0xb9, 0xa5, 0x95, 0x5f, 0x5f, 0xa9, 0x88, 0x8d, 0xb5, 0x24, 0x8d, 0x99, - 0xde, 0x1c, 0xa0, 0xd1, 0xcf, 0x71, 0xcf, 0xa9, 0xeb, 0x38, 0xa5, 0x61, 0x9a, 0xc6, 0xcc, 0xd3, - 0xca, 0x08, 0x5f, 0xc9, 0xc8, 0x5f, 0xac, 0xcd, 0x40, 0x52, 0x3d, 0x50, 0x72, 0xc3, 0x39, 0x6f, - 0xa0, 0x3a, 0xbc, 0xe4, 0x6e, 0x80, 0x46, 0x90, 0x79, 0x9d, 0xd2, 0x75, 0xcc, 0x2d, 0xe4, 0x2b, - 0x07, 0xb9, 0xc2, 0xad, 0x5b, 0x75, 0x71, 0x3d, 0x54, 0xde, 0xe1, 0x57, 0xaf, 0x62, 0x93, 0x90, - 0xca, 0x84, 0xa5, 0xdf, 0x32, 0x2a, 0xef, 0xf8, 0x1f, 0xee, 0x7a, 0xe7, 0x86, 0x64, 0x82, 0xdb, - 0x8b, 0x8c, 0x85, 0x20, 0x04, 0x21, 0x17, 0xc5, 0xab, 0x3c, 0xa3, 0x7f, 0x81, 0x2d, 0x79, 0x06, - 0x34, 0x9a, 0x51, 0xee, 0xad, 0x0e, 0x85, 0x89, 0x8e, 0x85, 0x89, 0x9e, 0x0b, 0x13, 0xbd, 0x16, - 0x26, 0x7a, 0x7c, 0x33, 0x1b, 0x77, 0xa3, 0x8b, 0x7d, 0xa7, 0x82, 0x87, 0xa1, 0x1d, 0xc1, 0xce, - 0x4d, 0x81, 0xc5, 0xc2, 0xa6, 0x3c, 0x71, 0xeb, 0xa4, 0xa7, 0x66, 0x6f, 0x0e, 0xec, 0x7a, 0xe9, - 0xfc, 0x5f, 0x4c, 0x9d, 0xba, 0x4a, 0xd0, 0x52, 0xef, 0x30, 0xf9, 0x08, 0x00, 0x00, 0xff, 0xff, - 0x7c, 0x15, 0x25, 0x92, 0x1d, 0x02, 0x00, 0x00, + // 364 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x51, 0xbf, 0x6e, 0x9b, 0x40, + 0x18, 0xf7, 0x59, 0xd4, 0x7f, 0xae, 0xdb, 0xd9, 0x55, 0x11, 0x03, 0x58, 0x9e, 0x2c, 0xb5, 0x80, + 0x64, 0x2f, 0x1d, 0x5b, 0x54, 0x55, 0xf5, 0x60, 0xcb, 0xc2, 0x55, 0x23, 0x65, 0x3b, 0xe0, 0x83, + 0x30, 0x98, 0xbb, 0x70, 0x67, 0x4b, 0x7e, 0x93, 0x3c, 0x43, 0x9e, 0xc4, 0xa3, 0xc7, 0x28, 0x03, + 0x8a, 0x88, 0x94, 0xe7, 0x88, 0x38, 0x63, 0x62, 0x25, 0x13, 0x7c, 0xbf, 0x7f, 0xf7, 0xbb, 0xef, + 0xf0, 0xd7, 0x80, 0x31, 0x29, 0x64, 0x4e, 0xb9, 0x2b, 0x20, 0xdf, 0xa5, 0x21, 0x38, 0x3c, 0x67, + 0x92, 0x91, 0x7e, 0x43, 0x18, 0xa4, 0x66, 0xdc, 0x0d, 0x48, 0x7a, 0xa2, 0x8d, 0xe1, 0x19, 0xdb, + 0x41, 0x9e, 0xc6, 0xfb, 0x1a, 0xfd, 0xf2, 0x96, 0x26, 0xf7, 0x1c, 0x44, 0x0d, 0xdb, 0x49, 0x2a, + 0x6f, 0xb6, 0x81, 0x13, 0xb2, 0x8d, 0x9b, 0xb0, 0x84, 0xb9, 0x0a, 0x0e, 0xb6, 0xb1, 0x9a, 0xd4, + 0xa0, 0xfe, 0x4e, 0xf2, 0xf1, 0x0b, 0xc2, 0x5d, 0x1f, 0x6e, 0xb7, 0x20, 0x24, 0xf9, 0x8e, 0xb5, + 0x2a, 0x49, 0x47, 0x23, 0x34, 0xf9, 0xe4, 0xe9, 0x87, 0xc2, 0x6a, 0x3d, 0x16, 0x56, 0x6f, 0xc9, + 0x22, 0xf8, 0xb7, 0xe7, 0x50, 0x16, 0x96, 0x56, 0x7d, 0x7d, 0xa5, 0x22, 0x36, 0xd6, 0xd2, 0x2c, + 0x66, 0x7a, 0x7b, 0x84, 0x26, 0x9f, 0xa7, 0x03, 0xa7, 0xa9, 0xe3, 0x54, 0x86, 0x79, 0x16, 0x33, + 0x4f, 0xab, 0x22, 0x7c, 0x25, 0x23, 0x3f, 0xb0, 0xb6, 0x00, 0x49, 0xf5, 0x40, 0xc9, 0x0d, 0xe7, + 0xbc, 0x81, 0xfa, 0xf0, 0x8a, 0xfb, 0x0b, 0x34, 0x82, 0xdc, 0xeb, 0x55, 0xae, 0x63, 0x61, 0x21, + 0x5f, 0x39, 0xc8, 0x6f, 0xdc, 0xf9, 0xaf, 0x2e, 0xae, 0x87, 0xca, 0x3b, 0x7e, 0xef, 0x55, 0x6c, + 0x1a, 0x52, 0x99, 0xb2, 0xec, 0x43, 0x46, 0xed, 0x9d, 0xfe, 0xc4, 0x7d, 0xef, 0xdc, 0x90, 0xcc, + 0x70, 0x77, 0x95, 0xb3, 0x10, 0x84, 0x20, 0xe4, 0xa2, 0x78, 0x9d, 0x67, 0x0c, 0x2f, 0xb0, 0x35, + 0xcf, 0x81, 0x46, 0x0b, 0xca, 0xbd, 0xab, 0x43, 0x69, 0xa2, 0x63, 0x69, 0xa2, 0x87, 0xd2, 0x44, + 0x4f, 0xa5, 0x89, 0xee, 0x9e, 0xcd, 0xd6, 0xf5, 0xb7, 0x8b, 0x7d, 0x67, 0x82, 0x87, 0xa1, 0x1d, + 0xc1, 0xce, 0xcd, 0x80, 0xc5, 0xc2, 0xa6, 0x3c, 0xb5, 0x13, 0xe6, 0x36, 0x61, 0xf7, 0xed, 0xc1, + 0x12, 0xd8, 0x9f, 0xb5, 0xf3, 0x6b, 0x35, 0x77, 0x9a, 0x36, 0x41, 0x47, 0x3d, 0xc5, 0xec, 0x35, + 0x00, 0x00, 0xff, 0xff, 0xc7, 0x01, 0xac, 0x62, 0x20, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/bootstrap/service.proto b/bootstrap/service.proto index db43bf6e..e37c878d 100644 --- a/bootstrap/service.proto +++ b/bootstrap/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package bootstrap; -option go_package = "github.com/nspcc-dev/neofs-api/bootstrap"; +option go_package = "github.com/nspcc-dev/neofs-api-go/bootstrap"; option csharp_namespace = "NeoFS.API.Bootstrap"; import "service/meta.proto"; diff --git a/bootstrap/types.go b/bootstrap/types.go index 6c21b732..690d81c7 100644 --- a/bootstrap/types.go +++ b/bootstrap/types.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/golang/protobuf/proto" - "github.com/nspcc-dev/neofs-api/object" + "github.com/nspcc-dev/neofs-api-go/object" ) type ( diff --git a/bootstrap/types.pb.go b/bootstrap/types.pb.go index db83671e..fcd8848b 100644 --- a/bootstrap/types.pb.go +++ b/bootstrap/types.pb.go @@ -146,30 +146,31 @@ func init() { func init() { proto.RegisterFile("bootstrap/types.proto", fileDescriptor_423083266369adee) } var fileDescriptor_423083266369adee = []byte{ - // 367 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x4f, 0x6b, 0xe2, 0x40, - 0x18, 0xc6, 0x33, 0xea, 0xc6, 0xcd, 0xb8, 0x87, 0xdd, 0xa8, 0x10, 0x96, 0x25, 0x09, 0xc2, 0x42, - 0x0e, 0x9a, 0xb0, 0xdb, 0x7e, 0x01, 0x03, 0x2d, 0x48, 0xd1, 0x4a, 0xec, 0xa9, 0xf4, 0x92, 0x3f, - 0xa3, 0x86, 0x62, 0xde, 0x21, 0x33, 0x29, 0xe4, 0xd6, 0x8f, 0xd1, 0xcf, 0xd0, 0x0f, 0x52, 0x3c, - 0xf6, 0x28, 0x3d, 0x84, 0x36, 0xbd, 0xe5, 0x53, 0x14, 0x13, 0x23, 0xde, 0xde, 0xe7, 0x79, 0x7e, - 0x33, 0xf3, 0xce, 0xfb, 0xe2, 0xbe, 0x07, 0xc0, 0x19, 0x8f, 0x5d, 0x6a, 0xf1, 0x94, 0x12, 0x66, - 0xd2, 0x18, 0x38, 0xc8, 0xd2, 0xd1, 0xfe, 0x3d, 0x5a, 0x85, 0x7c, 0x9d, 0x78, 0xa6, 0x0f, 0x1b, - 0x6b, 0x05, 0x2b, 0xb0, 0x4a, 0xc2, 0x4b, 0x96, 0xa5, 0x2a, 0x45, 0x59, 0x55, 0x27, 0x07, 0x37, - 0x58, 0x5a, 0xd0, 0x98, 0xb8, 0xc1, 0xd4, 0xa5, 0x72, 0x0f, 0x7f, 0xbb, 0xa0, 0xe0, 0xaf, 0x15, - 0xa4, 0x23, 0xa3, 0xe5, 0x54, 0x42, 0xfe, 0x87, 0xc5, 0x19, 0xe1, 0x53, 0x97, 0x2a, 0x0d, 0xbd, - 0x69, 0x74, 0xfe, 0x77, 0xcd, 0xe3, 0x6b, 0xe6, 0x0c, 0x02, 0x32, 0x89, 0x96, 0x60, 0xb7, 0xb6, - 0x99, 0x26, 0x38, 0x07, 0x70, 0xf0, 0x82, 0xf0, 0xf7, 0x3a, 0x92, 0xff, 0xe2, 0xf6, 0x38, 0x08, - 0x62, 0xc2, 0x58, 0x79, 0xaf, 0x64, 0x77, 0x8a, 0x4c, 0x6b, 0xbb, 0x95, 0xe5, 0xd4, 0x99, 0x3c, - 0xc4, 0xe2, 0x3c, 0xf1, 0xae, 0x48, 0xaa, 0x34, 0x74, 0x64, 0xfc, 0xb0, 0x7b, 0x45, 0xa6, 0xfd, - 0xa4, 0x89, 0x77, 0x4f, 0xd2, 0x21, 0x6c, 0x42, 0x4e, 0x36, 0x94, 0xa7, 0xce, 0x81, 0x91, 0x2d, - 0xdc, 0xbe, 0xa6, 0x3c, 0x84, 0x88, 0x29, 0x4d, 0xbd, 0x69, 0x48, 0x76, 0xbf, 0xc8, 0xb4, 0x5f, - 0x50, 0x59, 0x27, 0x7c, 0x4d, 0xc9, 0xe7, 0x58, 0x5c, 0x70, 0x97, 0x27, 0x4c, 0x69, 0xed, 0x3f, - 0x67, 0xff, 0xd9, 0x37, 0xfc, 0x96, 0x69, 0x78, 0xdf, 0x67, 0x95, 0x14, 0x99, 0x26, 0xb2, 0xb2, - 0x72, 0x0e, 0xac, 0x7d, 0xb7, 0xfb, 0x50, 0x85, 0xc7, 0x5c, 0x15, 0xb6, 0xb9, 0x8a, 0x5e, 0x73, - 0x15, 0xed, 0x72, 0x15, 0xbd, 0xe7, 0x2a, 0x7a, 0xfa, 0x54, 0x85, 0x5b, 0xe3, 0x64, 0xd6, 0x11, - 0xa3, 0xbe, 0x3f, 0x0a, 0xc8, 0x83, 0x15, 0x11, 0x58, 0xb2, 0x91, 0x4b, 0x43, 0xeb, 0x38, 0xa7, - 0xe7, 0x46, 0x77, 0x46, 0xe0, 0x72, 0x61, 0x8e, 0xe7, 0x13, 0xd3, 0xae, 0x5d, 0x4f, 0x2c, 0x77, - 0x70, 0xf6, 0x15, 0x00, 0x00, 0xff, 0xff, 0xe4, 0xbf, 0x86, 0xf3, 0xd6, 0x01, 0x00, 0x00, + // 370 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0xdf, 0x8a, 0x9b, 0x40, + 0x14, 0xc6, 0x9d, 0x24, 0x35, 0x75, 0xd2, 0x8b, 0xd6, 0x24, 0x20, 0xa5, 0xa8, 0x04, 0x0a, 0x42, + 0xa3, 0xd2, 0x3f, 0x2f, 0x10, 0xa1, 0x85, 0x50, 0x92, 0x06, 0xd3, 0xab, 0xde, 0x14, 0xff, 0x4c, + 0x8c, 0x2c, 0xf1, 0x0c, 0xce, 0xb8, 0xe0, 0xdd, 0x3e, 0xc6, 0x3e, 0xc3, 0x3e, 0xc8, 0x92, 0xcb, + 0xbd, 0x0c, 0x7b, 0x21, 0xbb, 0xee, 0x9d, 0x4f, 0xb1, 0x44, 0x63, 0xc8, 0xdd, 0xf9, 0xbe, 0xef, + 0x37, 0x33, 0x67, 0xce, 0xc1, 0x63, 0x1f, 0x80, 0x33, 0x9e, 0x7a, 0xd4, 0xe6, 0x39, 0x25, 0xcc, + 0xa2, 0x29, 0x70, 0x90, 0xa5, 0xb3, 0xfd, 0xd1, 0x8c, 0x62, 0xbe, 0xcd, 0x7c, 0x2b, 0x80, 0x9d, + 0x1d, 0x41, 0x04, 0x76, 0x4d, 0xf8, 0xd9, 0xa6, 0x56, 0xb5, 0xa8, 0xab, 0xe6, 0xe4, 0xe4, 0x2f, + 0x96, 0xd6, 0x34, 0x25, 0x5e, 0xb8, 0xf0, 0xa8, 0x3c, 0xc2, 0x6f, 0x7e, 0x52, 0x08, 0xb6, 0x0a, + 0xd2, 0x91, 0xd1, 0x73, 0x1b, 0x21, 0x7f, 0xc5, 0xe2, 0x92, 0xf0, 0x85, 0x47, 0x95, 0x8e, 0xde, + 0x35, 0x06, 0xdf, 0x86, 0xd6, 0xf9, 0x35, 0x6b, 0x09, 0x21, 0x99, 0x27, 0x1b, 0x70, 0x7a, 0xfb, + 0x42, 0x13, 0xdc, 0x13, 0x38, 0xb9, 0x47, 0xf8, 0x6d, 0x1b, 0xc9, 0x9f, 0x71, 0x7f, 0x16, 0x86, + 0x29, 0x61, 0xac, 0xbe, 0x57, 0x72, 0x06, 0x55, 0xa1, 0xf5, 0xbd, 0xc6, 0x72, 0xdb, 0x4c, 0x9e, + 0x62, 0x71, 0x95, 0xf9, 0xbf, 0x49, 0xae, 0x74, 0x74, 0x64, 0xbc, 0x73, 0x46, 0x55, 0xa1, 0xbd, + 0xa7, 0x99, 0x7f, 0x45, 0xf2, 0x29, 0xec, 0x62, 0x4e, 0x76, 0x94, 0xe7, 0xee, 0x89, 0x91, 0x6d, + 0xdc, 0xff, 0x43, 0x79, 0x0c, 0x09, 0x53, 0xba, 0x7a, 0xd7, 0x90, 0x9c, 0x71, 0x55, 0x68, 0x1f, + 0xa0, 0xb1, 0x2e, 0xf8, 0x96, 0x92, 0x7f, 0x60, 0x71, 0xcd, 0x3d, 0x9e, 0x31, 0xa5, 0x77, 0xfc, + 0x9c, 0xf3, 0xe9, 0xd8, 0xf0, 0x63, 0xa1, 0xe1, 0x63, 0x9f, 0x4d, 0x52, 0x15, 0x9a, 0xc8, 0xea, + 0xca, 0x3d, 0xb1, 0xce, 0xff, 0xc3, 0xb3, 0x2a, 0xdc, 0x94, 0xaa, 0xb0, 0x2f, 0x55, 0xf4, 0x50, + 0xaa, 0xe8, 0x50, 0xaa, 0xe8, 0xa9, 0x54, 0xd1, 0xed, 0x8b, 0x2a, 0xfc, 0xfb, 0x72, 0x31, 0xeb, + 0x84, 0xd1, 0x20, 0x30, 0x43, 0x72, 0x6d, 0x27, 0x04, 0x36, 0xcc, 0xf4, 0x68, 0x6c, 0x46, 0x60, + 0x9f, 0x47, 0x75, 0xd7, 0x19, 0x2e, 0x09, 0xfc, 0x5a, 0x5b, 0xb3, 0xd5, 0xdc, 0x72, 0x5a, 0xd7, + 0x17, 0xeb, 0x35, 0x7c, 0x7f, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xef, 0x9f, 0x22, 0x25, 0xd9, 0x01, + 0x00, 0x00, } func (m *SpreadMap) Marshal() (dAtA []byte, err error) { diff --git a/bootstrap/types.proto b/bootstrap/types.proto index cbce3792..4ef0fff5 100644 --- a/bootstrap/types.proto +++ b/bootstrap/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package bootstrap; -option go_package = "github.com/nspcc-dev/neofs-api/bootstrap"; +option go_package = "github.com/nspcc-dev/neofs-api-go/bootstrap"; option csharp_namespace = "NeoFS.API.Bootstrap"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/chain/address.go b/chain/address.go index bdc8a657..e10301ff 100644 --- a/chain/address.go +++ b/chain/address.go @@ -7,7 +7,7 @@ import ( "encoding/hex" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/internal" + "github.com/nspcc-dev/neofs-api-go/internal" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/pkg/errors" "golang.org/x/crypto/ripemd160" diff --git a/container/service.go b/container/service.go index 01d88fa8..8eb9ba6e 100644 --- a/container/service.go +++ b/container/service.go @@ -4,8 +4,8 @@ import ( "bytes" "encoding/binary" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" "github.com/pkg/errors" ) diff --git a/container/service.pb.go b/container/service.pb.go index b8871215..8698925e 100644 --- a/container/service.pb.go +++ b/container/service.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - service "github.com/nspcc-dev/neofs-api/service" + service "github.com/nspcc-dev/neofs-api-go/service" netmap "github.com/nspcc-dev/netmap" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -391,45 +391,45 @@ func init() { func init() { proto.RegisterFile("container/service.proto", fileDescriptor_e1fa9d7ab2e7ae06) } var fileDescriptor_e1fa9d7ab2e7ae06 = []byte{ - // 598 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x54, 0xcb, 0x6e, 0xd3, 0x4c, - 0x14, 0xee, 0x34, 0xe9, 0xed, 0xb8, 0xff, 0x0f, 0x0c, 0xbd, 0x18, 0x4b, 0xa4, 0x95, 0x57, 0x01, - 0x11, 0x5b, 0x84, 0x4a, 0xb0, 0x61, 0xd1, 0x34, 0xa2, 0x54, 0xa2, 0x10, 0xb9, 0x88, 0x05, 0x3b, - 0x67, 0x7a, 0x12, 0x2c, 0x25, 0x1e, 0xe3, 0x19, 0x07, 0xe5, 0x4d, 0x78, 0x06, 0x90, 0x58, 0xf3, - 0x08, 0x5d, 0x76, 0x89, 0x58, 0x44, 0x28, 0x2c, 0x11, 0xef, 0x80, 0x3c, 0xbe, 0x26, 0x2d, 0xb0, - 0xac, 0xd8, 0x58, 0x33, 0xdf, 0x77, 0xbe, 0x73, 0xf7, 0xc0, 0x36, 0xe3, 0xbe, 0x74, 0x3d, 0x1f, - 0x43, 0x5b, 0x60, 0x38, 0xf2, 0x18, 0x5a, 0x41, 0xc8, 0x25, 0xa7, 0x6b, 0x39, 0x61, 0xd0, 0x94, - 0xb1, 0x87, 0x28, 0xdd, 0x84, 0x36, 0x36, 0x32, 0x6c, 0x84, 0xa1, 0xd7, 0x1b, 0xa7, 0xe8, 0x66, - 0xe1, 0x4d, 0x8e, 0x03, 0x14, 0x29, 0x7c, 0xb7, 0xef, 0xc9, 0x37, 0x51, 0xd7, 0x62, 0x7c, 0x68, - 0xfb, 0x22, 0x60, 0xac, 0x71, 0x8a, 0x23, 0xdb, 0x47, 0x39, 0x74, 0x03, 0x5b, 0xe0, 0x00, 0x99, - 0xe4, 0x61, 0x6a, 0xdb, 0x28, 0xd9, 0xf6, 0x79, 0x9f, 0xdb, 0x0a, 0xee, 0x46, 0x3d, 0x75, 0x53, - 0x17, 0x75, 0x4a, 0xcc, 0xcd, 0x1f, 0x8b, 0x00, 0x9d, 0x48, 0x3a, 0xf8, 0x36, 0x42, 0x21, 0xa9, - 0x0d, 0x6b, 0xc7, 0x28, 0x84, 0xdb, 0xc7, 0xa3, 0xb6, 0x4e, 0x76, 0x49, 0x7d, 0xbd, 0x75, 0xe3, - 0x6c, 0xb2, 0xb3, 0xf0, 0x75, 0xb2, 0x53, 0x10, 0x4e, 0x71, 0xa4, 0x06, 0xac, 0x1e, 0xb8, 0x81, - 0xcb, 0x3c, 0x39, 0xd6, 0x17, 0x77, 0x49, 0xbd, 0xea, 0xe4, 0x77, 0x7a, 0x07, 0x56, 0x5e, 0xbc, - 0xf3, 0x31, 0x3c, 0x6a, 0xeb, 0x15, 0xe5, 0xea, 0x5a, 0xea, 0x2a, 0x83, 0x9d, 0xec, 0x40, 0xef, - 0xc3, 0x52, 0x18, 0x0d, 0x50, 0xe8, 0xd5, 0x5d, 0x52, 0xd7, 0x9a, 0x9b, 0x56, 0x52, 0x9c, 0xd5, - 0x19, 0xb8, 0x0c, 0x87, 0xe8, 0x4b, 0x27, 0x1a, 0x60, 0xab, 0x1a, 0xeb, 0x9d, 0xc4, 0x92, 0x36, - 0x61, 0xe9, 0x30, 0xe4, 0x51, 0xa0, 0x2f, 0x29, 0xc9, 0x96, 0x95, 0xf7, 0xce, 0xda, 0x67, 0x0c, - 0x85, 0x50, 0x6c, 0xa6, 0x51, 0x17, 0xfa, 0x08, 0xaa, 0xc7, 0x28, 0x5d, 0xbd, 0xab, 0x24, 0x86, - 0x95, 0x8d, 0x2c, 0x2d, 0x3f, 0xe6, 0x9e, 0xa2, 0x7b, 0x8a, 0x61, 0x6b, 0x35, 0x96, 0x9d, 0x4f, - 0x76, 0x88, 0xa3, 0x14, 0xb4, 0x0d, 0xcb, 0xaf, 0xd4, 0xa4, 0x74, 0xa6, 0xb4, 0xe6, 0xbc, 0x56, - 0xb1, 0x1e, 0x73, 0xa5, 0xc7, 0xfd, 0x0b, 0x3e, 0x52, 0xad, 0x79, 0x0f, 0x34, 0xd5, 0x6c, 0x11, - 0x70, 0x5f, 0x20, 0xbd, 0x0d, 0x95, 0x83, 0xbc, 0xcf, 0x5a, 0xda, 0x9c, 0x18, 0x72, 0xe2, 0x8f, - 0xf9, 0x89, 0xc0, 0x7f, 0x6d, 0x1c, 0xa0, 0xc4, 0x6c, 0x3c, 0x7f, 0x16, 0x5c, 0x79, 0x79, 0xd7, - 0xe1, 0xff, 0x2c, 0xdf, 0xa4, 0x42, 0xf3, 0x23, 0x01, 0x38, 0x44, 0xf9, 0x8f, 0xe4, 0xbf, 0x0f, - 0x9a, 0x4a, 0x36, 0x1d, 0x4f, 0x13, 0xd6, 0x0e, 0xb2, 0x9d, 0x52, 0x39, 0x6b, 0xcd, 0x8d, 0xd2, - 0x96, 0xe5, 0x9c, 0x53, 0x98, 0x99, 0x9f, 0x09, 0x68, 0xcf, 0x3c, 0x91, 0x57, 0x5c, 0xfa, 0x07, - 0xc8, 0x5f, 0xfe, 0x81, 0xab, 0xae, 0xbe, 0x01, 0xeb, 0x49, 0xe6, 0xf3, 0xdb, 0x59, 0xb9, 0x6c, - 0x58, 0xcd, 0x9f, 0x04, 0x56, 0x4e, 0x92, 0x30, 0x74, 0x0f, 0x2a, 0x9d, 0x48, 0xd2, 0xcd, 0x52, - 0x77, 0x8a, 0x47, 0xc5, 0xd8, 0x9a, 0x87, 0xd3, 0x00, 0x8f, 0x61, 0x39, 0x59, 0x17, 0xaa, 0x97, - 0x2c, 0x66, 0x36, 0xde, 0xb8, 0x75, 0x09, 0x93, 0xca, 0xf7, 0xa0, 0x72, 0x88, 0xb3, 0x41, 0x8b, - 0x55, 0x9b, 0x09, 0x5a, 0x1e, 0xea, 0x43, 0xa8, 0xc6, 0x55, 0xd2, 0x32, 0x5f, 0x1a, 0x98, 0xb1, - 0x7d, 0x01, 0x4f, 0x84, 0xad, 0x97, 0x67, 0xd3, 0x1a, 0x39, 0x9f, 0xd6, 0xc8, 0x97, 0x69, 0x8d, - 0x7c, 0x9b, 0xd6, 0xc8, 0xfb, 0xef, 0xb5, 0x85, 0xd7, 0xf5, 0xdf, 0x3c, 0xcd, 0xbc, 0x27, 0x1a, - 0x6e, 0xe0, 0xd9, 0xb9, 0xb3, 0x0f, 0x8b, 0x37, 0x9f, 0x23, 0x7f, 0x72, 0x62, 0xed, 0x77, 0x8e, - 0x8a, 0xd5, 0xe9, 0x2e, 0xab, 0x67, 0xf8, 0xc1, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x02, 0x54, - 0x99, 0x9f, 0x48, 0x06, 0x00, 0x00, + // 599 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x54, 0xcb, 0x6e, 0xd3, 0x40, + 0x14, 0xed, 0x34, 0xe9, 0xeb, 0xba, 0xbc, 0x86, 0x3e, 0x8c, 0x25, 0xd2, 0xca, 0xab, 0xf2, 0x88, + 0x2d, 0x42, 0x25, 0xd8, 0xb0, 0x68, 0x1a, 0x51, 0x2a, 0x51, 0x88, 0x5c, 0x09, 0x24, 0x76, 0xce, + 0xf4, 0x26, 0x58, 0x4a, 0x3c, 0xc6, 0x33, 0x0e, 0xca, 0x9f, 0xf0, 0x0d, 0x20, 0xb1, 0xe6, 0x13, + 0xba, 0xec, 0x12, 0xb1, 0x88, 0x50, 0x58, 0x22, 0xfe, 0x01, 0x79, 0xfc, 0x4c, 0x5a, 0x60, 0x59, + 0xb1, 0xb1, 0x66, 0xce, 0xb9, 0xe7, 0xbe, 0x3d, 0xb0, 0xc9, 0xb8, 0x2f, 0x5d, 0xcf, 0xc7, 0xd0, + 0x16, 0x18, 0x0e, 0x3d, 0x86, 0x56, 0x10, 0x72, 0xc9, 0xe9, 0x4a, 0x4e, 0x18, 0x34, 0x65, 0xec, + 0x01, 0x4a, 0x37, 0xa1, 0x8d, 0xb5, 0x0c, 0x1b, 0x62, 0xe8, 0x75, 0x47, 0x29, 0xba, 0x5e, 0x78, + 0x93, 0xa3, 0x00, 0x45, 0x0a, 0xdf, 0xed, 0x79, 0xf2, 0x6d, 0xd4, 0xb1, 0x18, 0x1f, 0xd8, 0xbe, + 0x08, 0x18, 0xab, 0x9f, 0xe0, 0xd0, 0xf6, 0x51, 0x0e, 0xdc, 0xc0, 0x16, 0xd8, 0x47, 0x26, 0x79, + 0x98, 0xda, 0xd6, 0x4b, 0xb6, 0x3d, 0xde, 0xe3, 0xb6, 0x82, 0x3b, 0x51, 0x57, 0xdd, 0xd4, 0x45, + 0x9d, 0x12, 0x73, 0xf3, 0xe7, 0x3c, 0x40, 0x3b, 0x92, 0x0e, 0xbe, 0x8b, 0x50, 0x48, 0x6a, 0xc3, + 0xca, 0x11, 0x0a, 0xe1, 0xf6, 0xf0, 0xb0, 0xa5, 0x93, 0x6d, 0xb2, 0xb3, 0xda, 0xbc, 0x71, 0x3a, + 0xde, 0x9a, 0xfb, 0x36, 0xde, 0x2a, 0x08, 0xa7, 0x38, 0x52, 0x03, 0x96, 0xf7, 0xdd, 0xc0, 0x65, + 0x9e, 0x1c, 0xe9, 0xf3, 0xdb, 0x64, 0xa7, 0xea, 0xe4, 0x77, 0x7a, 0x07, 0x96, 0x5e, 0xbe, 0xf7, + 0x31, 0x3c, 0x6c, 0xe9, 0x15, 0xe5, 0xea, 0x5a, 0xea, 0x2a, 0x83, 0x9d, 0xec, 0x40, 0x1f, 0xc0, + 0x42, 0x18, 0xf5, 0x51, 0xe8, 0xd5, 0x6d, 0xb2, 0xa3, 0x35, 0xd6, 0xad, 0xa4, 0x38, 0xab, 0xdd, + 0x77, 0x19, 0x0e, 0xd0, 0x97, 0x4e, 0xd4, 0xc7, 0x66, 0x35, 0xd6, 0x3b, 0x89, 0x25, 0x6d, 0xc0, + 0xc2, 0x41, 0xc8, 0xa3, 0x40, 0x5f, 0x50, 0x92, 0x0d, 0x2b, 0xef, 0x9d, 0xb5, 0xc7, 0x18, 0x0a, + 0xa1, 0xd8, 0x4c, 0xa3, 0x2e, 0xf4, 0x31, 0x54, 0x8f, 0x50, 0xba, 0x7a, 0x47, 0x49, 0x0c, 0x2b, + 0x1b, 0x59, 0x5a, 0x7e, 0xcc, 0x3d, 0x43, 0xf7, 0x04, 0xc3, 0xe6, 0x72, 0x2c, 0x3b, 0x1b, 0x6f, + 0x11, 0x47, 0x29, 0x68, 0x0b, 0x16, 0x5f, 0xa9, 0x49, 0xe9, 0x4c, 0x69, 0xcd, 0x59, 0xad, 0x62, + 0x3d, 0xe6, 0x4a, 0x8f, 0xfb, 0xe7, 0x7c, 0xa4, 0x5a, 0xf3, 0x3e, 0x68, 0xaa, 0xd9, 0x22, 0xe0, + 0xbe, 0x40, 0x7a, 0x1b, 0x2a, 0xfb, 0x79, 0x9f, 0xb5, 0xb4, 0x39, 0x31, 0xe4, 0xc4, 0x1f, 0xf3, + 0x33, 0x81, 0x2b, 0x2d, 0xec, 0xa3, 0xc4, 0x6c, 0x3c, 0x7f, 0x17, 0x5c, 0x7a, 0x79, 0xd7, 0xe1, + 0x6a, 0x96, 0x6f, 0x52, 0xa1, 0xf9, 0x89, 0x00, 0x1c, 0xa0, 0xfc, 0x4f, 0xf2, 0xdf, 0x03, 0x4d, + 0x25, 0x9b, 0x8e, 0xa7, 0x01, 0x2b, 0xfb, 0xd9, 0x4e, 0xa9, 0x9c, 0xb5, 0xc6, 0x5a, 0x69, 0xcb, + 0x72, 0xce, 0x29, 0xcc, 0xcc, 0x2f, 0x04, 0xb4, 0xe7, 0x9e, 0xc8, 0x2b, 0x2e, 0xfd, 0x03, 0xe4, + 0x1f, 0xff, 0xc0, 0x65, 0x57, 0x5f, 0x87, 0xd5, 0x24, 0xf3, 0xd9, 0xed, 0xac, 0x5c, 0x34, 0xac, + 0xc6, 0x2f, 0x02, 0x4b, 0xc7, 0x49, 0x18, 0xba, 0x0b, 0x95, 0x76, 0x24, 0xe9, 0x7a, 0xa9, 0x3b, + 0xc5, 0xa3, 0x62, 0x6c, 0xcc, 0xc2, 0x69, 0x80, 0x27, 0xb0, 0x98, 0xac, 0x0b, 0xd5, 0x4b, 0x16, + 0x53, 0x1b, 0x6f, 0xdc, 0xba, 0x80, 0x49, 0xe5, 0xbb, 0x50, 0x39, 0xc0, 0xe9, 0xa0, 0xc5, 0xaa, + 0x4d, 0x05, 0x2d, 0x0f, 0xf5, 0x11, 0x54, 0xe3, 0x2a, 0x69, 0x99, 0x2f, 0x0d, 0xcc, 0xd8, 0x3c, + 0x87, 0x27, 0xc2, 0xe6, 0xeb, 0xd3, 0x49, 0x8d, 0x9c, 0x4d, 0x6a, 0xe4, 0xeb, 0xa4, 0x46, 0xbe, + 0x4f, 0x6a, 0xe4, 0xc3, 0x8f, 0xda, 0xdc, 0x9b, 0x7b, 0x7f, 0x78, 0x9a, 0x79, 0x57, 0xd4, 0xdd, + 0xc0, 0xab, 0xf7, 0xb8, 0x9d, 0xfb, 0xfb, 0x38, 0x7f, 0xf3, 0x05, 0xf2, 0xa7, 0xc7, 0xd6, 0x5e, + 0xfb, 0xb0, 0xd8, 0x9e, 0xce, 0xa2, 0x7a, 0x89, 0x1f, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x4c, + 0xfc, 0xa5, 0x37, 0x4b, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/container/service.proto b/container/service.proto index b287a226..bccf9246 100644 --- a/container/service.proto +++ b/container/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package container; -option go_package = "github.com/nspcc-dev/neofs-api/container"; +option go_package = "github.com/nspcc-dev/neofs-api-go/container"; option csharp_namespace = "NeoFS.API.Container"; import "service/meta.proto"; diff --git a/container/types.go b/container/types.go index b7189074..21fc0d1e 100644 --- a/container/types.go +++ b/container/types.go @@ -4,8 +4,8 @@ import ( "bytes" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" "github.com/nspcc-dev/neofs-crypto/test" "github.com/nspcc-dev/netmap" "github.com/pkg/errors" diff --git a/container/types.pb.go b/container/types.pb.go index cc0f736b..bfb7fa7a 100644 --- a/container/types.pb.go +++ b/container/types.pb.go @@ -190,32 +190,32 @@ func init() { func init() { proto.RegisterFile("container/types.proto", fileDescriptor_1432e52ab0b53e3e) } var fileDescriptor_1432e52ab0b53e3e = []byte{ - // 389 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x4d, 0x4f, 0xe2, 0x40, - 0x1c, 0xc6, 0x19, 0x28, 0xbb, 0xcb, 0xc0, 0x66, 0xb3, 0xb3, 0x61, 0xd3, 0x10, 0x53, 0x1a, 0x4e, - 0xd5, 0xa4, 0x53, 0xc5, 0xc4, 0x3b, 0x2f, 0x6a, 0x48, 0x7c, 0x21, 0x45, 0x2e, 0xc6, 0x4b, 0x19, - 0x06, 0x6c, 0x52, 0x3a, 0x4d, 0x67, 0xaa, 0xe1, 0x9b, 0xf8, 0x19, 0xfc, 0x24, 0x1c, 0x3d, 0x1a, - 0x0f, 0x68, 0xea, 0x17, 0x31, 0x9d, 0x42, 0x25, 0x41, 0x6f, 0xf3, 0x3c, 0xf3, 0x7b, 0x66, 0xfe, - 0x2f, 0xb0, 0x4a, 0x98, 0x2f, 0x1c, 0xd7, 0xa7, 0xa1, 0x25, 0xe6, 0x01, 0xe5, 0x38, 0x08, 0x99, - 0x60, 0xa8, 0x94, 0xd9, 0xb5, 0xbd, 0xa9, 0x2b, 0x6e, 0xa3, 0x11, 0x26, 0x6c, 0x66, 0xf9, 0x3c, - 0x20, 0xc4, 0x1c, 0xd3, 0x3b, 0xcb, 0xa7, 0x62, 0xe6, 0x04, 0x16, 0xa7, 0x1e, 0x25, 0x82, 0x85, - 0x69, 0xac, 0x66, 0x6e, 0xb0, 0x53, 0x36, 0x65, 0x96, 0xb4, 0x47, 0xd1, 0x44, 0x2a, 0x29, 0xe4, - 0x29, 0xc5, 0x1b, 0xaf, 0x00, 0x96, 0x3a, 0xeb, 0x8f, 0xd0, 0x2e, 0xfc, 0x79, 0x79, 0xef, 0xd3, - 0xb0, 0xd7, 0x55, 0x81, 0x0e, 0x8c, 0x4a, 0xfb, 0xcf, 0x62, 0x59, 0xcf, 0xbd, 0x2c, 0xeb, 0x6b, - 0xdb, 0x5e, 0x1f, 0x90, 0x0e, 0x95, 0x81, 0xe3, 0x09, 0x35, 0x2f, 0xb9, 0xca, 0x8a, 0x53, 0x86, - 0xc3, 0x5e, 0xd7, 0x96, 0x37, 0xa8, 0x06, 0x7f, 0x75, 0x9c, 0xc0, 0x21, 0xae, 0x98, 0xab, 0x05, - 0x1d, 0x18, 0x8a, 0x9d, 0x69, 0x74, 0x00, 0x8b, 0x76, 0xe4, 0x51, 0xae, 0x2a, 0x3a, 0x30, 0xca, - 0xcd, 0x2a, 0x4e, 0x9b, 0xc1, 0x7d, 0xcf, 0x21, 0x74, 0x46, 0x7d, 0x91, 0xdc, 0xb6, 0x95, 0xe4, - 0x55, 0x3b, 0x25, 0xd1, 0x11, 0x54, 0xce, 0x5c, 0x2e, 0xd4, 0xa2, 0x4c, 0xec, 0xe0, 0x6c, 0x3c, - 0xb8, 0x45, 0x08, 0xe5, 0x3c, 0xe9, 0x22, 0x64, 0x5e, 0xc2, 0xac, 0x82, 0x92, 0x6f, 0xdc, 0xc0, - 0x72, 0x0a, 0x9c, 0x86, 0x2c, 0x0a, 0x90, 0x06, 0x61, 0x2a, 0xcf, 0xd9, 0x98, 0xca, 0x2e, 0x7f, - 0xdb, 0x1b, 0x0e, 0x32, 0x61, 0x69, 0xc8, 0x69, 0x28, 0x61, 0x35, 0xaf, 0x17, 0xbe, 0x1a, 0xc2, - 0x27, 0xd1, 0x38, 0x86, 0x7f, 0xb7, 0xbe, 0x47, 0xfb, 0xab, 0x52, 0x81, 0x5e, 0x30, 0xca, 0xcd, - 0xff, 0x5b, 0xa5, 0xca, 0xe8, 0x66, 0x91, 0xed, 0xab, 0x45, 0xac, 0x81, 0xa7, 0x58, 0x03, 0xcf, - 0xb1, 0x06, 0xde, 0x62, 0x0d, 0x3c, 0xbc, 0x6b, 0xb9, 0x6b, 0xe3, 0x9b, 0xbd, 0xb3, 0x09, 0x37, - 0x9d, 0xc0, 0xb5, 0xb2, 0x77, 0x1f, 0xf3, 0xff, 0x2e, 0x28, 0x3b, 0x19, 0xe0, 0x56, 0xbf, 0x87, - 0xb3, 0x75, 0x8e, 0x7e, 0xc8, 0x1d, 0x1f, 0x7e, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x4d, 0x91, - 0xa9, 0x62, 0x02, 0x00, 0x00, + // 393 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x4d, 0x6b, 0xe2, 0x40, + 0x1c, 0xc6, 0x1d, 0x8d, 0xbb, 0xeb, 0xe8, 0xb2, 0xec, 0x2c, 0x2e, 0x41, 0x96, 0x18, 0x3c, 0x65, + 0x77, 0xc9, 0x64, 0xd7, 0x42, 0xef, 0xbe, 0xb4, 0x45, 0xe8, 0x8b, 0x44, 0xa4, 0x50, 0x7a, 0x89, + 0xe3, 0x98, 0x06, 0x62, 0x26, 0x64, 0x26, 0x2d, 0x7e, 0x93, 0x7e, 0x86, 0x7e, 0x12, 0x8f, 0x3d, + 0x96, 0x1e, 0x6c, 0x49, 0xbf, 0x48, 0xc9, 0x44, 0x53, 0xc1, 0xf6, 0x36, 0xcf, 0x33, 0xbf, 0x67, + 0xe6, 0xff, 0x02, 0xeb, 0x84, 0x05, 0xc2, 0xf1, 0x02, 0x1a, 0x59, 0x62, 0x11, 0x52, 0x8e, 0xc3, + 0x88, 0x09, 0x86, 0x2a, 0xb9, 0xdd, 0xf8, 0xe3, 0x7a, 0xe2, 0x2a, 0x9e, 0x60, 0xc2, 0xe6, 0x56, + 0xc0, 0x43, 0x42, 0xcc, 0x29, 0xbd, 0xb6, 0x02, 0x2a, 0xe6, 0x4e, 0x68, 0x71, 0xea, 0x53, 0x22, + 0x58, 0x94, 0xc5, 0x1a, 0xe6, 0x16, 0xeb, 0x32, 0x97, 0x59, 0xd2, 0x9e, 0xc4, 0x33, 0xa9, 0xa4, + 0x90, 0xa7, 0x0c, 0x6f, 0x3d, 0x01, 0x58, 0xe9, 0x6d, 0x3e, 0x42, 0xbf, 0xe1, 0xe7, 0xb3, 0x9b, + 0x80, 0x46, 0x83, 0xbe, 0x0a, 0x74, 0x60, 0xd4, 0xba, 0xdf, 0x96, 0xab, 0x66, 0xe1, 0x71, 0xd5, + 0xdc, 0xd8, 0xf6, 0xe6, 0x80, 0x74, 0xa8, 0x8c, 0x1c, 0x5f, 0xa8, 0x45, 0xc9, 0xd5, 0xd6, 0x9c, + 0x32, 0x1e, 0x0f, 0xfa, 0xb6, 0xbc, 0x41, 0x0d, 0xf8, 0xa5, 0xe7, 0x84, 0x0e, 0xf1, 0xc4, 0x42, + 0x2d, 0xe9, 0xc0, 0x50, 0xec, 0x5c, 0xa3, 0xff, 0xb0, 0x6c, 0xc7, 0x3e, 0xe5, 0xaa, 0xa2, 0x03, + 0xa3, 0xda, 0xae, 0xe3, 0xac, 0x19, 0x3c, 0xf4, 0x1d, 0x42, 0xe7, 0x34, 0x10, 0xe9, 0x6d, 0x57, + 0x49, 0x5f, 0xb5, 0x33, 0x12, 0xed, 0x43, 0xe5, 0xd8, 0xe3, 0x42, 0x2d, 0xcb, 0xc4, 0x2f, 0x9c, + 0x8f, 0x07, 0x77, 0x08, 0xa1, 0x9c, 0xa7, 0x5d, 0x44, 0xcc, 0x4f, 0x99, 0x75, 0x50, 0xf2, 0xad, + 0x4b, 0x58, 0xcd, 0x80, 0xa3, 0x88, 0xc5, 0x21, 0xd2, 0x20, 0xcc, 0xe4, 0x09, 0x9b, 0x52, 0xd9, + 0xe5, 0x57, 0x7b, 0xcb, 0x41, 0x26, 0xac, 0x8c, 0x39, 0x8d, 0x24, 0xac, 0x16, 0xf5, 0xd2, 0x7b, + 0x43, 0x78, 0x23, 0x5a, 0x07, 0xf0, 0xfb, 0xce, 0xf7, 0xe8, 0xdf, 0xba, 0x54, 0xa0, 0x97, 0x8c, + 0x6a, 0xfb, 0xe7, 0x4e, 0xa9, 0x32, 0xba, 0x5d, 0x64, 0xf7, 0x7c, 0x99, 0x68, 0xe0, 0x3e, 0xd1, + 0xc0, 0x43, 0xa2, 0x81, 0xe7, 0x44, 0x03, 0xb7, 0x2f, 0x5a, 0xe1, 0xe2, 0xef, 0x07, 0x7b, 0x67, + 0x33, 0x6e, 0x3a, 0xa1, 0x67, 0xba, 0xcc, 0xca, 0x9f, 0xbe, 0x2b, 0xfe, 0x38, 0xa5, 0xec, 0x70, + 0x84, 0x3b, 0xc3, 0x01, 0xce, 0x37, 0x3a, 0xf9, 0x24, 0xd7, 0xbc, 0xf7, 0x1a, 0x00, 0x00, 0xff, + 0xff, 0xd2, 0x94, 0x7a, 0x2b, 0x65, 0x02, 0x00, 0x00, } func (m *Container) Marshal() (dAtA []byte, err error) { diff --git a/container/types.proto b/container/types.proto index 775d84c3..a0d035dd 100644 --- a/container/types.proto +++ b/container/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package container; -option go_package = "github.com/nspcc-dev/neofs-api/container"; +option go_package = "github.com/nspcc-dev/neofs-api-go/container"; option csharp_namespace = "NeoFS.API.Container"; import "github.com/nspcc-dev/netmap/selector.proto"; diff --git a/container/types_test.go b/container/types_test.go index 0a20d54a..1ccc00bb 100644 --- a/container/types_test.go +++ b/container/types_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/gogo/protobuf/proto" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" "github.com/nspcc-dev/neofs-crypto/test" "github.com/nspcc-dev/netmap" "github.com/stretchr/testify/require" diff --git a/decimal/decimal.pb.go b/decimal/decimal.pb.go index 60c01535..9108e615 100644 --- a/decimal/decimal.pb.go +++ b/decimal/decimal.pb.go @@ -83,7 +83,7 @@ func init() { func init() { proto.RegisterFile("decimal/decimal.proto", fileDescriptor_e7e70e1773836c80) } var fileDescriptor_e7e70e1773836c80 = []byte{ - // 198 bytes of a gzipped FileDescriptorProto + // 201 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4d, 0x49, 0x4d, 0xce, 0xcc, 0x4d, 0xcc, 0xd1, 0x87, 0xd2, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xec, 0x50, 0xae, 0x94, 0x6e, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x7a, 0x7e, 0x7a, @@ -91,12 +91,12 @@ var fileDescriptor_e7e70e1773836c80 = []byte{ 0x2e, 0x76, 0x17, 0x88, 0x4e, 0x21, 0x11, 0x2e, 0xd6, 0xb0, 0xc4, 0x9c, 0xd2, 0x54, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xe6, 0x20, 0x08, 0x47, 0x48, 0x86, 0x8b, 0x33, 0xa0, 0x28, 0x35, 0x39, 0xb3, 0x38, 0x33, 0x3f, 0x4f, 0x82, 0x49, 0x81, 0x51, 0x83, 0x37, 0x08, 0x21, 0x60, 0xc5, 0x32, 0x63, - 0x81, 0x3c, 0x83, 0x53, 0xc0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0xde, 0x78, 0x24, - 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x8c, 0xc7, 0x72, 0x0c, 0x51, 0x6a, 0x48, 0x2e, 0xc9, 0x2b, + 0x81, 0x3c, 0x83, 0x53, 0xf0, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0xde, 0x78, 0x24, + 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x8c, 0xc7, 0x72, 0x0c, 0x51, 0x9a, 0x48, 0x2e, 0xc9, 0x2b, 0x2e, 0x48, 0x4e, 0xd6, 0x4d, 0x49, 0x2d, 0xd3, 0xcf, 0x4b, 0xcd, 0x4f, 0x2b, 0xd6, 0x4d, 0x2c, - 0xc8, 0x84, 0x79, 0x60, 0x15, 0x93, 0xa0, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, 0x63, 0x80, 0xa7, - 0x1e, 0xd4, 0x2d, 0x49, 0x6c, 0x60, 0xd7, 0x19, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x76, 0xde, - 0x39, 0xfb, 0xee, 0x00, 0x00, 0x00, + 0xc8, 0xd4, 0x4d, 0xcf, 0x87, 0xf9, 0x61, 0x15, 0x93, 0xa0, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, + 0x63, 0x80, 0xa7, 0x1e, 0xd4, 0x39, 0x49, 0x6c, 0x60, 0x07, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, + 0xff, 0xa5, 0x41, 0x4c, 0x9f, 0xf1, 0x00, 0x00, 0x00, } func (m *Decimal) Marshal() (dAtA []byte, err error) { diff --git a/decimal/decimal.proto b/decimal/decimal.proto index d21ce1be..f3d5c00f 100644 --- a/decimal/decimal.proto +++ b/decimal/decimal.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package decimal; -option go_package = "github.com/nspcc-dev/neofs-api/decimal"; +option go_package = "github.com/nspcc-dev/neofs-api-go/decimal"; option csharp_namespace = "NeoFS.API.Decimal"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/go.mod b/go.mod index 161343ff..50c24adc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/nspcc-dev/neofs-api +module github.com/nspcc-dev/neofs-api-go -go 1.13 +go 1.14 require ( github.com/gogo/protobuf v1.3.1 diff --git a/hash/hash.go b/hash/hash.go index de02491b..9d752784 100644 --- a/hash/hash.go +++ b/hash/hash.go @@ -4,7 +4,7 @@ import ( "bytes" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/internal" + "github.com/nspcc-dev/neofs-api-go/internal" "github.com/nspcc-dev/tzhash/tz" "github.com/pkg/errors" ) diff --git a/object/extensions.go b/object/extensions.go index a4964137..6e577bd9 100644 --- a/object/extensions.go +++ b/object/extensions.go @@ -2,7 +2,7 @@ package object // todo: all extensions must be transferred to the separate util library -import "github.com/nspcc-dev/neofs-api/storagegroup" +import "github.com/nspcc-dev/neofs-api-go/storagegroup" // IsLinking checks if object has children links to another objects. // We have to check payload size because zero-object must have zero diff --git a/object/service.go b/object/service.go index e75c9f25..589bd95d 100644 --- a/object/service.go +++ b/object/service.go @@ -1,11 +1,11 @@ package object import ( - "github.com/nspcc-dev/neofs-api/hash" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" - "github.com/nspcc-dev/neofs-api/service" - "github.com/nspcc-dev/neofs-api/session" + "github.com/nspcc-dev/neofs-api-go/hash" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" + "github.com/nspcc-dev/neofs-api-go/service" + "github.com/nspcc-dev/neofs-api-go/session" ) type ( diff --git a/object/service.pb.go b/object/service.pb.go index 46891e2f..8502c8e3 100644 --- a/object/service.pb.go +++ b/object/service.pb.go @@ -8,9 +8,9 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - refs "github.com/nspcc-dev/neofs-api/refs" - service "github.com/nspcc-dev/neofs-api/service" - session "github.com/nspcc-dev/neofs-api/session" + refs "github.com/nspcc-dev/neofs-api-go/refs" + service "github.com/nspcc-dev/neofs-api-go/service" + session "github.com/nspcc-dev/neofs-api-go/session" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -897,64 +897,64 @@ func init() { func init() { proto.RegisterFile("object/service.proto", fileDescriptor_dfcdf610ade6a9ce) } var fileDescriptor_dfcdf610ade6a9ce = []byte{ - // 905 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4f, 0x6f, 0x1b, 0x45, - 0x14, 0xcf, 0x78, 0xed, 0x8d, 0xfb, 0xbc, 0x4e, 0xad, 0x89, 0x29, 0xd6, 0xb6, 0x72, 0x22, 0xab, - 0x20, 0x23, 0xe4, 0x75, 0x28, 0x12, 0x94, 0x13, 0xaa, 0x63, 0xa5, 0xb6, 0x10, 0x4d, 0x18, 0xa3, - 0x4a, 0x70, 0x5b, 0xaf, 0xc7, 0xf6, 0x52, 0x67, 0xd7, 0xdd, 0x3f, 0xb1, 0x72, 0xe1, 0xc6, 0xb9, - 0x57, 0x8e, 0x9c, 0xf9, 0x0c, 0x7c, 0x80, 0x5e, 0x90, 0x7a, 0x44, 0x1c, 0x22, 0x64, 0x8e, 0x7c, - 0x01, 0x24, 0x2e, 0x68, 0xfe, 0xec, 0xbf, 0x14, 0x07, 0xb0, 0x0f, 0xee, 0xc9, 0x33, 0xbf, 0xf7, - 0x7b, 0x6f, 0xe6, 0xfd, 0xe6, 0xcd, 0x1b, 0x2f, 0x54, 0xdd, 0xe1, 0x37, 0xd4, 0x0a, 0xda, 0x3e, - 0xf5, 0x2e, 0x6c, 0x8b, 0x1a, 0x73, 0xcf, 0x0d, 0x5c, 0xac, 0x0a, 0x54, 0xaf, 0x78, 0x74, 0xec, - 0xb7, 0x83, 0xcb, 0x39, 0xf5, 0x85, 0x45, 0xc7, 0x92, 0x9f, 0xc6, 0xf6, 0x7d, 0xea, 0xfb, 0xb6, - 0xeb, 0x64, 0x89, 0x32, 0x62, 0xfb, 0x9c, 0x06, 0xa6, 0xc4, 0xaa, 0x11, 0x76, 0x41, 0x3d, 0x7b, - 0x7c, 0x29, 0xd1, 0xd6, 0xc4, 0x0e, 0xa6, 0xe1, 0xd0, 0xb0, 0xdc, 0xf3, 0xf6, 0xc4, 0x9d, 0xb8, - 0x6d, 0x0e, 0x0f, 0xc3, 0x31, 0x9f, 0xf1, 0x09, 0x1f, 0x09, 0x7a, 0xe3, 0x67, 0x04, 0xf0, 0x98, - 0x06, 0x84, 0x3e, 0x0f, 0xa9, 0x1f, 0xe0, 0x16, 0xec, 0x3e, 0x1a, 0x8d, 0x3c, 0xea, 0xfb, 0x35, - 0x74, 0x88, 0x9a, 0xa5, 0x07, 0x65, 0x83, 0x6d, 0xda, 0x90, 0x60, 0x27, 0xff, 0xf2, 0xea, 0x60, - 0x87, 0x44, 0x1c, 0x5c, 0x01, 0x85, 0x98, 0x8b, 0x5a, 0xee, 0x10, 0x35, 0x8b, 0x84, 0x0d, 0xf1, - 0x43, 0xc8, 0x7f, 0x4e, 0x03, 0xb3, 0x36, 0xe4, 0xde, 0xba, 0x11, 0x29, 0x21, 0x17, 0x60, 0xb6, - 0x1e, 0x35, 0x47, 0xd4, 0xeb, 0x14, 0x59, 0xa8, 0x57, 0x57, 0x07, 0x88, 0x70, 0x0f, 0xdc, 0x05, - 0xf5, 0x29, 0x4f, 0xa4, 0x66, 0x71, 0xdf, 0xc6, 0x75, 0x5f, 0x6e, 0xb5, 0x2d, 0x33, 0xb0, 0x5d, - 0xe7, 0xb5, 0x18, 0xd2, 0xb7, 0xf1, 0x02, 0x41, 0x89, 0xe7, 0xe3, 0xcf, 0x5d, 0xc7, 0xa7, 0xb8, - 0x09, 0x52, 0x7d, 0x99, 0xcf, 0x9e, 0x21, 0xa6, 0xc6, 0x29, 0xff, 0xe9, 0xed, 0x10, 0x69, 0xc7, - 0x77, 0xa0, 0x70, 0x3c, 0x0d, 0x9d, 0x67, 0x3c, 0x1b, 0xad, 0xb7, 0x43, 0xc4, 0x14, 0x7f, 0x22, - 0x33, 0x12, 0xbb, 0xba, 0x9b, 0xda, 0x95, 0x58, 0x62, 0x75, 0x4a, 0x1d, 0x05, 0x10, 0x69, 0xfc, - 0x94, 0x03, 0x38, 0x0b, 0x63, 0x85, 0x3f, 0x02, 0x55, 0xb0, 0xe5, 0x86, 0xee, 0x45, 0x1b, 0x4a, - 0x38, 0x6c, 0x28, 0x38, 0x6c, 0x7b, 0x62, 0xb4, 0x72, 0x7b, 0x5b, 0x16, 0x5c, 0xff, 0x0a, 0x6e, - 0xc5, 0xdb, 0xc5, 0xef, 0x82, 0x7a, 0x7a, 0x83, 0xda, 0x44, 0x5a, 0xf1, 0x7d, 0x28, 0x7c, 0xe9, - 0x3e, 0xa3, 0x0e, 0x4f, 0x86, 0xd1, 0x64, 0xcd, 0x1b, 0x1c, 0x25, 0xc2, 0x28, 0xe4, 0x5b, 0x40, - 0x89, 0x2b, 0x23, 0xcf, 0xf3, 0x7f, 0x16, 0xe8, 0xfa, 0x87, 0xd7, 0x78, 0x91, 0x83, 0x72, 0x97, - 0xce, 0x68, 0x40, 0xd7, 0xbc, 0x1c, 0xef, 0xc1, 0xee, 0xe9, 0xc2, 0xa1, 0x5e, 0xbf, 0x2b, 0xce, - 0xac, 0x73, 0x9b, 0xd9, 0x7f, 0xbd, 0x3a, 0x88, 0x60, 0x12, 0x0d, 0x12, 0x3d, 0x94, 0x1b, 0xf4, - 0xd8, 0xfa, 0xdd, 0xfa, 0x0c, 0xf6, 0x22, 0x41, 0xe4, 0x69, 0x6c, 0x20, 0xef, 0x5f, 0x08, 0x4a, - 0xcc, 0x14, 0x89, 0xfb, 0xf0, 0x5f, 0xc4, 0x8d, 0xc5, 0x93, 0x40, 0xa2, 0xf3, 0x21, 0x94, 0x4e, - 0xc2, 0xd9, 0x4c, 0xac, 0xe3, 0xcb, 0x66, 0x94, 0x86, 0xa2, 0x36, 0xa5, 0xbc, 0x39, 0x6d, 0xea, - 0x39, 0x68, 0x22, 0x79, 0x29, 0xe4, 0x7f, 0xbd, 0x38, 0x1b, 0x08, 0xfe, 0x27, 0x82, 0xf2, 0x80, - 0x9a, 0x9e, 0x35, 0x4d, 0xea, 0xb9, 0x74, 0xec, 0x3a, 0x81, 0x69, 0x8b, 0x22, 0x45, 0xbc, 0x48, - 0x4b, 0x52, 0x67, 0xe5, 0xb8, 0xdf, 0x25, 0x69, 0x3b, 0xae, 0x42, 0xe1, 0x8b, 0x90, 0x7a, 0x97, - 0xa2, 0x9a, 0x89, 0x98, 0xe0, 0x06, 0x68, 0x7c, 0xf0, 0x94, 0x7a, 0xac, 0x62, 0xb9, 0xc8, 0x65, - 0x92, 0xc1, 0xb6, 0xae, 0xf6, 0xb7, 0xb0, 0x17, 0x65, 0x2e, 0xf5, 0xfe, 0x00, 0x6e, 0xc9, 0xf2, - 0xa1, 0xac, 0xde, 0x94, 0x55, 0x97, 0x39, 0x61, 0x6d, 0x22, 0xfd, 0x1f, 0x08, 0x6e, 0xb3, 0x47, - 0xc9, 0x74, 0x26, 0xeb, 0x37, 0x93, 0x02, 0x77, 0x97, 0x1d, 0xb3, 0x1c, 0xd5, 0x07, 0x07, 0x25, - 0x59, 0x30, 0xb6, 0xae, 0xb6, 0x0d, 0x95, 0x24, 0x59, 0xa9, 0xb7, 0x0e, 0xc5, 0x13, 0xcf, 0x9c, - 0x9c, 0x53, 0x47, 0x54, 0xb8, 0x46, 0xe2, 0xf9, 0x26, 0xc2, 0x7e, 0x97, 0x83, 0xfd, 0x68, 0xad, - 0x9e, 0xe9, 0x4f, 0xd7, 0x14, 0xf7, 0x7d, 0x50, 0x79, 0x08, 0xd6, 0x3c, 0x94, 0x55, 0xea, 0x4a, - 0x0a, 0xc6, 0x90, 0x1f, 0x98, 0xb3, 0x80, 0x17, 0xba, 0x46, 0xf8, 0x78, 0xeb, 0x92, 0x2f, 0xa0, - 0x9a, 0x95, 0x41, 0xca, 0x7e, 0x1f, 0x54, 0x36, 0x97, 0x35, 0xae, 0x75, 0x34, 0x79, 0xb9, 0xf3, - 0x9c, 0x25, 0x6d, 0x1b, 0x1c, 0xc0, 0x83, 0x1f, 0x14, 0xd8, 0x1d, 0x08, 0x3a, 0x3e, 0x02, 0xe5, - 0x31, 0x0d, 0x30, 0x8e, 0xc4, 0x4b, 0xfe, 0x56, 0xea, 0xfb, 0x19, 0x4c, 0x44, 0x3d, 0x42, 0xcc, - 0xe3, 0x2c, 0x4c, 0x79, 0x24, 0x7f, 0x81, 0x12, 0x8f, 0xd4, 0xe3, 0xdf, 0x44, 0xf8, 0x63, 0x50, - 0xc5, 0x13, 0x84, 0xdf, 0x8a, 0x08, 0x99, 0x37, 0x5a, 0xbf, 0x73, 0x1d, 0x8e, 0x2f, 0x7c, 0x9e, - 0xa5, 0x80, 0xe3, 0xb8, 0xa9, 0xb7, 0x47, 0xaf, 0x66, 0xc1, 0xf8, 0x71, 0x53, 0x45, 0xd7, 0x48, - 0xd6, 0xca, 0xf4, 0xcf, 0x64, 0xad, 0x6c, 0x73, 0x39, 0x42, 0xf8, 0x53, 0x28, 0x46, 0xe7, 0x81, - 0xdf, 0x4e, 0xe7, 0x9e, 0xea, 0x00, 0x7a, 0xed, 0x75, 0x43, 0x1c, 0xa0, 0x0f, 0x5a, 0xfa, 0x40, - 0xf1, 0xdd, 0xeb, 0xdc, 0x54, 0xb5, 0xeb, 0xf7, 0xfe, 0xd9, 0x28, 0x82, 0x75, 0x9e, 0xbc, 0x5c, - 0xd6, 0xd1, 0xab, 0x65, 0x1d, 0xfd, 0xb2, 0xac, 0xa3, 0xdf, 0x96, 0x75, 0xf4, 0xfd, 0xef, 0xf5, - 0x9d, 0xaf, 0xdf, 0x49, 0x7d, 0x26, 0x38, 0xfe, 0xdc, 0xb2, 0x5a, 0x23, 0x7a, 0xd1, 0x76, 0xa8, - 0x3b, 0xf6, 0x5b, 0xe6, 0xdc, 0x6e, 0x8b, 0x88, 0x3f, 0xe6, 0x2a, 0x4f, 0xa8, 0x7b, 0x32, 0x30, - 0x1e, 0x9d, 0xf5, 0xe5, 0x53, 0x34, 0x54, 0xf9, 0x87, 0xc3, 0x87, 0x7f, 0x07, 0x00, 0x00, 0xff, - 0xff, 0xd3, 0xb9, 0x0e, 0x2b, 0xec, 0x0c, 0x00, 0x00, + // 907 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4f, 0x8f, 0x22, 0x45, + 0x14, 0xa7, 0x68, 0xe8, 0x61, 0x1f, 0xcd, 0x2c, 0xa9, 0xc1, 0x95, 0xf4, 0x6e, 0x98, 0x09, 0xd9, + 0x18, 0x8c, 0xa1, 0x19, 0xd7, 0x44, 0xd7, 0x93, 0x59, 0x86, 0xcc, 0x42, 0x8c, 0xce, 0x6c, 0x61, + 0x36, 0xd1, 0x5b, 0xd3, 0x14, 0xd0, 0x2e, 0xd3, 0xcd, 0xf6, 0x9f, 0x21, 0x73, 0xf1, 0xe6, 0x79, + 0xaf, 0x1e, 0x3d, 0xfb, 0x19, 0xfc, 0x00, 0x7b, 0x31, 0xd9, 0xa3, 0xf1, 0x30, 0x31, 0x78, 0xf4, + 0x0b, 0x98, 0x78, 0x31, 0xf5, 0xa7, 0xff, 0xcd, 0xca, 0xaa, 0x70, 0xc0, 0x13, 0x55, 0xbf, 0xf7, + 0x7b, 0xaf, 0xea, 0xfd, 0xea, 0xd5, 0x2b, 0x1a, 0x6a, 0xee, 0xe8, 0x6b, 0x6a, 0x05, 0x1d, 0x9f, + 0x7a, 0x97, 0xb6, 0x45, 0x8d, 0x85, 0xe7, 0x06, 0x2e, 0x56, 0x05, 0xaa, 0x57, 0x3d, 0x3a, 0xf1, + 0x3b, 0xc1, 0xd5, 0x82, 0xfa, 0xc2, 0xa2, 0x63, 0xc9, 0x4f, 0x63, 0x07, 0x3e, 0xf5, 0x7d, 0xdb, + 0x75, 0xb2, 0x44, 0x19, 0xb1, 0x73, 0x41, 0x03, 0x53, 0x62, 0xb5, 0x08, 0xbb, 0xa4, 0x9e, 0x3d, + 0xb9, 0x92, 0x68, 0x7b, 0x6a, 0x07, 0xb3, 0x70, 0x64, 0x58, 0xee, 0x45, 0x67, 0xea, 0x4e, 0xdd, + 0x0e, 0x87, 0x47, 0xe1, 0x84, 0xcf, 0xf8, 0x84, 0x8f, 0x04, 0xbd, 0xf9, 0x13, 0x02, 0x78, 0x4c, + 0x03, 0x42, 0x9f, 0x87, 0xd4, 0x0f, 0x70, 0x1b, 0xf6, 0x1e, 0x8d, 0xc7, 0x1e, 0xf5, 0xfd, 0x3a, + 0x3a, 0x42, 0xad, 0xf2, 0x83, 0x8a, 0xc1, 0x36, 0x6d, 0x48, 0xb0, 0x5b, 0x78, 0x79, 0x7d, 0x98, + 0x23, 0x11, 0x07, 0x57, 0x41, 0x21, 0xe6, 0xb2, 0x9e, 0x3f, 0x42, 0xad, 0x12, 0x61, 0x43, 0xfc, + 0x10, 0x0a, 0x9f, 0xd1, 0xc0, 0xac, 0x8f, 0xb8, 0xb7, 0x6e, 0x44, 0x4a, 0xc8, 0x05, 0x98, 0xad, + 0x4f, 0xcd, 0x31, 0xf5, 0xba, 0x25, 0x16, 0xea, 0xd5, 0xf5, 0x21, 0x22, 0xdc, 0x03, 0xf7, 0x40, + 0x7d, 0xca, 0x13, 0xa9, 0x5b, 0xdc, 0xb7, 0x79, 0xd3, 0x97, 0x5b, 0x6d, 0xcb, 0x0c, 0x6c, 0xd7, + 0x79, 0x2d, 0x86, 0xf4, 0x6d, 0xbe, 0x40, 0x50, 0xe6, 0xf9, 0xf8, 0x0b, 0xd7, 0xf1, 0x29, 0x6e, + 0x81, 0x54, 0x5f, 0xe6, 0xb3, 0x6f, 0x88, 0xa9, 0x71, 0xc6, 0x7f, 0xfa, 0x39, 0x22, 0xed, 0xf8, + 0x0e, 0x14, 0x4f, 0x66, 0xa1, 0xf3, 0x8c, 0x67, 0xa3, 0xf5, 0x73, 0x44, 0x4c, 0xf1, 0xc7, 0x32, + 0x23, 0xb1, 0xab, 0xbb, 0xa9, 0x5d, 0x89, 0x25, 0xd6, 0xa7, 0xd4, 0x55, 0x00, 0x91, 0xe6, 0x8f, + 0x79, 0x80, 0xf3, 0x30, 0x56, 0xf8, 0x43, 0x50, 0x05, 0x5b, 0x6e, 0xe8, 0x5e, 0xb4, 0xa1, 0x84, + 0xc3, 0x86, 0x82, 0xc3, 0xb6, 0x27, 0x46, 0x6b, 0xb7, 0xb7, 0x63, 0xc1, 0xf5, 0x2f, 0xe1, 0x56, + 0xbc, 0x5d, 0xfc, 0x0e, 0xa8, 0x67, 0x6f, 0x50, 0x9b, 0x48, 0x2b, 0xbe, 0x0f, 0xc5, 0x2f, 0xdc, + 0x67, 0xd4, 0xe1, 0xc9, 0x30, 0x9a, 0xac, 0x79, 0x83, 0xa3, 0x44, 0x18, 0x85, 0x7c, 0x4b, 0x28, + 0x73, 0x65, 0xe4, 0x79, 0xfe, 0xc7, 0x02, 0xdd, 0xfc, 0xf0, 0x9a, 0x2f, 0xf2, 0x50, 0xe9, 0xd1, + 0x39, 0x0d, 0xe8, 0x86, 0x97, 0xe3, 0x5d, 0xd8, 0x3b, 0x5b, 0x3a, 0xd4, 0x1b, 0xf4, 0xc4, 0x99, + 0x75, 0x6f, 0x33, 0xfb, 0x2f, 0xd7, 0x87, 0x11, 0x4c, 0xa2, 0x41, 0xa2, 0x87, 0xf2, 0x06, 0x3d, + 0x76, 0x7e, 0xb7, 0x3e, 0x85, 0xfd, 0x48, 0x10, 0x79, 0x1a, 0x5b, 0xc8, 0xfb, 0x27, 0x82, 0x32, + 0x33, 0x45, 0xe2, 0x3e, 0xfc, 0x07, 0x71, 0x63, 0xf1, 0x24, 0x90, 0xe8, 0x7c, 0x04, 0xe5, 0xd3, + 0x70, 0x3e, 0x17, 0xeb, 0xf8, 0xb2, 0x19, 0xa5, 0xa1, 0xa8, 0x4d, 0x29, 0xff, 0x9f, 0x36, 0xf5, + 0x1c, 0x34, 0x91, 0xbc, 0x14, 0xf2, 0xdf, 0x5e, 0x9c, 0x2d, 0x04, 0xff, 0x03, 0x41, 0x65, 0x48, + 0x4d, 0xcf, 0x9a, 0x25, 0xf5, 0x5c, 0x3e, 0x71, 0x9d, 0xc0, 0xb4, 0x45, 0x91, 0x22, 0x5e, 0xa4, + 0x65, 0xa9, 0xb3, 0x72, 0x32, 0xe8, 0x91, 0xb4, 0x1d, 0xd7, 0xa0, 0xf8, 0x24, 0xa4, 0xde, 0x95, + 0xa8, 0x66, 0x22, 0x26, 0xb8, 0x09, 0x1a, 0x1f, 0x3c, 0xa5, 0x1e, 0xab, 0x58, 0x2e, 0x72, 0x85, + 0x64, 0xb0, 0x9d, 0xab, 0xfd, 0x0d, 0xec, 0x47, 0x99, 0x4b, 0xbd, 0xdf, 0x87, 0x5b, 0xb2, 0x7c, + 0x28, 0xab, 0x37, 0x65, 0xdd, 0x65, 0x4e, 0x58, 0xdb, 0x48, 0xff, 0x3b, 0x82, 0xdb, 0xec, 0x51, + 0x32, 0x9d, 0xe9, 0xe6, 0xcd, 0xa4, 0xc8, 0xdd, 0x65, 0xc7, 0xac, 0x44, 0xf5, 0xc1, 0x41, 0x49, + 0x16, 0x8c, 0x9d, 0xab, 0x6d, 0x43, 0x35, 0x49, 0x56, 0xea, 0xad, 0x43, 0xe9, 0xd4, 0x33, 0xa7, + 0x17, 0xd4, 0x11, 0x15, 0xae, 0x91, 0x78, 0xbe, 0x8d, 0xb0, 0xdf, 0xe6, 0xe1, 0x20, 0x5a, 0xab, + 0x6f, 0xfa, 0xb3, 0x0d, 0xc5, 0x7d, 0x0f, 0x54, 0x1e, 0x82, 0x35, 0x0f, 0x65, 0x9d, 0xba, 0x92, + 0x82, 0x31, 0x14, 0x86, 0xe6, 0x3c, 0xe0, 0x85, 0xae, 0x11, 0x3e, 0xde, 0xb9, 0xe4, 0x4b, 0xa8, + 0x65, 0x65, 0x90, 0xb2, 0xdf, 0x07, 0x95, 0xcd, 0x65, 0x8d, 0x6b, 0x5d, 0x4d, 0x5e, 0xee, 0x02, + 0x67, 0x49, 0xdb, 0x16, 0x07, 0xf0, 0xe0, 0x7b, 0x05, 0xf6, 0x86, 0x82, 0x8e, 0x8f, 0x41, 0x79, + 0x4c, 0x03, 0x8c, 0x23, 0xf1, 0x92, 0xbf, 0x95, 0xfa, 0x41, 0x06, 0x13, 0x51, 0x8f, 0x11, 0xf3, + 0x38, 0x0f, 0x53, 0x1e, 0xc9, 0x5f, 0xa0, 0xc4, 0x23, 0xf5, 0xf8, 0xb7, 0x10, 0xfe, 0x08, 0x54, + 0xf1, 0x04, 0xe1, 0xb7, 0x22, 0x42, 0xe6, 0x8d, 0xd6, 0xef, 0xdc, 0x84, 0xe3, 0x0b, 0x5f, 0x60, + 0x29, 0xe0, 0x38, 0x6e, 0xea, 0xed, 0xd1, 0x6b, 0x59, 0x30, 0x7e, 0xdc, 0x54, 0xd1, 0x35, 0x92, + 0xb5, 0x32, 0xfd, 0x33, 0x59, 0x2b, 0xdb, 0x5c, 0x8e, 0x11, 0xfe, 0x04, 0x4a, 0xd1, 0x79, 0xe0, + 0xb7, 0xd3, 0xb9, 0xa7, 0x3a, 0x80, 0x5e, 0x7f, 0xdd, 0x10, 0x07, 0x18, 0x80, 0x96, 0x3e, 0x50, + 0x7c, 0xf7, 0x26, 0x37, 0x55, 0xed, 0xfa, 0xbd, 0xbf, 0x37, 0x8a, 0x60, 0xdd, 0x27, 0x2f, 0x57, + 0x0d, 0xf4, 0x6a, 0xd5, 0x40, 0x3f, 0xaf, 0x1a, 0xe8, 0xd7, 0x55, 0x03, 0x7d, 0xf7, 0x5b, 0x23, + 0xf7, 0x55, 0x2b, 0xf5, 0x99, 0xe0, 0xf8, 0x0b, 0xcb, 0x6a, 0x8f, 0xe9, 0x65, 0xc7, 0xa1, 0xee, + 0xc4, 0x6f, 0x9b, 0x0b, 0xbb, 0x3d, 0x75, 0x3b, 0x22, 0xe8, 0x0f, 0xf9, 0xea, 0xe7, 0xd4, 0x3d, + 0x1d, 0x1a, 0x8f, 0xce, 0x07, 0xf2, 0x35, 0x1a, 0xa9, 0xfc, 0xdb, 0xe1, 0x83, 0xbf, 0x02, 0x00, + 0x00, 0xff, 0xff, 0x9e, 0xc2, 0xdd, 0xbd, 0xef, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/object/service.proto b/object/service.proto index dbd2a809..2aa21fd7 100644 --- a/object/service.proto +++ b/object/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package object; -option go_package = "github.com/nspcc-dev/neofs-api/object"; +option go_package = "github.com/nspcc-dev/neofs-api-go/object"; option csharp_namespace = "NeoFS.API.Object"; import "refs/types.proto"; diff --git a/object/sg.go b/object/sg.go index a51123b2..a75b9501 100644 --- a/object/sg.go +++ b/object/sg.go @@ -3,8 +3,8 @@ package object import ( "sort" - "github.com/nspcc-dev/neofs-api/refs" - "github.com/nspcc-dev/neofs-api/storagegroup" + "github.com/nspcc-dev/neofs-api-go/refs" + "github.com/nspcc-dev/neofs-api-go/storagegroup" ) // Here are defined getter functions for objects that contain storage group diff --git a/object/sg_test.go b/object/sg_test.go index ed657b78..716e9161 100644 --- a/object/sg_test.go +++ b/object/sg_test.go @@ -5,8 +5,8 @@ import ( "sort" "testing" - "github.com/nspcc-dev/neofs-api/hash" - "github.com/nspcc-dev/neofs-api/storagegroup" + "github.com/nspcc-dev/neofs-api-go/hash" + "github.com/nspcc-dev/neofs-api-go/storagegroup" "github.com/stretchr/testify/require" ) diff --git a/object/types.go b/object/types.go index e5735a57..de909a86 100644 --- a/object/types.go +++ b/object/types.go @@ -5,9 +5,9 @@ import ( "context" "github.com/gogo/protobuf/proto" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" - "github.com/nspcc-dev/neofs-api/session" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" + "github.com/nspcc-dev/neofs-api-go/session" ) type ( diff --git a/object/types.pb.go b/object/types.pb.go index 53be938d..fe474596 100644 --- a/object/types.pb.go +++ b/object/types.pb.go @@ -7,9 +7,9 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - refs "github.com/nspcc-dev/neofs-api/refs" - session "github.com/nspcc-dev/neofs-api/session" - storagegroup "github.com/nspcc-dev/neofs-api/storagegroup" + refs "github.com/nspcc-dev/neofs-api-go/refs" + session "github.com/nspcc-dev/neofs-api-go/session" + storagegroup "github.com/nspcc-dev/neofs-api-go/storagegroup" io "io" math "math" math_bits "math/bits" @@ -826,64 +826,64 @@ func init() { func init() { proto.RegisterFile("object/types.proto", fileDescriptor_02021a1d39b1aee0) } var fileDescriptor_02021a1d39b1aee0 = []byte{ - // 908 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x55, 0xdd, 0x72, 0x1b, 0x35, - 0x14, 0xf6, 0xda, 0xeb, 0xbf, 0xe3, 0x4d, 0xb3, 0x15, 0xa5, 0xec, 0x84, 0xc1, 0x09, 0x3b, 0x94, - 0x09, 0x85, 0xac, 0x87, 0x14, 0xa6, 0xc3, 0x0d, 0x43, 0x1c, 0x03, 0xf6, 0x50, 0x12, 0x8f, 0x9c, - 0xe4, 0x82, 0xbb, 0xb5, 0x2d, 0xdb, 0x22, 0xb6, 0xe4, 0x91, 0xb4, 0x6d, 0xfd, 0x1a, 0x5c, 0x71, - 0xc7, 0x3d, 0x2f, 0xc0, 0x2b, 0xf4, 0x92, 0x4b, 0xa6, 0x17, 0x19, 0x26, 0x3c, 0x00, 0xaf, 0xd0, - 0x91, 0xf6, 0xc7, 0xbb, 0x69, 0x6f, 0x3c, 0x3a, 0xe7, 0xfb, 0x3e, 0xf9, 0xe8, 0xe8, 0x3b, 0x5a, - 0x40, 0x7c, 0xfc, 0x2b, 0x99, 0xa8, 0x8e, 0xda, 0xac, 0x89, 0x0c, 0xd6, 0x82, 0x2b, 0x8e, 0x6a, - 0x71, 0x6e, 0xcf, 0x15, 0x64, 0x26, 0xf3, 0xc8, 0xde, 0x7b, 0x92, 0x48, 0x49, 0x39, 0x2b, 0x24, - 0x3d, 0xa9, 0xb8, 0x08, 0xe7, 0x64, 0x2e, 0x78, 0xb4, 0x2e, 0x20, 0x47, 0x73, 0xaa, 0x16, 0xd1, - 0x38, 0x98, 0xf0, 0x55, 0x67, 0xce, 0xe7, 0xbc, 0x63, 0xd2, 0xe3, 0x68, 0x66, 0x22, 0x13, 0x98, - 0x55, 0x4c, 0xf7, 0x9f, 0x42, 0x15, 0x87, 0x6c, 0x4e, 0xd0, 0x43, 0xa8, 0x9d, 0xcf, 0x66, 0x92, - 0x28, 0xcf, 0x3a, 0xb0, 0x0e, 0x6d, 0x9c, 0x44, 0x3a, 0xff, 0x8c, 0xb0, 0xb9, 0x5a, 0x78, 0xe5, - 0x38, 0x1f, 0x47, 0xfe, 0x57, 0x00, 0x97, 0x92, 0x88, 0x3e, 0x09, 0xa7, 0x44, 0x20, 0x17, 0x2a, - 0x3f, 0x91, 0x8d, 0x91, 0x36, 0xb1, 0x5e, 0xa2, 0x07, 0x50, 0xbd, 0x0a, 0x97, 0x11, 0x31, 0xb2, - 0x26, 0x8e, 0x03, 0xff, 0x2f, 0x1b, 0x6a, 0x89, 0xc4, 0x07, 0xfb, 0x19, 0x65, 0xd7, 0x46, 0xd3, - 0x3a, 0x76, 0x82, 0xb8, 0x01, 0x81, 0xce, 0xf5, 0x4b, 0xd8, 0x60, 0xe8, 0x73, 0x68, 0x60, 0x32, - 0xa5, 0x82, 0x4c, 0x94, 0xd9, 0xa7, 0x75, 0xbc, 0x13, 0xe8, 0x06, 0x05, 0x27, 0xd3, 0xa9, 0x20, - 0x52, 0xf6, 0x4b, 0x38, 0x23, 0xa0, 0x42, 0x45, 0x5e, 0xc5, 0xd0, 0x51, 0xba, 0xed, 0x16, 0xe9, - 0x97, 0x70, 0xbe, 0xf2, 0x2f, 0xa1, 0x79, 0x21, 0x42, 0x26, 0x67, 0x5c, 0xac, 0x3c, 0xdb, 0x88, - 0xee, 0xa7, 0xa2, 0x0c, 0xe8, 0x97, 0xf0, 0x96, 0x65, 0x24, 0x7c, 0x35, 0x96, 0x8a, 0x33, 0xe2, - 0x55, 0xef, 0x48, 0x52, 0xc0, 0x48, 0xd2, 0x00, 0x7d, 0x0d, 0xb5, 0x2b, 0x22, 0xe8, 0x6c, 0xe3, - 0xd5, 0x0c, 0xff, 0xc3, 0x20, 0xb9, 0xd5, 0xc0, 0xa4, 0xe9, 0x24, 0x54, 0x94, 0xb3, 0xac, 0xc0, - 0x84, 0x8c, 0x3e, 0x85, 0x46, 0x9f, 0xaf, 0x78, 0x3f, 0x94, 0x0b, 0xaf, 0x7e, 0x60, 0x1d, 0x3a, - 0xdd, 0xc6, 0xeb, 0x9b, 0x7d, 0x5b, 0xc7, 0xfa, 0xe8, 0x29, 0x86, 0x1e, 0xc3, 0xee, 0x30, 0xdc, - 0x2c, 0x79, 0x38, 0x3d, 0x5d, 0x90, 0xc9, 0xb5, 0x8c, 0x56, 0x5e, 0x43, 0xd3, 0xfb, 0x25, 0x7c, - 0x17, 0x40, 0x4f, 0xa1, 0x39, 0x60, 0x8a, 0xcc, 0x05, 0x55, 0x1b, 0xaf, 0x69, 0xaa, 0xf9, 0x20, - 0xad, 0x3e, 0x03, 0xb2, 0x4a, 0xb6, 0x5c, 0xf4, 0x1d, 0x38, 0xa3, 0xd8, 0x75, 0x3f, 0x6a, 0xd7, - 0x79, 0x60, 0xb4, 0x7b, 0x41, 0xde, 0x8a, 0x41, 0x9e, 0xd1, 0x2f, 0xe1, 0x82, 0x42, 0x37, 0x6e, - 0x18, 0x8d, 0x97, 0x74, 0xa2, 0xbd, 0xd2, 0x2a, 0x36, 0x2e, 0x03, 0xf4, 0x9f, 0x66, 0x41, 0xb7, - 0x9e, 0xd8, 0xc8, 0x6f, 0xe5, 0x9a, 0xee, 0xff, 0x6f, 0x81, 0x33, 0xda, 0x48, 0x45, 0x56, 0xc9, - 0x2d, 0x7a, 0x50, 0xbf, 0x22, 0x42, 0x37, 0x34, 0xb1, 0x6f, 0x1a, 0xa2, 0x4f, 0x60, 0x27, 0xe9, - 0x40, 0xc1, 0xc6, 0xc5, 0x24, 0xda, 0x83, 0xf2, 0xa0, 0x67, 0x3c, 0xe3, 0x74, 0xe1, 0xd5, 0xcd, - 0x7e, 0xe9, 0xf5, 0xcd, 0x7e, 0x79, 0xd0, 0xc3, 0xe5, 0x41, 0x0f, 0x7d, 0x06, 0xf5, 0xf3, 0x17, - 0x8c, 0x88, 0x41, 0xcf, 0xf8, 0xc3, 0xe9, 0xee, 0x26, 0x84, 0x34, 0x8d, 0xd3, 0x05, 0xfa, 0x08, - 0x2a, 0xa7, 0x83, 0x9e, 0xf1, 0x84, 0xd3, 0x6d, 0x25, 0x34, 0x9d, 0xc2, 0xfa, 0x07, 0x7d, 0x03, - 0xcd, 0x53, 0x41, 0x42, 0x45, 0xa6, 0x27, 0x2a, 0x31, 0xc2, 0xfb, 0xe9, 0xf9, 0x0d, 0x40, 0x39, - 0x1b, 0x72, 0xca, 0x54, 0xd7, 0xd6, 0x5a, 0xbc, 0x65, 0xfb, 0x27, 0xb0, 0x53, 0x60, 0xa0, 0x3d, - 0x68, 0x5c, 0x32, 0xfa, 0xf2, 0x82, 0xae, 0x88, 0x39, 0x72, 0x05, 0x67, 0xb1, 0x9e, 0xbd, 0xef, - 0xd7, 0x7c, 0x92, 0x9e, 0x35, 0x0e, 0x7c, 0x0a, 0xbb, 0x77, 0xee, 0x17, 0x1d, 0xc2, 0x6e, 0xbc, - 0x92, 0x99, 0x6f, 0xf4, 0x5e, 0x0e, 0xbe, 0x9b, 0x46, 0x5f, 0xc0, 0xfd, 0x74, 0x3d, 0xa2, 0x73, - 0x16, 0xaa, 0x48, 0xc4, 0xa3, 0xed, 0xe0, 0xb7, 0x01, 0xff, 0x0f, 0x2b, 0x1e, 0x6e, 0xf4, 0x08, - 0x6c, 0xfd, 0x38, 0x99, 0x5d, 0xef, 0x6d, 0x2f, 0x5b, 0x63, 0xc1, 0xc5, 0x66, 0x4d, 0xb0, 0x81, - 0x93, 0xf6, 0x97, 0xdf, 0xd5, 0x7e, 0xff, 0x02, 0x6c, 0xcd, 0x44, 0x2d, 0xa8, 0x5f, 0xb2, 0x6b, - 0xc6, 0x5f, 0x30, 0xb7, 0x84, 0x00, 0x6a, 0xc3, 0x50, 0x10, 0xa6, 0x5c, 0x0b, 0x39, 0xd0, 0x18, - 0x0a, 0xf2, 0x9c, 0xf2, 0x48, 0xba, 0x65, 0xd4, 0x00, 0xfb, 0x8c, 0xbc, 0x54, 0x6e, 0x05, 0x35, - 0xa1, 0x7a, 0xba, 0xa0, 0xcb, 0xa9, 0x6b, 0x23, 0xb7, 0x68, 0x5d, 0xb7, 0xea, 0x2f, 0x73, 0x63, - 0x8f, 0x1e, 0x17, 0xaa, 0x7c, 0xf8, 0xd6, 0xf8, 0xe7, 0x4a, 0xf5, 0x9f, 0xbc, 0xab, 0x9c, 0x26, - 0x54, 0x47, 0xeb, 0x25, 0xd5, 0xd5, 0x34, 0xc0, 0xd6, 0x7d, 0x70, 0xcb, 0x3a, 0xf9, 0x33, 0x8f, - 0x96, 0x53, 0xb7, 0xe2, 0xff, 0x66, 0x41, 0xed, 0xdc, 0x6c, 0x8a, 0xbe, 0x2d, 0x3a, 0x37, 0x79, - 0xfe, 0x1e, 0xa4, 0xff, 0x99, 0xc7, 0x12, 0x17, 0x14, 0x9d, 0x1e, 0x40, 0x3d, 0xb9, 0x1b, 0xaf, - 0x7c, 0x50, 0x39, 0x6c, 0x1d, 0xdf, 0x4b, 0xa5, 0x05, 0x51, 0x4a, 0xd2, 0x93, 0x91, 0x58, 0x3d, - 0xb6, 0x37, 0x4e, 0x43, 0xff, 0xe3, 0xdc, 0x34, 0x6e, 0x9f, 0xeb, 0xf8, 0xfe, 0xe3, 0xa0, 0x7b, - 0xf6, 0xea, 0xb6, 0x6d, 0xfd, 0x7d, 0xdb, 0xb6, 0xfe, 0xb9, 0x6d, 0x5b, 0xff, 0xde, 0xb6, 0xad, - 0xdf, 0xff, 0x6b, 0x97, 0x7e, 0x79, 0x94, 0xfb, 0xc4, 0x30, 0xb9, 0x9e, 0x4c, 0x8e, 0xa6, 0xe4, - 0x79, 0x87, 0x11, 0x3e, 0x93, 0x47, 0xe1, 0x9a, 0x76, 0xe2, 0x7a, 0xfe, 0x2c, 0xbb, 0x67, 0x84, - 0xff, 0x30, 0x0a, 0x4e, 0x86, 0x83, 0x20, 0x3e, 0xfc, 0xb8, 0x66, 0x3e, 0x3a, 0x4f, 0xde, 0x04, - 0x00, 0x00, 0xff, 0xff, 0x29, 0xb2, 0x70, 0xad, 0x02, 0x07, 0x00, 0x00, + // 911 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x55, 0x4f, 0x73, 0x1b, 0x35, + 0x14, 0xf7, 0xda, 0xeb, 0x7f, 0xcf, 0x9b, 0x66, 0x2b, 0x4a, 0xd9, 0x31, 0x83, 0x13, 0x76, 0x80, + 0x31, 0x85, 0xac, 0x87, 0x14, 0xa6, 0xc3, 0x85, 0x21, 0x8e, 0x01, 0x7b, 0x28, 0x8d, 0x91, 0x93, + 0x1c, 0xb8, 0xad, 0x6d, 0x79, 0x2d, 0x62, 0x4b, 0x1e, 0x49, 0x6e, 0xeb, 0xaf, 0xc1, 0x89, 0x1b, + 0x77, 0xbe, 0x00, 0x5f, 0xa1, 0x47, 0x8e, 0x4c, 0x0f, 0x19, 0x26, 0x7c, 0x00, 0xbe, 0x42, 0x47, + 0xda, 0x5d, 0x7b, 0x37, 0xcd, 0xc5, 0xa3, 0xf7, 0x7e, 0xbf, 0x9f, 0xfc, 0xf4, 0xf4, 0x7b, 0x5a, + 0x40, 0x7c, 0xfc, 0x2b, 0x99, 0xa8, 0x8e, 0xda, 0xac, 0x88, 0x0c, 0x56, 0x82, 0x2b, 0x8e, 0x2a, + 0x71, 0xae, 0xe9, 0x0a, 0x32, 0x93, 0x59, 0xa4, 0xf9, 0x8e, 0x24, 0x52, 0x52, 0xce, 0x72, 0x49, + 0x4f, 0x2a, 0x2e, 0xc2, 0x88, 0x44, 0x82, 0xaf, 0x57, 0x39, 0xe4, 0x28, 0xa2, 0x6a, 0xbe, 0x1e, + 0x07, 0x13, 0xbe, 0xec, 0x44, 0x3c, 0xe2, 0x1d, 0x93, 0x1e, 0xaf, 0x67, 0x26, 0x32, 0x81, 0x59, + 0xc5, 0x74, 0xff, 0x09, 0x94, 0x71, 0xc8, 0x22, 0x82, 0x1e, 0x42, 0xe5, 0x6c, 0x36, 0x93, 0x44, + 0x79, 0xd6, 0xa1, 0xd5, 0xb6, 0x71, 0x12, 0xe9, 0xfc, 0x53, 0xc2, 0x22, 0x35, 0xf7, 0x8a, 0x71, + 0x3e, 0x8e, 0xfc, 0x2f, 0x01, 0x2e, 0x24, 0x11, 0x7d, 0x12, 0x4e, 0x89, 0x40, 0x2e, 0x94, 0x7e, + 0x24, 0x1b, 0x23, 0xad, 0x63, 0xbd, 0x44, 0x0f, 0xa0, 0x7c, 0x19, 0x2e, 0xd6, 0xc4, 0xc8, 0xea, + 0x38, 0x0e, 0xfc, 0xbf, 0x6c, 0xa8, 0x24, 0x12, 0x1f, 0xec, 0xa7, 0x94, 0x5d, 0x19, 0x4d, 0xe3, + 0xd8, 0x09, 0xe2, 0x06, 0x04, 0x3a, 0xd7, 0x2f, 0x60, 0x83, 0xa1, 0xcf, 0xa0, 0x86, 0xc9, 0x94, + 0x0a, 0x32, 0x51, 0x66, 0x9f, 0xc6, 0xf1, 0x5e, 0xa0, 0x1b, 0x14, 0x9c, 0x4c, 0xa7, 0x82, 0x48, + 0xd9, 0x2f, 0xe0, 0x2d, 0x01, 0xe5, 0x2a, 0xf2, 0x4a, 0x86, 0x8e, 0xd2, 0x6d, 0x77, 0x48, 0xbf, + 0x80, 0xb3, 0x95, 0x7f, 0x01, 0xf5, 0x73, 0x11, 0x32, 0x39, 0xe3, 0x62, 0xe9, 0xd9, 0x46, 0x74, + 0x3f, 0x15, 0x6d, 0x81, 0x7e, 0x01, 0xef, 0x58, 0x46, 0xc2, 0x97, 0x63, 0xa9, 0x38, 0x23, 0x5e, + 0xf9, 0x96, 0x24, 0x05, 0x8c, 0x24, 0x0d, 0xd0, 0x57, 0x50, 0xb9, 0x24, 0x82, 0xce, 0x36, 0x5e, + 0xc5, 0xf0, 0xdf, 0x0f, 0x92, 0x5b, 0x0d, 0x4c, 0x9a, 0x4e, 0x42, 0x45, 0x39, 0xdb, 0x16, 0x98, + 0x90, 0xd1, 0x27, 0x50, 0xeb, 0xf3, 0x25, 0xef, 0x87, 0x72, 0xee, 0x55, 0x0f, 0xad, 0xb6, 0xd3, + 0xad, 0xbd, 0xbe, 0x3e, 0xb0, 0x75, 0xac, 0x8f, 0x9e, 0x62, 0xe8, 0x11, 0xec, 0x0f, 0xc3, 0xcd, + 0x82, 0x87, 0xd3, 0xd3, 0x39, 0x99, 0x5c, 0xc9, 0xf5, 0xd2, 0xab, 0x69, 0x7a, 0xbf, 0x80, 0x6f, + 0x03, 0xe8, 0x09, 0xd4, 0x07, 0x4c, 0x91, 0x48, 0x50, 0xb5, 0xf1, 0xea, 0xa6, 0x9a, 0xf7, 0xd2, + 0xea, 0xb7, 0xc0, 0xb6, 0x92, 0x1d, 0x17, 0x7d, 0x0b, 0xce, 0x28, 0x76, 0xdd, 0x0f, 0xda, 0x75, + 0x1e, 0x18, 0x6d, 0x33, 0xc8, 0x5a, 0x31, 0xc8, 0x32, 0xfa, 0x05, 0x9c, 0x53, 0xe8, 0xc6, 0x0d, + 0xd7, 0xe3, 0x05, 0x9d, 0x68, 0xaf, 0x34, 0xf2, 0x8d, 0xdb, 0x02, 0xfa, 0x4f, 0xb7, 0x41, 0xb7, + 0x9a, 0xd8, 0xc8, 0x6f, 0x64, 0x9a, 0xee, 0xff, 0x6f, 0x81, 0x33, 0xda, 0x48, 0x45, 0x96, 0xc9, + 0x2d, 0x7a, 0x50, 0xbd, 0x24, 0x42, 0x37, 0x34, 0xb1, 0x6f, 0x1a, 0xa2, 0x8f, 0x60, 0x2f, 0xe9, + 0x40, 0xce, 0xc6, 0xf9, 0x24, 0x6a, 0x42, 0x71, 0xd0, 0x33, 0x9e, 0x71, 0xba, 0xf0, 0xea, 0xfa, + 0xa0, 0xf0, 0xfa, 0xfa, 0xa0, 0x38, 0xe8, 0xe1, 0xe2, 0xa0, 0x87, 0x3e, 0x85, 0xea, 0xd9, 0x0b, + 0x46, 0xc4, 0xa0, 0x67, 0xfc, 0xe1, 0x74, 0xf7, 0x13, 0x42, 0x9a, 0xc6, 0xe9, 0x02, 0x7d, 0x00, + 0xa5, 0xd3, 0x41, 0xcf, 0x78, 0xc2, 0xe9, 0x36, 0x12, 0x9a, 0x4e, 0x61, 0xfd, 0x83, 0xbe, 0x86, + 0xfa, 0xa9, 0x20, 0xa1, 0x22, 0xd3, 0x13, 0x95, 0x18, 0xe1, 0xdd, 0xf4, 0xfc, 0x06, 0xa0, 0x9c, + 0x0d, 0x39, 0x65, 0xaa, 0x6b, 0x6b, 0x2d, 0xde, 0xb1, 0xfd, 0x13, 0xd8, 0xcb, 0x31, 0x50, 0x13, + 0x6a, 0x17, 0x8c, 0xbe, 0x3c, 0xa7, 0x4b, 0x62, 0x8e, 0x5c, 0xc2, 0xdb, 0x58, 0xcf, 0xde, 0x77, + 0x2b, 0x3e, 0x49, 0xcf, 0x1a, 0x07, 0x3e, 0x85, 0xfd, 0x5b, 0xf7, 0x8b, 0xda, 0xb0, 0x1f, 0xaf, + 0xe4, 0xd6, 0x37, 0x7a, 0x2f, 0x07, 0xdf, 0x4e, 0xa3, 0xcf, 0xe1, 0x7e, 0xba, 0x1e, 0xd1, 0x88, + 0x85, 0x6a, 0x2d, 0xe2, 0xd1, 0x76, 0xf0, 0xdb, 0x80, 0xff, 0x87, 0x15, 0x0f, 0x37, 0xfa, 0x18, + 0x6c, 0xfd, 0x38, 0x99, 0x5d, 0xef, 0xed, 0x2e, 0x5b, 0x63, 0xc1, 0xf9, 0x66, 0x45, 0xb0, 0x81, + 0x93, 0xf6, 0x17, 0xef, 0x6a, 0xbf, 0x7f, 0x0e, 0xb6, 0x66, 0xa2, 0x06, 0x54, 0x2f, 0xd8, 0x15, + 0xe3, 0x2f, 0x98, 0x5b, 0x40, 0x00, 0x95, 0x61, 0x28, 0x08, 0x53, 0xae, 0x85, 0x1c, 0xa8, 0x0d, + 0x05, 0x79, 0x4e, 0xf9, 0x5a, 0xba, 0x45, 0x54, 0x03, 0xfb, 0x19, 0x79, 0xa9, 0xdc, 0x12, 0xaa, + 0x43, 0xf9, 0x74, 0x4e, 0x17, 0x53, 0xd7, 0x46, 0x6e, 0xde, 0xba, 0x6e, 0xd9, 0x5f, 0x64, 0xc6, + 0x1e, 0x3d, 0xca, 0x55, 0xf9, 0xf0, 0xad, 0xf1, 0xcf, 0x94, 0xea, 0x3f, 0xbe, 0xab, 0x9c, 0x3a, + 0x94, 0x47, 0xab, 0x05, 0xd5, 0xd5, 0xd4, 0xc0, 0xd6, 0x7d, 0x70, 0x8b, 0x3a, 0xf9, 0x13, 0x5f, + 0x2f, 0xa6, 0x6e, 0xc9, 0xff, 0xcd, 0x82, 0xca, 0x99, 0xd9, 0x14, 0x7d, 0x93, 0x77, 0x6e, 0xf2, + 0xfc, 0x3d, 0x48, 0xff, 0x33, 0x8b, 0x25, 0x2e, 0xc8, 0x3b, 0x3d, 0x80, 0x6a, 0x72, 0x37, 0x5e, + 0xf1, 0xb0, 0xd4, 0x6e, 0x1c, 0xdf, 0x4b, 0xa5, 0x39, 0x51, 0x4a, 0xd2, 0x93, 0x91, 0x58, 0x3d, + 0xb6, 0x37, 0x4e, 0x43, 0xff, 0xc3, 0xcc, 0x34, 0xee, 0x9e, 0xeb, 0xf8, 0xfe, 0xe3, 0xa0, 0xfb, + 0xf3, 0xab, 0x9b, 0x96, 0xf5, 0xf7, 0x4d, 0xcb, 0xfa, 0xe7, 0xa6, 0x65, 0xfd, 0x7b, 0xd3, 0xb2, + 0x7e, 0xff, 0xaf, 0x55, 0xf8, 0xa5, 0x9d, 0xf9, 0xc4, 0x30, 0xb9, 0x9a, 0x4c, 0x8e, 0xa6, 0xe4, + 0x79, 0x87, 0x11, 0x3e, 0x93, 0x47, 0xe1, 0x8a, 0x1e, 0x45, 0xbc, 0x13, 0x97, 0xf4, 0x67, 0xd1, + 0x7d, 0x46, 0xf8, 0xf7, 0xa3, 0xe0, 0x64, 0x38, 0x08, 0xe2, 0xf3, 0x8f, 0x2b, 0xe6, 0xbb, 0xf3, + 0xf8, 0x4d, 0x00, 0x00, 0x00, 0xff, 0xff, 0xee, 0xb1, 0xc7, 0x51, 0x05, 0x07, 0x00, 0x00, } func (m *Range) Marshal() (dAtA []byte, err error) { diff --git a/object/types.proto b/object/types.proto index 3abe725f..f21bf74c 100644 --- a/object/types.proto +++ b/object/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package object; -option go_package = "github.com/nspcc-dev/neofs-api/object"; +option go_package = "github.com/nspcc-dev/neofs-api-go/object"; option csharp_namespace = "NeoFS.API.Object"; import "refs/types.proto"; diff --git a/object/utils.go b/object/utils.go index 329f2875..07f09840 100644 --- a/object/utils.go +++ b/object/utils.go @@ -4,7 +4,7 @@ import ( "io" "strconv" - "github.com/nspcc-dev/neofs-api/session" + "github.com/nspcc-dev/neofs-api-go/session" "github.com/pkg/errors" ) diff --git a/object/verification_test.go b/object/verification_test.go index 053a7dea..b37ec701 100644 --- a/object/verification_test.go +++ b/object/verification_test.go @@ -4,9 +4,9 @@ import ( "testing" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-api/container" - "github.com/nspcc-dev/neofs-api/refs" - "github.com/nspcc-dev/neofs-api/session" + "github.com/nspcc-dev/neofs-api-go/container" + "github.com/nspcc-dev/neofs-api-go/refs" + "github.com/nspcc-dev/neofs-api-go/session" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/nspcc-dev/neofs-crypto/test" "github.com/stretchr/testify/require" diff --git a/query/types.pb.go b/query/types.pb.go index ed20942f..96bd198f 100644 --- a/query/types.pb.go +++ b/query/types.pb.go @@ -163,7 +163,7 @@ func init() { func init() { proto.RegisterFile("query/types.proto", fileDescriptor_c682aeaf51d46f4d) } var fileDescriptor_c682aeaf51d46f4d = []byte{ - // 293 bytes of a gzipped FileDescriptorProto + // 296 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2c, 0x2c, 0x4d, 0x2d, 0xaa, 0xd4, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x05, 0x0b, 0x49, 0xe9, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, 0xe7, @@ -177,12 +177,12 @@ var fileDescriptor_c682aeaf51d46f4d = []byte{ 0x28, 0x35, 0x3d, 0xb5, 0x42, 0x80, 0xd1, 0x8a, 0x65, 0xc6, 0x02, 0x79, 0x06, 0x25, 0x1b, 0x2e, 0xd6, 0x40, 0x90, 0x95, 0x42, 0xba, 0x5c, 0xec, 0x10, 0x5b, 0x8b, 0x25, 0x18, 0x15, 0x98, 0x35, 0xb8, 0x8d, 0x78, 0x51, 0xdc, 0xe2, 0xc4, 0x72, 0xe2, 0x9e, 0x3c, 0x43, 0x10, 0x4c, 0x0d, 0x44, - 0xb7, 0x93, 0xcf, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0xde, 0x78, 0x24, 0xc7, 0xf8, - 0xe0, 0x91, 0x1c, 0xe3, 0x8c, 0xc7, 0x72, 0x0c, 0x51, 0x2a, 0x48, 0xa1, 0x91, 0x57, 0x5c, 0x90, + 0xb7, 0x93, 0xff, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0xde, 0x78, 0x24, 0xc7, 0xf8, + 0xe0, 0x91, 0x1c, 0xe3, 0x8c, 0xc7, 0x72, 0x0c, 0x51, 0xea, 0x48, 0xa1, 0x91, 0x57, 0x5c, 0x90, 0x9c, 0xac, 0x9b, 0x92, 0x5a, 0xa6, 0x9f, 0x97, 0x9a, 0x9f, 0x56, 0xac, 0x9b, 0x58, 0x90, 0xa9, - 0x0f, 0x36, 0x77, 0x15, 0x13, 0xbf, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, 0x63, 0x80, 0xa7, 0x1e, - 0xd8, 0x09, 0x49, 0x6c, 0xe0, 0xd0, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x2b, 0x12, 0xad, - 0xe4, 0x68, 0x01, 0x00, 0x00, + 0x9b, 0x9e, 0xaf, 0x0f, 0x36, 0x7a, 0x15, 0x13, 0xbf, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, 0x63, + 0x80, 0xa7, 0x1e, 0xd8, 0x15, 0x49, 0x6c, 0xe0, 0x00, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, + 0x83, 0xc6, 0x2b, 0x05, 0x6b, 0x01, 0x00, 0x00, } func (m *Filter) Marshal() (dAtA []byte, err error) { diff --git a/query/types.proto b/query/types.proto index 0d35154b..ebc0d640 100644 --- a/query/types.proto +++ b/query/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package query; -option go_package = "github.com/nspcc-dev/neofs-api/query"; +option go_package = "github.com/nspcc-dev/neofs-api-go/query"; option csharp_namespace = "NeoFS.API.Query"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/refs/address.go b/refs/address.go index 9c9ce7d0..f07e317f 100644 --- a/refs/address.go +++ b/refs/address.go @@ -4,7 +4,7 @@ import ( "crypto/sha256" "strings" - "github.com/nspcc-dev/neofs-api/internal" + "github.com/nspcc-dev/neofs-api-go/internal" ) const ( diff --git a/refs/owner.go b/refs/owner.go index 59c9c25b..1aed00cd 100644 --- a/refs/owner.go +++ b/refs/owner.go @@ -5,7 +5,7 @@ import ( "crypto/ecdsa" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/chain" + "github.com/nspcc-dev/neofs-api-go/chain" "github.com/pkg/errors" ) diff --git a/refs/types.go b/refs/types.go index c0ba85a8..117aa031 100644 --- a/refs/types.go +++ b/refs/types.go @@ -13,8 +13,8 @@ import ( "crypto/sha256" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-api/chain" - "github.com/nspcc-dev/neofs-api/internal" + "github.com/nspcc-dev/neofs-api-go/chain" + "github.com/nspcc-dev/neofs-api-go/internal" ) type ( diff --git a/refs/types.pb.go b/refs/types.pb.go index e4d6a65d..1b483cdb 100644 --- a/refs/types.pb.go +++ b/refs/types.pb.go @@ -69,7 +69,7 @@ func init() { func init() { proto.RegisterFile("refs/types.proto", fileDescriptor_063a64a96d952d31) } var fileDescriptor_063a64a96d952d31 = []byte{ - // 218 bytes of a gzipped FileDescriptorProto + // 221 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x28, 0x4a, 0x4d, 0x2b, 0xd6, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x01, 0x89, 0x48, 0xe9, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, 0xe7, 0xa7, @@ -77,13 +77,13 @@ var fileDescriptor_063a64a96d952d31 = []byte{ 0xe3, 0x62, 0x77, 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, 0x16, 0xd2, 0xe1, 0xe2, 0xf0, 0x4f, 0xca, 0x4a, 0x4d, 0x2e, 0xf1, 0x74, 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x71, 0x12, 0x38, 0x71, 0x4f, 0x9e, 0xe1, 0xd6, 0x3d, 0x79, 0xb8, 0x78, 0x10, 0x9c, 0x25, 0x24, 0xcb, 0xc5, 0xec, 0xec, 0xe9, - 0x22, 0xc1, 0x04, 0x56, 0xc8, 0x0d, 0x55, 0x08, 0x12, 0x0a, 0x02, 0x11, 0x4e, 0x41, 0x37, 0x1e, + 0x22, 0xc1, 0x04, 0x56, 0xc8, 0x0d, 0x55, 0x08, 0x12, 0x0a, 0x02, 0x11, 0x4e, 0xa1, 0x37, 0x1e, 0xca, 0x31, 0x34, 0x3c, 0x92, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x1b, - 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x19, 0xc9, 0x91, + 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf1, 0x58, 0x8e, 0x21, 0x4a, 0x0d, 0xc9, 0x91, 0x79, 0xc5, 0x05, 0xc9, 0xc9, 0xba, 0x29, 0xa9, 0x65, 0xfa, 0x79, 0xa9, 0xf9, 0x69, 0xc5, 0xba, - 0x89, 0x05, 0x99, 0xfa, 0x20, 0x9f, 0xac, 0x62, 0xe2, 0xf3, 0x4b, 0xcd, 0x77, 0x0b, 0xd6, 0x73, - 0x0c, 0xf0, 0xd4, 0x0b, 0x4a, 0x4d, 0x2b, 0x4e, 0x62, 0x03, 0x3b, 0xd9, 0x18, 0x10, 0x00, 0x00, - 0xff, 0xff, 0xa7, 0xa4, 0xe2, 0xf3, 0xfb, 0x00, 0x00, 0x00, + 0x89, 0x05, 0x99, 0xba, 0xe9, 0xf9, 0xfa, 0x20, 0xcf, 0xac, 0x62, 0xe2, 0xf3, 0x4b, 0xcd, 0x77, + 0x0b, 0xd6, 0x73, 0x0c, 0xf0, 0xd4, 0x0b, 0x4a, 0x4d, 0x2b, 0x4e, 0x62, 0x03, 0xbb, 0xda, 0x18, + 0x10, 0x00, 0x00, 0xff, 0xff, 0xae, 0x9a, 0x6d, 0x68, 0xfe, 0x00, 0x00, 0x00, } func (m *Address) Marshal() (dAtA []byte, err error) { diff --git a/refs/types.proto b/refs/types.proto index d552d6cd..6b001c0a 100644 --- a/refs/types.proto +++ b/refs/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package refs; -option go_package = "github.com/nspcc-dev/neofs-api/refs"; +option go_package = "github.com/nspcc-dev/neofs-api-go/refs"; option csharp_namespace = "NeoFS.API.Refs"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/service/meta.go b/service/meta.go index dc2cdd36..5e9886d5 100644 --- a/service/meta.go +++ b/service/meta.go @@ -1,7 +1,7 @@ package service import ( - "github.com/nspcc-dev/neofs-api/internal" + "github.com/nspcc-dev/neofs-api-go/internal" "github.com/pkg/errors" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" diff --git a/service/meta.pb.go b/service/meta.pb.go index b4769e22..8039990f 100644 --- a/service/meta.pb.go +++ b/service/meta.pb.go @@ -152,7 +152,7 @@ func init() { func init() { proto.RegisterFile("service/meta.proto", fileDescriptor_a638867e7b43457c) } var fileDescriptor_a638867e7b43457c = []byte{ - // 244 bytes of a gzipped FileDescriptorProto + // 247 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2a, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0xcf, 0x4d, 0x2d, 0x49, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x87, 0x8a, 0x49, 0xe9, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, @@ -163,12 +163,12 @@ var fileDescriptor_a638867e7b43457c = []byte{ 0x14, 0x18, 0x35, 0x58, 0x82, 0x20, 0x1c, 0x21, 0x09, 0x2e, 0xf6, 0xb0, 0xd4, 0xa2, 0xe2, 0xcc, 0xfc, 0x3c, 0x09, 0x66, 0xb0, 0x5a, 0x18, 0x57, 0xc9, 0x85, 0x4b, 0x28, 0x28, 0xb5, 0xb8, 0x20, 0x3f, 0xaf, 0x38, 0x15, 0xc9, 0x5c, 0xb8, 0x29, 0x8c, 0x38, 0x4c, 0x61, 0x42, 0x31, 0xc5, 0x29, - 0xe0, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x6f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, - 0x8e, 0x71, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x35, 0x24, 0x1f, 0xe6, 0x15, 0x17, 0x24, 0x27, 0xeb, - 0xa6, 0xa4, 0x96, 0xe9, 0xe7, 0xa5, 0xe6, 0xa7, 0x15, 0xeb, 0x26, 0x16, 0x64, 0xea, 0x43, 0x43, - 0x62, 0x15, 0x93, 0xa0, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, 0x63, 0x80, 0xa7, 0x5e, 0x30, 0x44, - 0x2c, 0x89, 0x0d, 0xec, 0x6b, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x3a, 0x21, 0x1a, - 0x43, 0x01, 0x00, 0x00, + 0xf8, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x6f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, + 0x8e, 0x71, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x4d, 0x24, 0x1f, 0xe6, 0x15, 0x17, 0x24, 0x27, 0xeb, + 0xa6, 0xa4, 0x96, 0xe9, 0xe7, 0xa5, 0xe6, 0xa7, 0x15, 0xeb, 0x26, 0x16, 0x64, 0xea, 0xa6, 0xe7, + 0xeb, 0x43, 0x03, 0x63, 0x15, 0x93, 0xa0, 0x5f, 0x6a, 0xbe, 0x5b, 0xb0, 0x9e, 0x63, 0x80, 0xa7, + 0x5e, 0x30, 0x44, 0x2c, 0x89, 0x0d, 0xec, 0x71, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, + 0xce, 0x54, 0x19, 0x46, 0x01, 0x00, 0x00, } func (m *RequestMetaHeader) Marshal() (dAtA []byte, err error) { diff --git a/service/meta.proto b/service/meta.proto index 97017c9d..99b37d37 100644 --- a/service/meta.proto +++ b/service/meta.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package service; -option go_package = "github.com/nspcc-dev/neofs-api/service"; +option go_package = "github.com/nspcc-dev/neofs-api-go/service"; option csharp_namespace = "NeoFS.API.Service"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/service/verify.go b/service/verify.go index c8bd8d6d..9687032f 100644 --- a/service/verify.go +++ b/service/verify.go @@ -4,8 +4,8 @@ import ( "crypto/ecdsa" "sync" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/pkg/errors" ) diff --git a/service/verify.pb.go b/service/verify.pb.go index c7a2435b..9dca8556 100644 --- a/service/verify.pb.go +++ b/service/verify.pb.go @@ -179,7 +179,7 @@ func init() { func init() { proto.RegisterFile("service/verify.proto", fileDescriptor_4bdd5bc50ec96238) } var fileDescriptor_4bdd5bc50ec96238 = []byte{ - // 288 bytes of a gzipped FileDescriptorProto + // 291 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x29, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2f, 0x4b, 0x2d, 0xca, 0x4c, 0xab, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x87, 0x8a, 0x4a, 0xe9, 0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, @@ -192,12 +192,13 @@ var fileDescriptor_4bdd5bc50ec96238 = []byte{ 0x13, 0x04, 0x17, 0x0b, 0x48, 0x4d, 0x2d, 0x92, 0x60, 0x82, 0x88, 0x81, 0xd8, 0x52, 0x93, 0x19, 0xb9, 0x38, 0xe1, 0xda, 0x85, 0x5c, 0x91, 0x74, 0x71, 0x1b, 0xa9, 0x13, 0xe9, 0x0a, 0x27, 0x8e, 0x13, 0xf7, 0xe4, 0x19, 0x2e, 0xdc, 0x93, 0x67, 0x84, 0x5a, 0x64, 0xcf, 0xc5, 0xe6, 0x5f, 0x94, - 0x99, 0x9e, 0x99, 0x07, 0xb6, 0x8a, 0x78, 0x83, 0x82, 0xa0, 0xda, 0x9c, 0x02, 0x4e, 0x3c, 0x92, + 0x99, 0x9e, 0x99, 0x07, 0xb6, 0x8a, 0x78, 0x83, 0x82, 0xa0, 0xda, 0x9c, 0x82, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc6, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x67, 0x3c, - 0x96, 0x63, 0x88, 0x52, 0x43, 0x0a, 0xf6, 0xbc, 0xe2, 0x82, 0xe4, 0x64, 0xdd, 0x94, 0xd4, 0x32, - 0xfd, 0xbc, 0xd4, 0xfc, 0xb4, 0x62, 0xdd, 0xc4, 0x82, 0x4c, 0x7d, 0xa8, 0x25, 0xab, 0x98, 0x04, - 0xfd, 0x52, 0xf3, 0xdd, 0x82, 0xf5, 0x1c, 0x03, 0x3c, 0xf5, 0x82, 0x21, 0x62, 0x49, 0x6c, 0xe0, - 0xa8, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x94, 0x02, 0xe4, 0x3c, 0xda, 0x01, 0x00, 0x00, + 0x96, 0x63, 0x88, 0xd2, 0x44, 0x0a, 0xf6, 0xbc, 0xe2, 0x82, 0xe4, 0x64, 0xdd, 0x94, 0xd4, 0x32, + 0xfd, 0xbc, 0xd4, 0xfc, 0xb4, 0x62, 0xdd, 0xc4, 0x82, 0x4c, 0xdd, 0xf4, 0x7c, 0x7d, 0xa8, 0x3d, + 0xab, 0x98, 0x04, 0xfd, 0x52, 0xf3, 0xdd, 0x82, 0xf5, 0x1c, 0x03, 0x3c, 0xf5, 0x82, 0x21, 0x62, + 0x49, 0x6c, 0xe0, 0xd8, 0x30, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x23, 0xa3, 0x9d, 0x94, 0xdd, + 0x01, 0x00, 0x00, } func (m *RequestVerificationHeader) Marshal() (dAtA []byte, err error) { diff --git a/service/verify.proto b/service/verify.proto index d241d88c..de0a69a8 100644 --- a/service/verify.proto +++ b/service/verify.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package service; -option go_package = "github.com/nspcc-dev/neofs-api/service"; +option go_package = "github.com/nspcc-dev/neofs-api-go/service"; option csharp_namespace = "NeoFS.API.Service"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/service/verify_test.go b/service/verify_test.go index fb6736be..27491dad 100644 --- a/service/verify_test.go +++ b/service/verify_test.go @@ -7,7 +7,7 @@ import ( "testing" "github.com/gogo/protobuf/proto" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/nspcc-dev/neofs-crypto/test" "github.com/pkg/errors" diff --git a/service/verify_test.pb.go b/service/verify_test.pb.go index d9200976..6bc87484 100644 --- a/service/verify_test.pb.go +++ b/service/verify_test.pb.go @@ -92,28 +92,28 @@ func init() { func init() { proto.RegisterFile("service/verify_test.proto", fileDescriptor_1effa83201a30d75) } var fileDescriptor_1effa83201a30d75 = []byte{ - // 326 bytes of a gzipped FileDescriptorProto + // 328 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xb1, 0x4e, 0xf3, 0x30, - 0x14, 0x85, 0xeb, 0xfe, 0xfd, 0x4b, 0x71, 0x90, 0x90, 0x0c, 0x43, 0xc9, 0x90, 0x46, 0x1d, 0x50, - 0x96, 0x26, 0x12, 0x08, 0x89, 0x81, 0x29, 0x20, 0x04, 0x03, 0x4b, 0x40, 0x0c, 0x2c, 0x28, 0x49, - 0x6f, 0x83, 0x25, 0x1a, 0x97, 0xf8, 0xa6, 0x52, 0xdf, 0x84, 0x99, 0xa7, 0xe9, 0xd8, 0x11, 0x31, - 0x54, 0x28, 0xbc, 0x08, 0x8a, 0x6d, 0x50, 0x80, 0xcd, 0xf7, 0x9c, 0xef, 0xd8, 0xbe, 0x87, 0xee, - 0x49, 0x28, 0xe6, 0x3c, 0x85, 0x60, 0x0e, 0x05, 0x9f, 0x2c, 0xee, 0x11, 0x24, 0xfa, 0xb3, 0x42, - 0xa0, 0x60, 0x1b, 0xc6, 0xb2, 0xd9, 0x17, 0x33, 0x05, 0x8c, 0xb5, 0x69, 0xef, 0xfe, 0xcc, 0x19, - 0x75, 0x94, 0x71, 0x7c, 0x28, 0x13, 0x3f, 0x15, 0xd3, 0x20, 0x13, 0x99, 0x08, 0x94, 0x9c, 0x94, - 0x13, 0x35, 0xa9, 0x41, 0x9d, 0x34, 0x3e, 0x7c, 0x69, 0x53, 0xeb, 0x06, 0x24, 0x46, 0xf0, 0x54, - 0x82, 0x44, 0x66, 0xd3, 0xde, 0x65, 0x8e, 0xe7, 0x1c, 0x1e, 0xc7, 0x7d, 0xe2, 0x12, 0xef, 0x7f, - 0xf4, 0x3d, 0x33, 0x97, 0x5a, 0xd7, 0x58, 0xf0, 0x3c, 0xd3, 0x76, 0xdb, 0x25, 0xde, 0x66, 0xd4, - 0x94, 0x98, 0x43, 0x69, 0xb8, 0x40, 0x90, 0x1a, 0xf8, 0xe7, 0x12, 0x6f, 0x2b, 0x6a, 0x28, 0xec, - 0x88, 0x5a, 0xa7, 0xa5, 0x44, 0x31, 0xd5, 0x40, 0xa7, 0x06, 0xc2, 0x9d, 0xb7, 0xf5, 0x60, 0xbb, - 0x5e, 0xba, 0x61, 0x45, 0x4d, 0x8e, 0x1d, 0xd3, 0xce, 0x15, 0x60, 0xdc, 0x4f, 0x5c, 0xe2, 0x59, - 0x07, 0xb6, 0x6f, 0x16, 0xf7, 0xcd, 0xa7, 0x6b, 0xef, 0x02, 0xe2, 0x31, 0x14, 0x61, 0x6f, 0xb9, - 0x1e, 0xb4, 0x56, 0xeb, 0x01, 0x89, 0x54, 0x82, 0x9d, 0xd1, 0xae, 0x76, 0xfa, 0xa9, 0xca, 0x0e, - 0x7f, 0x67, 0x6f, 0xeb, 0xee, 0x78, 0x1a, 0x23, 0x17, 0xf9, 0x9f, 0x3b, 0x4c, 0x36, 0x3c, 0x59, - 0x56, 0x0e, 0x59, 0x55, 0x0e, 0x79, 0xad, 0x1c, 0xf2, 0x5e, 0x39, 0xe4, 0xf9, 0xc3, 0x69, 0xdd, - 0xed, 0x37, 0x9a, 0xce, 0xe5, 0x2c, 0x4d, 0x47, 0x63, 0x98, 0x07, 0x39, 0x88, 0x89, 0x1c, 0xc5, - 0x33, 0x1e, 0x98, 0x97, 0x92, 0xae, 0x6a, 0xfa, 0xf0, 0x33, 0x00, 0x00, 0xff, 0xff, 0x04, 0x99, - 0x63, 0xf2, 0xe8, 0x01, 0x00, 0x00, + 0x14, 0x85, 0xeb, 0xfe, 0xfd, 0x4b, 0x71, 0x90, 0x90, 0x0c, 0x43, 0xc9, 0x90, 0x46, 0x9d, 0xc2, + 0x90, 0x44, 0x02, 0x21, 0xb1, 0x21, 0x05, 0x84, 0x60, 0x60, 0x09, 0x88, 0x81, 0x05, 0x25, 0xe9, + 0x6d, 0xb0, 0x44, 0xe3, 0x12, 0xdf, 0x54, 0xea, 0x9b, 0x30, 0xf3, 0x34, 0x1d, 0x3b, 0x22, 0x86, + 0x08, 0x85, 0x17, 0x41, 0x71, 0x0c, 0x0a, 0xb0, 0xf9, 0x9e, 0xf3, 0x1d, 0xdb, 0xf7, 0xd0, 0x3d, + 0x09, 0xf9, 0x82, 0x27, 0xe0, 0x2f, 0x20, 0xe7, 0xd3, 0xe5, 0x3d, 0x82, 0x44, 0x6f, 0x9e, 0x0b, + 0x14, 0x6c, 0x43, 0x5b, 0x26, 0xfb, 0x62, 0x66, 0x80, 0x51, 0x63, 0x9a, 0xbb, 0x3f, 0x73, 0x5a, + 0x75, 0x53, 0x8e, 0x0f, 0x45, 0xec, 0x25, 0x62, 0xe6, 0xa7, 0x22, 0x15, 0xbe, 0x92, 0xe3, 0x62, + 0xaa, 0x26, 0x35, 0xa8, 0x53, 0x83, 0x8f, 0x5f, 0xba, 0xd4, 0xb8, 0x01, 0x89, 0x21, 0x3c, 0x15, + 0x20, 0x91, 0x99, 0x74, 0x70, 0x99, 0xe1, 0x39, 0x87, 0xc7, 0xc9, 0x90, 0xd8, 0xc4, 0xf9, 0x1f, + 0x7e, 0xcf, 0xcc, 0xa6, 0xc6, 0x35, 0xe6, 0x3c, 0x4b, 0x1b, 0xbb, 0x6b, 0x13, 0x67, 0x33, 0x6c, + 0x4b, 0xcc, 0xa2, 0x34, 0x58, 0x22, 0xc8, 0x06, 0xf8, 0x67, 0x13, 0x67, 0x2b, 0x6c, 0x29, 0xec, + 0x88, 0x1a, 0xa7, 0x85, 0x44, 0x31, 0x6b, 0x80, 0x5e, 0x0d, 0x04, 0x3b, 0x6f, 0xe5, 0x68, 0xbb, + 0x5e, 0xba, 0x65, 0x85, 0x6d, 0x8e, 0x1d, 0xd3, 0xde, 0x15, 0x60, 0x34, 0x8c, 0x6d, 0xe2, 0x18, + 0x07, 0xa6, 0xa7, 0x17, 0xf7, 0xf4, 0xa7, 0x6b, 0xef, 0x02, 0xa2, 0x09, 0xe4, 0xc1, 0x60, 0x55, + 0x8e, 0x3a, 0xeb, 0x72, 0x44, 0x42, 0x95, 0x60, 0x67, 0xb4, 0xdf, 0x38, 0xc3, 0x44, 0x65, 0xc7, + 0xbf, 0xb3, 0xb7, 0x75, 0x77, 0x3c, 0x89, 0x90, 0x8b, 0xec, 0xcf, 0x1d, 0x3a, 0x1b, 0x9c, 0xac, + 0x2a, 0x8b, 0xac, 0x2b, 0x8b, 0xbc, 0x56, 0x16, 0x79, 0xaf, 0x2c, 0xf2, 0xfc, 0x61, 0x75, 0xee, + 0xf6, 0x5b, 0x4d, 0x67, 0x72, 0x9e, 0x24, 0xee, 0x04, 0x16, 0x7e, 0x06, 0x62, 0x2a, 0xdd, 0x68, + 0xce, 0xdd, 0x54, 0xf8, 0xfa, 0xb1, 0xb8, 0xaf, 0xca, 0x3e, 0xfc, 0x0c, 0x00, 0x00, 0xff, 0xff, + 0xcb, 0xae, 0x78, 0xc0, 0xeb, 0x01, 0x00, 0x00, } func (m *TestRequest) Marshal() (dAtA []byte, err error) { diff --git a/service/verify_test.proto b/service/verify_test.proto index ce81180a..901d6fd7 100644 --- a/service/verify_test.proto +++ b/service/verify_test.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package service; -option go_package = "github.com/nspcc-dev/neofs-api/service"; +option go_package = "github.com/nspcc-dev/neofs-api-go/service"; import "service/meta.proto"; import "service/verify.proto"; diff --git a/session/service.go b/session/service.go index 39dfb110..182ff7dc 100644 --- a/session/service.go +++ b/session/service.go @@ -4,7 +4,7 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" ) diff --git a/session/service.pb.go b/session/service.pb.go index f0032164..abd16184 100644 --- a/session/service.pb.go +++ b/session/service.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - service "github.com/nspcc-dev/neofs-api/service" + service "github.com/nspcc-dev/neofs-api-go/service" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -210,32 +210,32 @@ func init() { func init() { proto.RegisterFile("session/service.proto", fileDescriptor_b329bee0fd1148e0) } var fileDescriptor_b329bee0fd1148e0 = []byte{ - // 385 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x52, 0x3f, 0x6f, 0xe2, 0x30, - 0x14, 0xc7, 0x08, 0x05, 0xce, 0xa7, 0x43, 0x3a, 0xdf, 0xbf, 0x28, 0x43, 0x38, 0xa1, 0xd3, 0x89, - 0xe1, 0x48, 0x4e, 0x74, 0xe9, 0xd2, 0xa1, 0xb4, 0xaa, 0x60, 0xa0, 0x42, 0xa1, 0xed, 0xd0, 0x2d, - 0x09, 0x8f, 0xd4, 0x6a, 0xb1, 0xd3, 0xd8, 0x41, 0xe2, 0x9b, 0xf4, 0x33, 0xf4, 0x93, 0x30, 0x32, - 0x76, 0x42, 0x55, 0xba, 0xf5, 0x53, 0x54, 0x38, 0x0e, 0xa2, 0x45, 0x6c, 0x7e, 0xbf, 0x3f, 0xef, - 0xbd, 0x9f, 0x6d, 0xfc, 0x43, 0x80, 0x10, 0x94, 0x33, 0x57, 0x40, 0x32, 0xa3, 0x21, 0x38, 0x71, - 0xc2, 0x25, 0x27, 0x55, 0x0d, 0x5b, 0xdf, 0x0a, 0x5e, 0xce, 0x63, 0x10, 0x39, 0x6b, 0x11, 0x2d, - 0x76, 0xa7, 0x20, 0x7d, 0x8d, 0x7d, 0x2f, 0xb0, 0x19, 0x24, 0x74, 0x32, 0xd7, 0x68, 0x3b, 0xa2, - 0xf2, 0x26, 0x0d, 0x9c, 0x90, 0x4f, 0xdd, 0x88, 0x47, 0xdc, 0x55, 0x70, 0x90, 0x4e, 0x54, 0xa5, - 0x0a, 0x75, 0xca, 0xe5, 0xcd, 0x57, 0x84, 0xbf, 0x9c, 0x24, 0xe0, 0x4b, 0xf0, 0xe0, 0x3e, 0x05, - 0x21, 0xc9, 0x1f, 0x5c, 0xe9, 0x33, 0x2a, 0x4d, 0xf4, 0x1b, 0xb5, 0x3e, 0x77, 0xea, 0x8e, 0x5e, - 0xc7, 0xb9, 0xe0, 0xb7, 0xc0, 0x7a, 0x25, 0x4f, 0xb1, 0xa4, 0x85, 0x8d, 0x11, 0x8d, 0x18, 0x8c, - 0xcd, 0xf2, 0x1e, 0x9d, 0xe6, 0xc9, 0x21, 0xae, 0x0c, 0x40, 0xfa, 0x66, 0xa0, 0x74, 0x96, 0x53, - 0xc4, 0xd6, 0xf3, 0xd6, 0x5c, 0x0f, 0xfc, 0x31, 0x24, 0xdd, 0xda, 0x62, 0xd5, 0x28, 0x2d, 0x57, - 0x0d, 0xe4, 0x29, 0x07, 0x39, 0xc5, 0xc6, 0x95, 0x8a, 0x66, 0x86, 0xca, 0xdb, 0xfc, 0xe8, 0x55, - 0x2c, 0x0d, 0x7d, 0x49, 0x39, 0xdb, 0xe9, 0xa1, 0xbd, 0xdd, 0x4f, 0xb8, 0x3a, 0x00, 0x21, 0xfc, - 0x08, 0x9a, 0x02, 0xd7, 0x8b, 0xac, 0x22, 0xe6, 0x4c, 0x00, 0xf9, 0x87, 0x6b, 0x97, 0x4c, 0xe4, - 0x41, 0xf6, 0x05, 0xde, 0x28, 0xd6, 0xa1, 0x3d, 0x10, 0xe9, 0x9d, 0xdc, 0x1f, 0x3a, 0xe7, 0xb7, - 0x86, 0x76, 0x7a, 0xb8, 0x3a, 0xca, 0x55, 0xe4, 0x08, 0x1b, 0xf9, 0x7c, 0xf2, 0x73, 0xe3, 0x7c, - 0x77, 0xf9, 0xd6, 0xaf, 0x1d, 0x3c, 0x5f, 0xb4, 0x85, 0xfe, 0xa3, 0xee, 0x70, 0x91, 0xd9, 0x68, - 0x99, 0xd9, 0xe8, 0x29, 0xb3, 0xd1, 0x73, 0x66, 0xa3, 0x87, 0x17, 0xbb, 0x74, 0xfd, 0x77, 0xeb, - 0xc1, 0x99, 0x88, 0xc3, 0xb0, 0x3d, 0x86, 0x99, 0xcb, 0x80, 0x4f, 0x44, 0xdb, 0x8f, 0xa9, 0xab, - 0x1b, 0x3e, 0x96, 0xbf, 0x9e, 0x03, 0x3f, 0x1b, 0x39, 0xc7, 0xc3, 0xbe, 0xa3, 0x17, 0x0a, 0x0c, - 0xf5, 0x09, 0x0e, 0xde, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x56, 0x19, 0xd1, 0x94, 0x02, 0x00, - 0x00, + // 388 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x52, 0x4f, 0x6f, 0xda, 0x30, + 0x14, 0xc7, 0x08, 0x05, 0xe6, 0x69, 0x48, 0xf3, 0xfe, 0x45, 0x39, 0x84, 0x09, 0xed, 0xc0, 0xa4, + 0x25, 0x99, 0xd8, 0x65, 0x97, 0x1d, 0xc6, 0xa6, 0x0a, 0x0e, 0x54, 0x55, 0xd2, 0xf6, 0xd0, 0x5b, + 0x12, 0x1e, 0xa9, 0xd5, 0x62, 0xa7, 0xb1, 0x83, 0xc4, 0x37, 0xe9, 0x67, 0xe8, 0x27, 0xe1, 0xc8, + 0xb1, 0x27, 0x54, 0xa5, 0xb7, 0x7e, 0x8a, 0x0a, 0xc7, 0x41, 0xb4, 0x88, 0x9b, 0xdf, 0xef, 0xcf, + 0x7b, 0xef, 0x67, 0x1b, 0x7f, 0x12, 0x20, 0x04, 0xe5, 0xcc, 0x13, 0x90, 0xcd, 0x69, 0x0c, 0x6e, + 0x9a, 0x71, 0xc9, 0x49, 0x53, 0xc3, 0xd6, 0x87, 0x8a, 0x97, 0x8b, 0x14, 0x44, 0xc9, 0x5a, 0x44, + 0x8b, 0xbd, 0x19, 0xc8, 0x50, 0x63, 0x1f, 0x2b, 0x6c, 0x0e, 0x19, 0x9d, 0x2e, 0x34, 0xea, 0x24, + 0x54, 0x5e, 0xe6, 0x91, 0x1b, 0xf3, 0x99, 0x97, 0xf0, 0x84, 0x7b, 0x0a, 0x8e, 0xf2, 0xa9, 0xaa, + 0x54, 0xa1, 0x4e, 0xa5, 0xbc, 0xfb, 0x84, 0xf0, 0xbb, 0x7f, 0x19, 0x84, 0x12, 0x7c, 0xb8, 0xc9, + 0x41, 0x48, 0xf2, 0x0d, 0x37, 0x46, 0x8c, 0x4a, 0x13, 0x7d, 0x45, 0xbd, 0xb7, 0xfd, 0xb6, 0xab, + 0xd7, 0x71, 0x4f, 0xf9, 0x15, 0xb0, 0x61, 0xcd, 0x57, 0x2c, 0xe9, 0x61, 0x23, 0xa0, 0x09, 0x83, + 0x89, 0x59, 0x3f, 0xa0, 0xd3, 0x3c, 0xf9, 0x8d, 0x1b, 0x63, 0x90, 0xa1, 0x19, 0x29, 0x9d, 0xe5, + 0x56, 0xb1, 0xf5, 0xbc, 0x0d, 0x37, 0x84, 0x70, 0x02, 0xd9, 0xa0, 0xb5, 0x5c, 0x77, 0x6a, 0xab, + 0x75, 0x07, 0xf9, 0xca, 0x41, 0xfe, 0x63, 0xe3, 0x5c, 0x45, 0x33, 0x63, 0xe5, 0xed, 0xbe, 0xf6, + 0x2a, 0x96, 0xc6, 0xa1, 0xa4, 0x9c, 0xed, 0xf5, 0xd0, 0xde, 0xc1, 0x1b, 0xdc, 0x1c, 0x83, 0x10, + 0x61, 0x02, 0x5d, 0x81, 0xdb, 0x55, 0x56, 0x91, 0x72, 0x26, 0x80, 0xfc, 0xc0, 0xad, 0x33, 0x26, + 0xca, 0x20, 0x87, 0x02, 0x6f, 0x15, 0x9b, 0xd0, 0x3e, 0x88, 0xfc, 0x5a, 0x1e, 0x0e, 0x5d, 0xf2, + 0x3b, 0x43, 0xfb, 0x43, 0xdc, 0x0c, 0x4a, 0x15, 0xf9, 0x83, 0x8d, 0x72, 0x3e, 0xf9, 0xbc, 0x75, + 0xbe, 0xb8, 0x7c, 0xeb, 0xcb, 0x1e, 0x5e, 0x2e, 0xda, 0x43, 0x3f, 0xd1, 0x20, 0x58, 0x16, 0x36, + 0x5a, 0x15, 0x36, 0xba, 0x2f, 0x6c, 0xf4, 0x50, 0xd8, 0xe8, 0xf6, 0xd1, 0xae, 0x5d, 0x7c, 0xdf, + 0x79, 0x70, 0x26, 0xd2, 0x38, 0x76, 0x26, 0x30, 0xf7, 0x18, 0xf0, 0xa9, 0x70, 0xc2, 0x94, 0x3a, + 0x09, 0xf7, 0x74, 0xcf, 0xbb, 0xfa, 0xfb, 0x63, 0xe0, 0x47, 0x81, 0xfb, 0xf7, 0x64, 0xe4, 0xea, + 0x9d, 0x22, 0x43, 0xfd, 0x83, 0x5f, 0xcf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x18, 0x94, 0x4c, 0x61, + 0x97, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/session/service.proto b/session/service.proto index 2c96a3ed..524213a0 100644 --- a/session/service.proto +++ b/session/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package session; -option go_package = "github.com/nspcc-dev/neofs-api/session"; +option go_package = "github.com/nspcc-dev/neofs-api-go/session"; option csharp_namespace = "NeoFS.API.Session"; import "session/types.proto"; diff --git a/session/store.go b/session/store.go index b671a8cb..f6a6655e 100644 --- a/session/store.go +++ b/session/store.go @@ -6,7 +6,7 @@ import ( "crypto/rand" "sync" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" ) diff --git a/session/store_test.go b/session/store_test.go index 6ee17adb..9ad0e1d1 100644 --- a/session/store_test.go +++ b/session/store_test.go @@ -5,7 +5,7 @@ import ( "crypto/rand" "testing" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/stretchr/testify/require" ) diff --git a/session/types.go b/session/types.go index 120b8a89..4165291b 100644 --- a/session/types.go +++ b/session/types.go @@ -5,9 +5,9 @@ import ( "encoding/binary" "sync" - "github.com/nspcc-dev/neofs-api/chain" - "github.com/nspcc-dev/neofs-api/internal" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/chain" + "github.com/nspcc-dev/neofs-api-go/internal" + "github.com/nspcc-dev/neofs-api-go/refs" crypto "github.com/nspcc-dev/neofs-crypto" "github.com/pkg/errors" ) diff --git a/session/types.pb.go b/session/types.pb.go index 81e3a862..01458ddc 100644 --- a/session/types.pb.go +++ b/session/types.pb.go @@ -171,31 +171,31 @@ func init() { func init() { proto.RegisterFile("session/types.proto", fileDescriptor_c0d9d9cb855cdad8) } var fileDescriptor_c0d9d9cb855cdad8 = []byte{ - // 373 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0xcd, 0x4e, 0xc2, 0x40, - 0x14, 0x85, 0x69, 0xf9, 0x75, 0x24, 0x51, 0xc7, 0x4d, 0xa3, 0xa6, 0x10, 0x16, 0x06, 0x13, 0x69, - 0x13, 0x5d, 0xb9, 0xb4, 0xa9, 0xc4, 0x06, 0x23, 0xa4, 0x18, 0x16, 0xee, 0xda, 0x72, 0x29, 0xe3, - 0x4f, 0xa7, 0xe9, 0xb4, 0x1a, 0xde, 0xc4, 0x67, 0xf0, 0x09, 0x7c, 0x04, 0x96, 0x2e, 0x8d, 0x0b, - 0x62, 0xea, 0x8b, 0x98, 0x4e, 0x4b, 0x81, 0xb8, 0xbb, 0xf3, 0x9d, 0x99, 0x7b, 0xee, 0x9c, 0x8b, - 0xf6, 0x19, 0x30, 0x46, 0xa8, 0xa7, 0x86, 0x33, 0x1f, 0x98, 0xe2, 0x07, 0x34, 0xa4, 0xb8, 0x9a, - 0xc1, 0x83, 0x8e, 0x4b, 0xc2, 0x69, 0x64, 0x2b, 0x0e, 0x7d, 0x56, 0x5d, 0xea, 0x52, 0x95, 0xeb, - 0x76, 0x34, 0xe1, 0x27, 0x7e, 0xe0, 0x55, 0xfa, 0xae, 0x35, 0x42, 0x78, 0x04, 0x01, 0x99, 0x10, - 0xc7, 0x0a, 0x09, 0xf5, 0xae, 0xc1, 0x1a, 0x43, 0x80, 0x8f, 0xd0, 0xd6, 0x20, 0xb2, 0x9f, 0x88, - 0xd3, 0x83, 0x99, 0x24, 0x34, 0x85, 0x76, 0xdd, 0x5c, 0x01, 0xdc, 0x42, 0xf5, 0x1e, 0xcc, 0x86, - 0xc4, 0xf5, 0xac, 0x30, 0x0a, 0x40, 0x12, 0xf9, 0x85, 0x0d, 0xd6, 0xfa, 0x10, 0x51, 0xf9, 0x8e, - 0x3e, 0x82, 0x87, 0x2f, 0x50, 0x25, 0xed, 0xca, 0x1b, 0x6d, 0x9f, 0x1d, 0x2a, 0xd9, 0xa8, 0xca, - 0x7f, 0x63, 0xad, 0x34, 0x5f, 0x34, 0x0a, 0x66, 0xf6, 0x00, 0x9f, 0xa0, 0x6a, 0xff, 0xd5, 0x83, - 0xc0, 0xd0, 0x53, 0x0f, 0x6d, 0x27, 0x91, 0xbf, 0x17, 0x8d, 0x25, 0x36, 0x97, 0x05, 0x96, 0x11, - 0xea, 0x92, 0x80, 0x85, 0x57, 0x3e, 0x75, 0xa6, 0x52, 0xb1, 0x29, 0xb4, 0x4b, 0xe6, 0x1a, 0x49, - 0x7e, 0x74, 0x63, 0x2d, 0xe5, 0x12, 0x97, 0x57, 0x00, 0x9f, 0xa2, 0x5a, 0xdf, 0x7e, 0x00, 0x27, - 0x34, 0x74, 0xa9, 0xdc, 0x2c, 0xb6, 0xeb, 0xda, 0x6e, 0xe6, 0x94, 0x73, 0x33, 0xaf, 0x92, 0x5e, - 0xab, 0xcf, 0x57, 0xd2, 0x74, 0x72, 0x80, 0x1b, 0x48, 0x34, 0x74, 0xa9, 0xba, 0x39, 0x2f, 0x8f, - 0xc2, 0xd0, 0x4d, 0x31, 0x1d, 0x35, 0xcf, 0x92, 0x49, 0xb5, 0xc4, 0xce, 0x5c, 0x23, 0xda, 0x60, - 0x1e, 0xcb, 0xc2, 0x67, 0x2c, 0x0b, 0x5f, 0xb1, 0x2c, 0xfc, 0xc4, 0xb2, 0xf0, 0xf6, 0x2b, 0x17, - 0xee, 0x8f, 0xd7, 0xf6, 0xea, 0x31, 0xdf, 0x71, 0x3a, 0x63, 0x78, 0x51, 0x3d, 0xa0, 0x13, 0xd6, - 0xb1, 0x7c, 0xa2, 0x66, 0xa1, 0xbe, 0x8b, 0x7b, 0xb7, 0x40, 0xbb, 0x43, 0xe5, 0x72, 0x60, 0x28, - 0xc3, 0x94, 0xd9, 0x15, 0xbe, 0xeb, 0xf3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x20, 0x10, 0x09, - 0xd3, 0x3a, 0x02, 0x00, 0x00, + // 374 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0xcd, 0x4e, 0x83, 0x40, + 0x14, 0x85, 0x0b, 0xfd, 0x75, 0x6c, 0xa2, 0x8e, 0x1b, 0xa2, 0x86, 0x36, 0x5d, 0xb5, 0x89, 0x40, + 0xa2, 0x2b, 0x97, 0x12, 0x6c, 0x24, 0x35, 0xb6, 0x01, 0xd3, 0x85, 0x3b, 0xa0, 0x53, 0x3a, 0xfe, + 0x30, 0x84, 0x19, 0x34, 0x7d, 0x13, 0x9f, 0xc1, 0x27, 0xf0, 0x11, 0xba, 0x74, 0x69, 0x5c, 0x34, + 0x06, 0x5f, 0xc4, 0x30, 0x50, 0xda, 0xc6, 0xdd, 0x9d, 0xef, 0xcc, 0xdc, 0x73, 0xe7, 0x5c, 0x70, + 0x48, 0x11, 0xa5, 0x98, 0x04, 0x1a, 0x9b, 0x87, 0x88, 0xaa, 0x61, 0x44, 0x18, 0x81, 0xf5, 0x1c, + 0x1e, 0x29, 0x3e, 0x66, 0xb3, 0xd8, 0x55, 0x3d, 0xf2, 0xac, 0xf9, 0xc4, 0x27, 0x1a, 0xd7, 0xdd, + 0x78, 0xca, 0x4f, 0xfc, 0xc0, 0xab, 0xec, 0x5d, 0x67, 0x0c, 0xe0, 0x18, 0x45, 0x78, 0x8a, 0x3d, + 0x87, 0x61, 0x12, 0x5c, 0x23, 0x67, 0x82, 0x22, 0x78, 0x02, 0x76, 0x46, 0xb1, 0xfb, 0x84, 0xbd, + 0x01, 0x9a, 0x4b, 0x42, 0x5b, 0xe8, 0x36, 0xad, 0x35, 0x80, 0x1d, 0xd0, 0x1c, 0xa0, 0xb9, 0x8d, + 0xfd, 0xc0, 0x61, 0x71, 0x84, 0x24, 0x91, 0x5f, 0xd8, 0x62, 0x9d, 0x0f, 0x11, 0x54, 0xef, 0xc8, + 0x23, 0x0a, 0xe0, 0x05, 0xa8, 0x65, 0x5d, 0x79, 0xa3, 0xdd, 0xb3, 0x63, 0x35, 0x1f, 0x55, 0xfd, + 0x6f, 0xac, 0x57, 0x16, 0xcb, 0x56, 0xc9, 0xca, 0x1f, 0xc0, 0x1e, 0xa8, 0x0f, 0x5f, 0x03, 0x14, + 0x99, 0x46, 0xe6, 0xa1, 0xef, 0xa5, 0xf2, 0xf7, 0xb2, 0xb5, 0xc2, 0xd6, 0xaa, 0x80, 0x32, 0x00, + 0x7d, 0x1c, 0x51, 0x76, 0x15, 0x12, 0x6f, 0x26, 0x95, 0xdb, 0x42, 0xb7, 0x62, 0x6d, 0x90, 0xf4, + 0x47, 0x37, 0xce, 0x4a, 0xae, 0x70, 0x79, 0x0d, 0xe0, 0x29, 0x68, 0x0c, 0xdd, 0x07, 0xe4, 0x31, + 0xd3, 0x90, 0xaa, 0xed, 0x72, 0xb7, 0xa9, 0xef, 0xe7, 0x4e, 0x05, 0xb7, 0x8a, 0x2a, 0xed, 0xb5, + 0xfe, 0x7c, 0x2d, 0x4b, 0xa7, 0x00, 0xb0, 0x05, 0x44, 0xd3, 0x90, 0xea, 0xdb, 0xf3, 0xf2, 0x28, + 0x4c, 0xc3, 0x12, 0xb3, 0x51, 0x8b, 0x2c, 0xa9, 0xd4, 0x48, 0xed, 0xac, 0x0d, 0xa2, 0xdb, 0x8b, + 0x44, 0x16, 0x3e, 0x13, 0x59, 0xf8, 0x4a, 0x64, 0xe1, 0x27, 0x91, 0x85, 0xb7, 0x5f, 0xb9, 0x74, + 0xdf, 0xdb, 0xd8, 0x6b, 0x40, 0x43, 0xcf, 0x53, 0x26, 0xe8, 0x45, 0x0b, 0x10, 0x99, 0x52, 0xc5, + 0x09, 0xb1, 0xe2, 0x13, 0x2d, 0xcf, 0xf5, 0x5d, 0x3c, 0xb8, 0x45, 0xa4, 0x6f, 0xab, 0x97, 0x23, + 0x53, 0xb5, 0x33, 0xe6, 0xd6, 0xf8, 0xba, 0xcf, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xa2, 0x24, + 0xcd, 0x60, 0x3d, 0x02, 0x00, 0x00, } func (m *VerificationHeader) Marshal() (dAtA []byte, err error) { diff --git a/session/types.proto b/session/types.proto index 0cf15839..3ae49a3b 100644 --- a/session/types.proto +++ b/session/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package session; -option go_package = "github.com/nspcc-dev/neofs-api/session"; +option go_package = "github.com/nspcc-dev/neofs-api-go/session"; option csharp_namespace = "NeoFS.API.Session"; import "github.com/gogo/protobuf/gogoproto/gogo.proto"; diff --git a/state/service.pb.go b/state/service.pb.go index b55f3c12..4c7db88a 100644 --- a/state/service.pb.go +++ b/state/service.pb.go @@ -8,8 +8,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/golang/protobuf/proto" - bootstrap "github.com/nspcc-dev/neofs-api/bootstrap" - service "github.com/nspcc-dev/neofs-api/service" + bootstrap "github.com/nspcc-dev/neofs-api-go/bootstrap" + service "github.com/nspcc-dev/neofs-api-go/service" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -434,40 +434,41 @@ func init() { func init() { proto.RegisterFile("state/service.proto", fileDescriptor_695592f6f2fc97b7) } var fileDescriptor_695592f6f2fc97b7 = []byte{ - // 527 bytes of a gzipped FileDescriptorProto + // 529 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x94, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0xc6, 0xbb, 0x01, 0x42, 0x3a, 0x09, 0x0d, 0xda, 0x26, 0xc1, 0xb2, 0x90, 0x1b, 0x59, 0x08, - 0x45, 0x42, 0xb1, 0x51, 0x01, 0xa9, 0x82, 0x13, 0x69, 0x85, 0x8a, 0x44, 0x2a, 0xe4, 0x48, 0x39, - 0x70, 0x5b, 0x3b, 0x93, 0xc4, 0xa2, 0xf1, 0x1a, 0xef, 0x3a, 0x52, 0x1e, 0x02, 0x01, 0x37, 0x1e, - 0x01, 0xf1, 0x24, 0x3d, 0xf6, 0xc8, 0xa9, 0x42, 0xe1, 0x45, 0x50, 0xd6, 0xeb, 0xfc, 0xeb, 0x0b, - 0xe4, 0x96, 0xf9, 0xcd, 0x7c, 0xce, 0x37, 0xbb, 0xb3, 0x03, 0x87, 0x42, 0x32, 0x89, 0xae, 0xc0, - 0x64, 0x1a, 0x06, 0xe8, 0xc4, 0x09, 0x97, 0x9c, 0xde, 0x53, 0xd0, 0xa4, 0x9a, 0xba, 0x13, 0x94, - 0x2c, 0x4b, 0x99, 0xb5, 0x9c, 0x4d, 0x31, 0x09, 0x87, 0x33, 0x4d, 0xeb, 0x3e, 0xe7, 0x52, 0xc8, - 0x84, 0xc5, 0xae, 0x9c, 0xc5, 0x28, 0x34, 0x6e, 0x8f, 0x42, 0x39, 0x4e, 0x7d, 0x27, 0xe0, 0x13, - 0x77, 0xc4, 0x47, 0xdc, 0x55, 0xd8, 0x4f, 0x87, 0x2a, 0x52, 0x81, 0xfa, 0x95, 0x95, 0xdb, 0xdf, - 0x08, 0x3c, 0xb8, 0x40, 0x39, 0x61, 0xb1, 0x87, 0x5f, 0x52, 0x14, 0x92, 0x9e, 0xc0, 0xdd, 0x2e, - 0x4a, 0x66, 0xf8, 0x4d, 0xd2, 0x2a, 0x1f, 0x9b, 0x4e, 0x6e, 0x53, 0xe7, 0x17, 0xb9, 0x73, 0x64, - 0x03, 0x4c, 0x3a, 0xa5, 0xab, 0x9b, 0xa3, 0xbd, 0xeb, 0x9b, 0x23, 0xe2, 0x29, 0x05, 0x3d, 0x83, - 0x62, 0x5f, 0x39, 0x34, 0x02, 0xa5, 0xb5, 0xb7, 0xb5, 0x2a, 0x1b, 0x06, 0x4c, 0x86, 0x3c, 0xba, - 0xf5, 0x0d, 0xad, 0xb5, 0xbf, 0x13, 0x38, 0xe8, 0xa2, 0x4c, 0xc2, 0x40, 0xec, 0x8a, 0xa5, 0x67, - 0x50, 0x5d, 0x3a, 0x12, 0x31, 0x8f, 0x04, 0x52, 0x03, 0xee, 0x6b, 0x64, 0x90, 0xe6, 0x9d, 0x56, - 0xc5, 0xcb, 0x43, 0x75, 0xa2, 0xe7, 0xc8, 0x2e, 0xe5, 0x78, 0x57, 0xec, 0x77, 0xe0, 0x20, 0x37, - 0xb4, 0x72, 0x9f, 0x91, 0x99, 0x41, 0x9a, 0xa4, 0x55, 0xf2, 0xf2, 0x90, 0x36, 0xa0, 0xd8, 0x93, - 0x4c, 0xa6, 0xc2, 0x28, 0x34, 0x49, 0x6b, 0xdf, 0xd3, 0x91, 0xfd, 0x95, 0x40, 0xf9, 0x2c, 0x9d, - 0xec, 0xcc, 0x94, 0x3c, 0x85, 0x4a, 0x66, 0x47, 0x77, 0xd4, 0x80, 0xe2, 0x29, 0x8f, 0x86, 0xe1, - 0x48, 0x35, 0x54, 0xf1, 0x74, 0x64, 0xff, 0x20, 0x50, 0x5d, 0x14, 0xf6, 0x59, 0xb2, 0x33, 0xe3, - 0xf4, 0x1c, 0x1e, 0xae, 0x2c, 0x69, 0xff, 0x8f, 0x61, 0xbf, 0xcf, 0x92, 0x90, 0xf9, 0x97, 0x28, - 0x74, 0x0b, 0x2b, 0x70, 0xfc, 0xab, 0x90, 0x5f, 0x0b, 0x7d, 0x09, 0xc5, 0xec, 0xbd, 0xd2, 0x9a, - 0xa3, 0x56, 0x86, 0xb3, 0xf1, 0x7c, 0xcd, 0x9a, 0xb3, 0xdc, 0x0b, 0x4e, 0x2f, 0x4e, 0x90, 0x0d, - 0xba, 0x2c, 0xa6, 0x27, 0xcb, 0x71, 0xa5, 0x75, 0x2d, 0xdb, 0x7c, 0x63, 0x66, 0x63, 0x1b, 0x6b, - 0x63, 0xaf, 0xa1, 0x9c, 0xcd, 0xc6, 0xe9, 0x18, 0x83, 0xcf, 0xcb, 0x3f, 0xdd, 0x98, 0x70, 0xb3, - 0xbe, 0x45, 0xb5, 0xf6, 0x15, 0xc0, 0xa2, 0xd1, 0xec, 0x2a, 0x28, 0xd5, 0x45, 0x6b, 0x63, 0x64, - 0x1e, 0x6e, 0x30, 0x2d, 0x7b, 0x03, 0xa5, 0xfc, 0x7c, 0x68, 0x63, 0xad, 0x60, 0xed, 0x0e, 0xcd, - 0x47, 0xb7, 0x78, 0x26, 0xee, 0x7c, 0xb8, 0x9a, 0x5b, 0xe4, 0x7a, 0x6e, 0x91, 0x3f, 0x73, 0x8b, - 0xfc, 0x9d, 0x5b, 0xe4, 0xe7, 0x3f, 0x6b, 0xef, 0xd3, 0x93, 0xb5, 0xad, 0x18, 0x89, 0x38, 0x08, - 0xda, 0x03, 0x9c, 0xba, 0x11, 0xf2, 0xa1, 0x68, 0xb3, 0x38, 0x74, 0xd5, 0xc7, 0x7e, 0x17, 0xaa, - 0x17, 0xc8, 0xdf, 0xf5, 0x9c, 0xb7, 0x1f, 0xdf, 0x3b, 0x8b, 0xe3, 0x46, 0xbf, 0xa8, 0xb6, 0xe4, - 0x8b, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x52, 0x8c, 0x82, 0xb3, 0x05, 0x00, 0x00, + 0x10, 0xc6, 0xbb, 0x01, 0x42, 0x3a, 0x09, 0x0d, 0xda, 0x26, 0xc1, 0xb2, 0x50, 0x1a, 0xf9, 0x00, + 0x91, 0x50, 0x6c, 0x54, 0x40, 0xaa, 0xe0, 0x44, 0x5a, 0xa1, 0x72, 0x48, 0x41, 0x8e, 0x94, 0x03, + 0xb7, 0xb5, 0x33, 0x71, 0x2c, 0x1a, 0xaf, 0xf1, 0xae, 0x23, 0xe5, 0x21, 0x10, 0x70, 0xe3, 0x11, + 0x10, 0x4f, 0xd2, 0x63, 0x8f, 0x9c, 0x2a, 0x14, 0x5e, 0x04, 0x65, 0xbd, 0xce, 0xbf, 0xbe, 0x40, + 0x6e, 0x99, 0xdf, 0xcc, 0xe7, 0x7c, 0xb3, 0x3b, 0x3b, 0x70, 0x28, 0x24, 0x93, 0xe8, 0x08, 0x4c, + 0xa6, 0xa1, 0x8f, 0x76, 0x9c, 0x70, 0xc9, 0xe9, 0x3d, 0x05, 0x4d, 0xaa, 0xa9, 0x33, 0x41, 0xc9, + 0xb2, 0x94, 0x59, 0xcb, 0xd9, 0x14, 0x93, 0x70, 0x34, 0xd3, 0xb4, 0xee, 0x71, 0x2e, 0x85, 0x4c, + 0x58, 0xec, 0xc8, 0x59, 0x8c, 0x42, 0xe3, 0x4e, 0x10, 0xca, 0x71, 0xea, 0xd9, 0x3e, 0x9f, 0x38, + 0x01, 0x0f, 0xb8, 0xa3, 0xb0, 0x97, 0x8e, 0x54, 0xa4, 0x02, 0xf5, 0x2b, 0x2b, 0xb7, 0xbe, 0x11, + 0x78, 0x70, 0x81, 0x72, 0xc2, 0x62, 0x17, 0xbf, 0xa4, 0x28, 0x24, 0x3d, 0x81, 0xbb, 0x3d, 0x94, + 0xcc, 0xf0, 0x5a, 0xa4, 0x5d, 0x3e, 0x36, 0xed, 0xdc, 0xa6, 0xce, 0x2f, 0x72, 0xe7, 0xc8, 0x86, + 0x98, 0x74, 0x4b, 0x57, 0x37, 0x47, 0x7b, 0xd7, 0x37, 0x47, 0xc4, 0x55, 0x0a, 0x7a, 0x06, 0xc5, + 0x81, 0x72, 0x68, 0xf8, 0x4a, 0x6b, 0x6d, 0x6b, 0x55, 0x36, 0xf4, 0x99, 0x0c, 0x79, 0x74, 0xeb, + 0x1b, 0x5a, 0x6b, 0x7d, 0x27, 0x70, 0xd0, 0x43, 0x99, 0x84, 0xbe, 0xd8, 0x15, 0x4b, 0xcf, 0xa0, + 0xba, 0x74, 0x24, 0x62, 0x1e, 0x09, 0xa4, 0x06, 0xdc, 0xd7, 0xc8, 0x20, 0xad, 0x3b, 0xed, 0x8a, + 0x9b, 0x87, 0xea, 0x44, 0xcf, 0x91, 0x5d, 0xca, 0xf1, 0xae, 0xd8, 0xef, 0xc2, 0x41, 0x6e, 0x68, + 0xe5, 0x3e, 0x23, 0x33, 0x83, 0xb4, 0x48, 0xbb, 0xe4, 0xe6, 0x21, 0x6d, 0x40, 0xb1, 0x2f, 0x99, + 0x4c, 0x85, 0x51, 0x68, 0x91, 0xf6, 0xbe, 0xab, 0x23, 0xeb, 0x2b, 0x81, 0xf2, 0x59, 0x3a, 0xd9, + 0x99, 0x29, 0x79, 0x02, 0x95, 0xcc, 0x8e, 0xee, 0xa8, 0x01, 0xc5, 0x53, 0x1e, 0x8d, 0xc2, 0x40, + 0x35, 0x54, 0x71, 0x75, 0x64, 0xfd, 0x20, 0x50, 0x5d, 0x14, 0x0e, 0x58, 0xb2, 0x33, 0xe3, 0xf4, + 0x1c, 0x1e, 0xae, 0x2c, 0x69, 0xff, 0x8f, 0x61, 0x7f, 0xc0, 0x92, 0x90, 0x79, 0x97, 0x28, 0x74, + 0x0b, 0x2b, 0x70, 0xfc, 0xab, 0x90, 0x5f, 0x0b, 0x7d, 0x09, 0xc5, 0xec, 0xbd, 0xd2, 0x9a, 0xad, + 0x56, 0x86, 0xbd, 0xf1, 0x7c, 0xcd, 0x9a, 0xbd, 0xdc, 0x0b, 0x76, 0x3f, 0x4e, 0x90, 0x0d, 0x7b, + 0x2c, 0xa6, 0x27, 0xcb, 0x71, 0xa5, 0x75, 0x2d, 0xdb, 0x7c, 0x63, 0x66, 0x63, 0x1b, 0x6b, 0x63, + 0xaf, 0xa1, 0x9c, 0xcd, 0xc6, 0xe9, 0x18, 0xfd, 0xcf, 0xcb, 0x3f, 0xdd, 0x98, 0x70, 0xb3, 0xbe, + 0x45, 0xb5, 0xf6, 0x15, 0xc0, 0xa2, 0xd1, 0xec, 0x2a, 0x28, 0xd5, 0x45, 0x6b, 0x63, 0x64, 0x1e, + 0x6e, 0x30, 0x2d, 0x7b, 0x03, 0xa5, 0xfc, 0x7c, 0x68, 0x63, 0xad, 0x60, 0xed, 0x0e, 0xcd, 0x47, + 0xb7, 0x78, 0x26, 0xee, 0x7e, 0xb8, 0x9a, 0x37, 0xc9, 0xf5, 0xbc, 0x49, 0xfe, 0xcc, 0x9b, 0xe4, + 0xef, 0xbc, 0x49, 0x7e, 0xfe, 0x6b, 0xee, 0x7d, 0x7a, 0xba, 0xb6, 0x15, 0x23, 0x11, 0xfb, 0x7e, + 0x67, 0x88, 0x53, 0x27, 0x42, 0x3e, 0x12, 0x1d, 0x16, 0x87, 0x9d, 0x80, 0x3b, 0xea, 0x7b, 0xbf, + 0x0b, 0xd5, 0x0b, 0xe4, 0xef, 0xfa, 0xf6, 0xdb, 0x8f, 0xef, 0xed, 0xc5, 0x89, 0xa3, 0x57, 0x54, + 0x8b, 0xf2, 0xc5, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x60, 0x43, 0xc8, 0xac, 0xb6, 0x05, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/state/service.proto b/state/service.proto index dc5efe40..bebc9132 100644 --- a/state/service.proto +++ b/state/service.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package state; -option go_package = "github.com/nspcc-dev/neofs-api/state"; +option go_package = "github.com/nspcc-dev/neofs-api-go/state"; option csharp_namespace = "NeoFS.API.State"; import "service/meta.proto"; diff --git a/storagegroup/storage.go b/storagegroup/storage.go index d41af495..7438b2b7 100644 --- a/storagegroup/storage.go +++ b/storagegroup/storage.go @@ -3,7 +3,7 @@ package storagegroup import ( "context" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/refs" ) type ( diff --git a/storagegroup/types.go b/storagegroup/types.go index 52c1410c..d16382b2 100644 --- a/storagegroup/types.go +++ b/storagegroup/types.go @@ -7,8 +7,8 @@ import ( "github.com/gogo/protobuf/proto" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-api/hash" - "github.com/nspcc-dev/neofs-api/refs" + "github.com/nspcc-dev/neofs-api-go/hash" + "github.com/nspcc-dev/neofs-api-go/refs" ) type ( diff --git a/storagegroup/types.pb.go b/storagegroup/types.pb.go index 46f736dc..fa4b2486 100644 --- a/storagegroup/types.pb.go +++ b/storagegroup/types.pb.go @@ -170,31 +170,31 @@ func init() { func init() { proto.RegisterFile("storagegroup/types.proto", fileDescriptor_cfa54edc899249a8) } var fileDescriptor_cfa54edc899249a8 = []byte{ - // 374 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x4b, 0xe3, 0x40, - 0x18, 0xcd, 0xa4, 0xd9, 0x25, 0x3b, 0x9b, 0x2d, 0x65, 0x58, 0x96, 0xd0, 0x43, 0x52, 0xba, 0x97, - 0xc0, 0xd2, 0x09, 0xb4, 0x7b, 0xda, 0xdb, 0x86, 0xdd, 0xaa, 0xa0, 0x22, 0xa9, 0xed, 0xa1, 0xb7, - 0x69, 0x3a, 0x4d, 0x07, 0x92, 0x4c, 0x68, 0x26, 0xa2, 0xfe, 0x92, 0x5e, 0x04, 0xcf, 0xfe, 0x92, - 0x1e, 0x3d, 0x8a, 0x87, 0x20, 0xf1, 0xe4, 0xbf, 0x90, 0x4e, 0xb5, 0x46, 0xf1, 0xe0, 0x6d, 0xde, - 0xfb, 0xde, 0xfb, 0xe6, 0x3d, 0x3e, 0x68, 0x66, 0x82, 0x2f, 0x48, 0x48, 0xc3, 0x05, 0xcf, 0x53, - 0x57, 0x9c, 0xa5, 0x34, 0xc3, 0xe9, 0x82, 0x0b, 0x8e, 0x8c, 0xea, 0xa4, 0xd9, 0x09, 0x99, 0x98, - 0xe7, 0x13, 0x1c, 0xf0, 0xd8, 0x0d, 0x79, 0xc8, 0x5d, 0x29, 0x9a, 0xe4, 0x33, 0x89, 0x24, 0x90, - 0xaf, 0x8d, 0xb9, 0xfd, 0xa0, 0x42, 0x63, 0xb0, 0xf1, 0xef, 0xac, 0xfd, 0x08, 0x43, 0x34, 0x22, - 0x11, 0x9b, 0x12, 0xc1, 0x78, 0xf2, 0x8f, 0x08, 0x32, 0x60, 0xe7, 0xd4, 0x04, 0x2d, 0xe0, 0x68, - 0xfe, 0x3b, 0x13, 0xf4, 0x1b, 0xd6, 0x5f, 0xd8, 0x5d, 0x92, 0xcd, 0x4d, 0xb5, 0x05, 0x1c, 0xc3, - 0x33, 0x56, 0x85, 0xad, 0xdc, 0x16, 0xb6, 0xb6, 0xe6, 0xfc, 0x37, 0x1a, 0x74, 0x00, 0xf5, 0x88, - 0xcd, 0xa8, 0x60, 0x31, 0x35, 0x6b, 0x2d, 0xe0, 0x7c, 0xed, 0xfe, 0xc4, 0xd5, 0x1a, 0xb8, 0x9a, - 0x09, 0xef, 0x3f, 0x49, 0x3d, 0xa3, 0x2c, 0x6c, 0xfd, 0x19, 0xf9, 0xdb, 0x15, 0xcd, 0x0b, 0x00, - 0xb7, 0x34, 0xea, 0x43, 0x2d, 0x4f, 0x98, 0x90, 0x99, 0xeb, 0x5d, 0xe7, 0x03, 0x7b, 0xf1, 0x30, - 0x61, 0xc2, 0xd3, 0xcb, 0xc2, 0xd6, 0xd6, 0x2f, 0x5f, 0xfa, 0xd1, 0x77, 0xf8, 0x69, 0x44, 0xa2, - 0x9c, 0xca, 0x42, 0x35, 0x7f, 0x03, 0xda, 0x3d, 0x28, 0x35, 0xe8, 0x1b, 0xfc, 0x32, 0x4c, 0x22, - 0x16, 0x33, 0x41, 0xa7, 0x0d, 0x05, 0xd5, 0x21, 0x3c, 0xa4, 0xbc, 0x3f, 0xf8, 0x9f, 0xf2, 0x60, - 0xde, 0x00, 0xc8, 0x80, 0xfa, 0x30, 0x61, 0xa7, 0xc7, 0x2c, 0xa6, 0x0d, 0xf5, 0x8f, 0xb6, 0xbc, - 0xb4, 0x15, 0x6f, 0xbc, 0x2a, 0x2d, 0x70, 0x5d, 0x5a, 0xe0, 0xa6, 0xb4, 0xc0, 0x5d, 0x69, 0x81, - 0xe5, 0xbd, 0xa5, 0x8c, 0x7f, 0x55, 0x0e, 0x96, 0x64, 0x69, 0x10, 0x74, 0xa6, 0xf4, 0xc4, 0x4d, - 0x28, 0x9f, 0x65, 0x1d, 0x92, 0x32, 0xb7, 0x1a, 0xff, 0x4a, 0xfd, 0x21, 0x7f, 0xc1, 0x7f, 0x8f, - 0xf6, 0x5e, 0x55, 0x99, 0x7c, 0x96, 0xe7, 0xec, 0x3d, 0x06, 0x00, 0x00, 0xff, 0xff, 0x79, 0x0c, - 0x52, 0x44, 0x27, 0x02, 0x00, 0x00, + // 377 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x31, 0x6b, 0xdb, 0x40, + 0x14, 0xd6, 0xc9, 0x6a, 0x51, 0xaf, 0xaa, 0x31, 0x47, 0x29, 0xc2, 0x83, 0x64, 0xdc, 0x45, 0x8b, + 0x4e, 0x60, 0x77, 0xea, 0x56, 0xd1, 0xba, 0x2d, 0x24, 0x21, 0xc8, 0xb1, 0x87, 0x40, 0x86, 0xb3, + 0x7c, 0x96, 0x0f, 0x24, 0x9d, 0xb0, 0x4e, 0x21, 0xc9, 0x2f, 0xf1, 0x12, 0xc8, 0x9c, 0x5f, 0xe2, + 0x31, 0x63, 0xc8, 0x20, 0x82, 0x32, 0xe5, 0x5f, 0x04, 0x9f, 0x13, 0x47, 0x09, 0x19, 0xb2, 0xbd, + 0xef, 0x7b, 0xdf, 0xf7, 0xde, 0xfb, 0x78, 0xd0, 0xcc, 0x05, 0x5f, 0x90, 0x88, 0x46, 0x0b, 0x5e, + 0x64, 0x9e, 0x38, 0xcd, 0x68, 0x8e, 0xb3, 0x05, 0x17, 0x1c, 0x19, 0xf5, 0x4e, 0xdb, 0x8d, 0x98, + 0x98, 0x17, 0x13, 0x1c, 0xf2, 0xc4, 0x8b, 0x78, 0xc4, 0x3d, 0x29, 0x9a, 0x14, 0x33, 0x89, 0x24, + 0x90, 0xd5, 0xc6, 0xdc, 0xbd, 0x57, 0xa1, 0x31, 0xdc, 0xf8, 0xff, 0xae, 0xfd, 0x08, 0x43, 0x34, + 0x26, 0x31, 0x9b, 0x12, 0xc1, 0x78, 0xfa, 0x9b, 0x08, 0x32, 0x64, 0x67, 0xd4, 0x04, 0x1d, 0xe0, + 0x68, 0xc1, 0x1b, 0x1d, 0xf4, 0x03, 0x36, 0x9f, 0xd9, 0x7f, 0x24, 0x9f, 0x9b, 0x6a, 0x07, 0x38, + 0x86, 0x6f, 0xac, 0x4a, 0x5b, 0xb9, 0x29, 0x6d, 0x6d, 0xcd, 0x05, 0xaf, 0x34, 0x68, 0x17, 0xea, + 0x31, 0x9b, 0x51, 0xc1, 0x12, 0x6a, 0x36, 0x3a, 0xc0, 0xf9, 0xdc, 0xfb, 0x8e, 0xeb, 0x31, 0x70, + 0xfd, 0x26, 0xbc, 0xf3, 0x28, 0xf5, 0x8d, 0xaa, 0xb4, 0xf5, 0x27, 0x14, 0x6c, 0x47, 0xb4, 0xcf, + 0x01, 0xdc, 0xd2, 0x68, 0x00, 0xb5, 0x22, 0x65, 0x42, 0xde, 0xdc, 0xec, 0x39, 0xef, 0x98, 0x8b, + 0x47, 0x29, 0x13, 0xbe, 0x5e, 0x95, 0xb6, 0xb6, 0xae, 0x02, 0xe9, 0x47, 0x5f, 0xe1, 0x87, 0x31, + 0x89, 0x0b, 0x2a, 0x03, 0x35, 0x82, 0x0d, 0xe8, 0xf6, 0xa1, 0xd4, 0xa0, 0x2f, 0xf0, 0xd3, 0x28, + 0x8d, 0x59, 0xc2, 0x04, 0x9d, 0xb6, 0x14, 0xd4, 0x84, 0x70, 0x8f, 0xf2, 0xc1, 0xf0, 0x4f, 0xc6, + 0xc3, 0x79, 0x0b, 0x20, 0x03, 0xea, 0xa3, 0x94, 0x9d, 0x1c, 0xb0, 0x84, 0xb6, 0xd4, 0x9f, 0xda, + 0xf2, 0xc2, 0x56, 0xfc, 0xa3, 0x55, 0x65, 0x81, 0xab, 0xca, 0x02, 0xd7, 0x95, 0x05, 0x6e, 0x2b, + 0x0b, 0x2c, 0xef, 0x2c, 0xe5, 0x10, 0xd7, 0x1e, 0x96, 0xe6, 0x59, 0x18, 0xba, 0x53, 0x7a, 0xec, + 0xa5, 0x94, 0xcf, 0x72, 0x97, 0x64, 0xcc, 0x8d, 0xb8, 0x57, 0x4f, 0x70, 0xa9, 0x7e, 0x93, 0x8b, + 0xf0, 0xaf, 0xfd, 0xff, 0x2f, 0xd2, 0x4c, 0x3e, 0xca, 0x8f, 0xf6, 0x1f, 0x02, 0x00, 0x00, 0xff, + 0xff, 0xf8, 0x32, 0x27, 0x9d, 0x2a, 0x02, 0x00, 0x00, } func (m *StorageGroup) Marshal() (dAtA []byte, err error) { diff --git a/storagegroup/types.proto b/storagegroup/types.proto index 41a211fa..fde33aae 100644 --- a/storagegroup/types.proto +++ b/storagegroup/types.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package storagegroup; -option go_package = "github.com/nspcc-dev/neofs-api/storagegroup"; +option go_package = "github.com/nspcc-dev/neofs-api-go/storagegroup"; option csharp_namespace = "NeoFS.API.StorageGroup"; import "github.com/gogo/protobuf/gogoproto/gogo.proto";