c77ca2b161
* WIP starting to wire up the kademlia CLI tool * WIP wiring up kad cli tools * WIP starting to wire up the kademlia CLI tool * WIP wiring up kad cli tools * Got everything wired up * WIP starting to wire up the kademlia CLI tool * WIP wiring up kad cli tools * merge in upstream * WIP wiring up kad cli tools * Got everything wired up * WIP trying to get CLI to connect * Inspector connects to overlay now * Some refactoring * Linter fixes * Linter fixes * Switch to pkg/process instead of using rootCmd.Execute
12 lines
449 B
Go
12 lines
449 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
|
|
//go:generate protoc --go_out=plugins=grpc:. kadcli.proto
|