forked from TrueCloudLab/frostfs-api-go
[#167] sdk/client: Add endpoint info getter
Adds support of new netmap service to the SDK client. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
a29b615522
commit
d3e3889425
2 changed files with 95 additions and 0 deletions
|
@ -5,6 +5,7 @@ import (
|
|||
"github.com/nspcc-dev/neofs-api-go/pkg/token"
|
||||
v2accounting "github.com/nspcc-dev/neofs-api-go/v2/accounting"
|
||||
v2container "github.com/nspcc-dev/neofs-api-go/v2/container"
|
||||
v2netmap "github.com/nspcc-dev/neofs-api-go/v2/netmap"
|
||||
v2object "github.com/nspcc-dev/neofs-api-go/v2/object"
|
||||
"github.com/nspcc-dev/neofs-api-go/v2/refs"
|
||||
v2session "github.com/nspcc-dev/neofs-api-go/v2/session"
|
||||
|
@ -44,6 +45,7 @@ type (
|
|||
v2ContainerClient *v2container.Client
|
||||
v2AccountingClient *v2accounting.Client
|
||||
v2SessionClient *v2session.Client
|
||||
v2NetmapClient *v2netmap.Client
|
||||
|
||||
objectClientV2 *v2object.Client
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue