Skip to content
Snippets Groups Projects
graphresponse.pb.go 3.87 KiB
Newer Older
  • Learn to ignore specific revisions
  • // Code generated by protoc-gen-go.
    // source: graphresponse.proto
    // DO NOT EDIT!
    
    /*
    Package pb is a generated protocol buffer package.
    
    It is generated from these files:
    	graphresponse.proto
    
    It has these top-level messages:
    	UidList
    	Result
    	GraphResponse
    */
    package pb
    
    import proto "github.com/golang/protobuf/proto"
    import fmt "fmt"
    import math "math"
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    const _ = proto.ProtoPackageIsVersion1
    
    type UidList struct {
    	Uids []uint64 `protobuf:"fixed64,1,rep,name=uids" json:"uids,omitempty"`
    }
    
    func (m *UidList) Reset()                    { *m = UidList{} }
    func (m *UidList) String() string            { return proto.CompactTextString(m) }
    func (*UidList) ProtoMessage()               {}
    func (*UidList) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
    
    type Result struct {
    	Values    [][]byte   `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
    	Uidmatrix []*UidList `protobuf:"bytes,2,rep,name=uidmatrix" json:"uidmatrix,omitempty"`
    }
    
    func (m *Result) Reset()                    { *m = Result{} }
    func (m *Result) String() string            { return proto.CompactTextString(m) }
    func (*Result) ProtoMessage()               {}
    func (*Result) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
    
    func (m *Result) GetUidmatrix() []*UidList {
    	if m != nil {
    		return m.Uidmatrix
    	}
    	return nil
    }
    
    type GraphResponse struct {
    	Attribute string           `protobuf:"bytes,1,opt,name=attribute" json:"attribute,omitempty"`
    	Children  []*GraphResponse `protobuf:"bytes,2,rep,name=children" json:"children,omitempty"`
    	Result    *Result          `protobuf:"bytes,3,opt,name=result" json:"result,omitempty"`
    }
    
    func (m *GraphResponse) Reset()                    { *m = GraphResponse{} }
    func (m *GraphResponse) String() string            { return proto.CompactTextString(m) }
    func (*GraphResponse) ProtoMessage()               {}
    func (*GraphResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
    
    func (m *GraphResponse) GetChildren() []*GraphResponse {
    	if m != nil {
    		return m.Children
    	}
    	return nil
    }
    
    func (m *GraphResponse) GetResult() *Result {
    	if m != nil {
    		return m.Result
    	}
    	return nil
    }
    
    func init() {
    	proto.RegisterType((*UidList)(nil), "pb.UidList")
    	proto.RegisterType((*Result)(nil), "pb.Result")
    	proto.RegisterType((*GraphResponse)(nil), "pb.GraphResponse")
    }
    
    var fileDescriptor0 = []byte{
    	// 207 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x54, 0x8f, 0xcd, 0x4a, 0xc4, 0x30,
    	0x14, 0x46, 0x69, 0x2b, 0xd1, 0xde, 0xea, 0xc2, 0x2b, 0x48, 0x17, 0x0a, 0x92, 0x55, 0x5d, 0xd8,
    	0x45, 0x7d, 0x08, 0x17, 0xba, 0xba, 0xe0, 0x03, 0x24, 0x36, 0xd8, 0x40, 0x6d, 0x43, 0x7e, 0x64,
    	0x96, 0xf3, 0xe8, 0x93, 0xb6, 0x61, 0xca, 0xec, 0x92, 0x9c, 0x8f, 0xc3, 0x09, 0x3c, 0xfc, 0x5a,
    	0x61, 0x06, 0xab, 0x9c, 0x99, 0x27, 0xa7, 0x5a, 0x63, 0x67, 0x3f, 0x63, 0x6e, 0x24, 0x7f, 0x86,
    	0xeb, 0x6f, 0xdd, 0x7f, 0x69, 0xe7, 0x11, 0xe1, 0x2a, 0xe8, 0xde, 0xd5, 0xd9, 0x4b, 0xd1, 0x30,
    	0x5a, 0xcf, 0xfc, 0x13, 0x18, 0x29, 0x17, 0x46, 0x8f, 0x8f, 0xc0, 0xfe, 0xc5, 0x18, 0xd4, 0xc6,
    	0x6f, 0x29, 0xdd, 0xf0, 0x15, 0xca, 0xb8, 0xfc, 0x13, 0xde, 0xea, 0x43, 0x9d, 0x47, 0x54, 0x75,
    	0x55, 0x6b, 0x64, 0x9b, 0xac, 0xb4, 0x53, 0x7e, 0xcc, 0xe0, 0xee, 0x63, 0xe9, 0xa0, 0xd4, 0x81,
    	0x4f, 0x50, 0x0a, 0x1f, 0x99, 0x0c, 0x5e, 0x45, 0x6f, 0xd6, 0x94, 0xb4, 0x3f, 0xe0, 0x1b, 0xdc,
    	0xfc, 0x0c, 0x7a, 0xec, 0xad, 0x9a, 0x92, 0xf9, 0x7e, 0x31, 0x5f, 0x28, 0xe8, 0x3c, 0x41, 0x0e,
    	0xcc, 0xae, 0xad, 0x75, 0x11, 0x4d, 0x55, 0x07, 0xcb, 0x78, 0xab, 0xa7, 0x44, 0x24, 0x5b, 0x7f,
    	0xfe, 0x7e, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x26, 0xe5, 0x36, 0x59, 0x10, 0x01, 0x00, 0x00,
    }