github.com/zignig/go-ipfs@v0.0.0-20141111235910-c9e5fdf55a52/namesys/internal/pb/namesys.pb.go (about) 1 // Code generated by protoc-gen-gogo. 2 // source: namesys.proto 3 // DO NOT EDIT! 4 5 /* 6 Package namesys_pb is a generated protocol buffer package. 7 8 It is generated from these files: 9 namesys.proto 10 11 It has these top-level messages: 12 IpnsEntry 13 */ 14 package namesys_pb 15 16 import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto" 17 import math "math" 18 19 // Reference imports to suppress errors if they are not otherwise used. 20 var _ = proto.Marshal 21 var _ = math.Inf 22 23 type IpnsEntry struct { 24 Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` 25 Signature []byte `protobuf:"bytes,2,req,name=signature" json:"signature,omitempty"` 26 XXX_unrecognized []byte `json:"-"` 27 } 28 29 func (m *IpnsEntry) Reset() { *m = IpnsEntry{} } 30 func (m *IpnsEntry) String() string { return proto.CompactTextString(m) } 31 func (*IpnsEntry) ProtoMessage() {} 32 33 func (m *IpnsEntry) GetValue() []byte { 34 if m != nil { 35 return m.Value 36 } 37 return nil 38 } 39 40 func (m *IpnsEntry) GetSignature() []byte { 41 if m != nil { 42 return m.Signature 43 } 44 return nil 45 } 46 47 func init() { 48 }