kubo/net/service/internal/pb/service.pb.go
2014-10-22 15:54:18 -07:00

49 lines
1.0 KiB
Go

// Code generated by protoc-gen-gogo.
// source: service.proto
// DO NOT EDIT!
/*
Package service_pb is a generated protocol buffer package.
It is generated from these files:
service.proto
It has these top-level messages:
PBRequest
*/
package service_pb
import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = math.Inf
type PBRequest struct {
Data []byte `protobuf:"bytes,1,req" json:"Data,omitempty"`
Tag []byte `protobuf:"bytes,3,opt" json:"Tag,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *PBRequest) Reset() { *m = PBRequest{} }
func (m *PBRequest) String() string { return proto.CompactTextString(m) }
func (*PBRequest) ProtoMessage() {}
func (m *PBRequest) GetData() []byte {
if m != nil {
return m.Data
}
return nil
}
func (m *PBRequest) GetTag() []byte {
if m != nil {
return m.Tag
}
return nil
}
func init() {
}