storj/storagenode/internalpb/types.go
Egon Elbre cda67a659a storagenode/internalpb: move inspector.proto
Change-Id: I951379c3b2ff00d1bc09d6a49c026a7e723432d6
2020-10-30 14:51:26 +02:00

13 lines
339 B
Go

// Copyright (C) 2020 Storj Labs, Inc.
// See LICENSE for copying information.
package internalpb
import "storj.io/common/storj"
// PieceID is an alias to storj.PieceID for use in generated protobuf code.
type PieceID = storj.PieceID
// NodeID is an alias to storj.NodeID for use in generated protobuf code.
type NodeID = storj.NodeID