session: replace used type aliases to separate file

This commit is contained in:
Leonard Lyubich 2020-04-29 12:49:27 +03:00
parent f0867036fb
commit 79142ada04
2 changed files with 15 additions and 17 deletions

View file

@ -5,23 +5,6 @@ import (
"crypto/ecdsa"
"github.com/nspcc-dev/neofs-api-go/internal"
"github.com/nspcc-dev/neofs-api-go/refs"
"github.com/nspcc-dev/neofs-api-go/service"
)
type (
// ObjectID type alias.
ObjectID = refs.ObjectID
// OwnerID type alias.
OwnerID = refs.OwnerID
// TokenID type alias.
TokenID = refs.UUID
// Token type alias
Token = service.Token
// Address type alias
Address = refs.Address
// Verb is Token_Info_Verb type alias
Verb = service.Token_Info_Verb
)
// PrivateToken is an interface of session private part.