frostfs-api-go/service/alias.go

15 lines
274 B
Go
Raw Normal View History

2020-04-28 10:09:18 +00:00
package service
import (
"github.com/nspcc-dev/neofs-api-go/refs"
)
// TokenID is type alias of UUID ref.
type TokenID = refs.UUID
// OwnerID is type alias of OwnerID ref.
type OwnerID = refs.OwnerID
// Address is type alias of Address ref.
type Address = refs.Address