5e9377524f
* Signature verification * Clean up agreement sender to have less errors * overlay address in captnplanet * Refactor bandwidth.proto to not use streams * Make sure the send worked * Handle connection to satellite * Save renter public key inside of renter bandwidth allocations * Default diag to sqlite. Make configurable * Separate bw server and dbm; regenerate dbx files * Make sure test uses protobufs * Demonstrate creating bandwidth allocations
8 lines
241 B
Go
8 lines
241 B
Go
// Copyright (C) 2018 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package bwagreement
|
|
|
|
//go:generate dbx.v1 golang -d postgres -d sqlite3 bwagreement.dbx .
|
|
//go:generate dbx.v1 schema -d postgres -d sqlite3 bwagreement.dbx .
|