db80358f32
* protobuf for sending bandwidth agreements to satellite from storage nodes * Setup process for sending agreements * Add payer_id to db with bandwidth agreements for better sorting * Renamed payer to satellite in psdb
11 lines
391 B
Go
11 lines
391 B
Go
// Copyright (C) 2018 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package pb
|
|
|
|
//go:generate protoc --go_out=plugins=grpc:. meta.proto
|
|
//go:generate protoc --go_out=plugins=grpc:. overlay.proto
|
|
//go:generate protoc --go_out=plugins=grpc:. pointerdb.proto
|
|
//go:generate protoc --go_out=plugins=grpc:. piecestore.proto
|
|
//go:generate protoc --go_out=plugins=grpc:. bandwidth.proto
|