mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 14:28:02 +08:00
fix(crypto/spipe/pb) rename proto package -> spipe_pb
This commit is contained in:
parent
8823f46248
commit
157035233e
@ -1,8 +1,8 @@
|
||||
|
||||
all: message.pb.go
|
||||
all: spipe.pb.go
|
||||
|
||||
message.pb.go: message.proto
|
||||
spipe.pb.go: spipe.proto
|
||||
protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $<
|
||||
|
||||
clean:
|
||||
rm message.pb.go
|
||||
rm spipe.pb.go
|
||||
|
||||
@ -1,26 +1,24 @@
|
||||
// Code generated by protoc-gen-gogo.
|
||||
// source: message.proto
|
||||
// source: spipe.proto
|
||||
// DO NOT EDIT!
|
||||
|
||||
/*
|
||||
Package spipe is a generated protocol buffer package.
|
||||
Package spipe_pb is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
message.proto
|
||||
spipe.proto
|
||||
|
||||
It has these top-level messages:
|
||||
Propose
|
||||
Exchange
|
||||
*/
|
||||
package spipe
|
||||
package spipe_pb
|
||||
|
||||
import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
|
||||
import json "encoding/json"
|
||||
import math "math"
|
||||
|
||||
// Reference proto, json, and math imports to suppress error if they are not otherwise used.
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
var _ = &json.SyntaxError{}
|
||||
var _ = math.Inf
|
||||
|
||||
type Propose struct {
|
||||
@ -1,4 +1,4 @@
|
||||
package spipe;
|
||||
package spipe.pb;
|
||||
|
||||
message Propose {
|
||||
optional bytes rand = 1;
|
||||
Loading…
Reference in New Issue
Block a user