forked from TrueCloudLab/frostfs-s3-gw
Remove unused types
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
parent
de77d7838e
commit
3bf6a847a2
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"crypto/ecdsa"
|
||||
"time"
|
||||
|
||||
"github.com/nspcc-dev/neofs-authmate/accessbox/hcs"
|
||||
"github.com/nspcc-dev/neofs-s3-gate/api/pool"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
type (
|
||||
authCenterParams struct {
|
||||
Pool pool.Client
|
||||
Logger *zap.Logger
|
||||
Timeout time.Duration
|
||||
|
||||
GateAuthKeys *hcs.X25519Keys
|
||||
NeoFSPrivateKey *ecdsa.PrivateKey
|
||||
}
|
||||
)
|
Loading…
Reference in a new issue