2018-09-18 05:39:06 +01:00
|
|
|
// Copyright (C) 2018 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
package pb
|
|
|
|
|
2018-11-20 17:09:35 +00:00
|
|
|
import "storj.io/storj/pkg/storj"
|
|
|
|
|
|
|
|
// Path represents a object path
|
|
|
|
type Path = storj.Path
|
|
|
|
|
|
|
|
//go:generate protoc -I. --gogo_out=plugins=grpc:. meta.proto overlay.proto pointerdb.proto piecestore.proto bandwidth.proto kadcli.proto datarepair.proto
|