54ccb460a9
* rename `size` fields in protobuf messages for gogo compatibility * linter fixes
12 lines
339 B
Go
12 lines
339 B
Go
// Copyright (C) 2018 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package pb
|
|
|
|
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
|