*: use sdk-go instead of http-gw
Now that the packages have moved there we can do it. Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
1e6d3ebea6
commit
35ffc1fbc1
10 changed files with 30 additions and 41 deletions
|
@ -13,10 +13,10 @@ import (
|
|||
"github.com/nspcc-dev/neofs-api-go/pkg/object"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/owner"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/token"
|
||||
"github.com/nspcc-dev/neofs-http-gw/connections"
|
||||
sdk "github.com/nspcc-dev/neofs-http-gw/neofs"
|
||||
"github.com/nspcc-dev/neofs-s3-gw/api"
|
||||
"github.com/nspcc-dev/neofs-s3-gw/creds/neofs"
|
||||
sdk "github.com/nspcc-dev/neofs-sdk-go/pkg/neofs"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/pkg/pool"
|
||||
"go.uber.org/zap"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
|
@ -30,7 +30,7 @@ type (
|
|||
|
||||
// Params stores basic API parameters.
|
||||
Params struct {
|
||||
Pool connections.Pool
|
||||
Pool pool.Pool
|
||||
Logger *zap.Logger
|
||||
Timeout time.Duration
|
||||
Credential neofs.Credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue