// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: vp_info.proto package pb import ( fmt "fmt" proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" ) // 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. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type VpInfo struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Pid string `protobuf:"bytes,2,opt,name=pid,proto3" json:"pid,omitempty"` Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"` Hosts []string `protobuf:"bytes,4,rep,name=hosts,proto3" json:"hosts,omitempty"` } func (m *VpInfo) Reset() { *m = VpInfo{} } func (m *VpInfo) String() string { return proto.CompactTextString(m) } func (*VpInfo) ProtoMessage() {} func (*VpInfo) Descriptor() ([]byte, []int) { return fileDescriptor_7477e72a440db3af, []int{0} } func (m *VpInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } func (m *VpInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { return xxx_messageInfo_VpInfo.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } return b[:n], nil } } func (m *VpInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_VpInfo.Merge(m, src) } func (m *VpInfo) XXX_Size() int { return m.Size() } func (m *VpInfo) XXX_DiscardUnknown() { xxx_messageInfo_VpInfo.DiscardUnknown(m) } var xxx_messageInfo_VpInfo proto.InternalMessageInfo func (m *VpInfo) GetId() uint64 { if m != nil { return m.Id } return 0 } func (m *VpInfo) GetPid() string { if m != nil { return m.Pid } return "" } func (m *VpInfo) GetAccount() string { if m != nil { return m.Account } return "" } func (m *VpInfo) GetHosts() []string { if m != nil { return m.Hosts } return nil } func init() { proto.RegisterType((*VpInfo)(nil), "pb.VpInfo") } func init() { proto.RegisterFile("vp_info.proto", fileDescriptor_7477e72a440db3af) } var fileDescriptor_7477e72a440db3af = []byte{ // 152 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2d, 0x2b, 0x88, 0xcf, 0xcc, 0x4b, 0xcb, 0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2a, 0x48, 0x52, 0x8a, 0xe2, 0x62, 0x0b, 0x2b, 0xf0, 0xcc, 0x4b, 0xcb, 0x17, 0xe2, 0xe3, 0x62, 0xca, 0x4c, 0x91, 0x60, 0x54, 0x60, 0xd4, 0x60, 0x09, 0x62, 0xca, 0x4c, 0x11, 0x12, 0xe0, 0x62, 0x2e, 0xc8, 0x4c, 0x91, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x0c, 0x02, 0x31, 0x85, 0x24, 0xb8, 0xd8, 0x13, 0x93, 0x93, 0xf3, 0x4b, 0xf3, 0x4a, 0x24, 0x98, 0xc1, 0xa2, 0x30, 0xae, 0x90, 0x08, 0x17, 0x6b, 0x46, 0x7e, 0x71, 0x49, 0xb1, 0x04, 0x8b, 0x02, 0xb3, 0x06, 0x67, 0x10, 0x84, 0xe3, 0x24, 0x71, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x49, 0x6c, 0x60, 0x07, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xf5, 0xc8, 0x72, 0x91, 0x00, 0x00, 0x00, } func (m *VpInfo) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *VpInfo) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } func (m *VpInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l if len(m.Hosts) > 0 { for iNdEx := len(m.Hosts) - 1; iNdEx >= 0; iNdEx-- { i -= len(m.Hosts[iNdEx]) copy(dAtA[i:], m.Hosts[iNdEx]) i = encodeVarintVpInfo(dAtA, i, uint64(len(m.Hosts[iNdEx]))) i-- dAtA[i] = 0x22 } } if len(m.Account) > 0 { i -= len(m.Account) copy(dAtA[i:], m.Account) i = encodeVarintVpInfo(dAtA, i, uint64(len(m.Account))) i-- dAtA[i] = 0x1a } if len(m.Pid) > 0 { i -= len(m.Pid) copy(dAtA[i:], m.Pid) i = encodeVarintVpInfo(dAtA, i, uint64(len(m.Pid))) i-- dAtA[i] = 0x12 } if m.Id != 0 { i = encodeVarintVpInfo(dAtA, i, uint64(m.Id)) i-- dAtA[i] = 0x8 } return len(dAtA) - i, nil } func encodeVarintVpInfo(dAtA []byte, offset int, v uint64) int { offset -= sovVpInfo(v) base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) return base } func (m *VpInfo) Size() (n int) { if m == nil { return 0 } var l int _ = l if m.Id != 0 { n += 1 + sovVpInfo(uint64(m.Id)) } l = len(m.Pid) if l > 0 { n += 1 + l + sovVpInfo(uint64(l)) } l = len(m.Account) if l > 0 { n += 1 + l + sovVpInfo(uint64(l)) } if len(m.Hosts) > 0 { for _, s := range m.Hosts { l = len(s) n += 1 + l + sovVpInfo(uint64(l)) } } return n } func sovVpInfo(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } func sozVpInfo(x uint64) (n int) { return sovVpInfo(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } func (m *VpInfo) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { preIndex := iNdEx var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowVpInfo } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ wire |= uint64(b&0x7F) << shift if b < 0x80 { break } } fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { return fmt.Errorf("proto: VpInfo: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: VpInfo: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType) } m.Id = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowVpInfo } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.Id |= uint64(b&0x7F) << shift if b < 0x80 { break } } case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Pid", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowVpInfo } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } intStringLen := int(stringLen) if intStringLen < 0 { return ErrInvalidLengthVpInfo } postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthVpInfo } if postIndex > l { return io.ErrUnexpectedEOF } m.Pid = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Account", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowVpInfo } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } intStringLen := int(stringLen) if intStringLen < 0 { return ErrInvalidLengthVpInfo } postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthVpInfo } if postIndex > l { return io.ErrUnexpectedEOF } m.Account = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Hosts", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowVpInfo } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } intStringLen := int(stringLen) if intStringLen < 0 { return ErrInvalidLengthVpInfo } postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthVpInfo } if postIndex > l { return io.ErrUnexpectedEOF } m.Hosts = append(m.Hosts, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipVpInfo(dAtA[iNdEx:]) if err != nil { return err } if skippy < 0 { return ErrInvalidLengthVpInfo } if (iNdEx + skippy) < 0 { return ErrInvalidLengthVpInfo } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func skipVpInfo(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 depth := 0 for iNdEx < l { var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return 0, ErrIntOverflowVpInfo } if iNdEx >= l { return 0, io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ wire |= (uint64(b) & 0x7F) << shift if b < 0x80 { break } } wireType := int(wire & 0x7) switch wireType { case 0: for shift := uint(0); ; shift += 7 { if shift >= 64 { return 0, ErrIntOverflowVpInfo } if iNdEx >= l { return 0, io.ErrUnexpectedEOF } iNdEx++ if dAtA[iNdEx-1] < 0x80 { break } } case 1: iNdEx += 8 case 2: var length int for shift := uint(0); ; shift += 7 { if shift >= 64 { return 0, ErrIntOverflowVpInfo } if iNdEx >= l { return 0, io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ length |= (int(b) & 0x7F) << shift if b < 0x80 { break } } if length < 0 { return 0, ErrInvalidLengthVpInfo } iNdEx += length case 3: depth++ case 4: if depth == 0 { return 0, ErrUnexpectedEndOfGroupVpInfo } depth-- case 5: iNdEx += 4 default: return 0, fmt.Errorf("proto: illegal wireType %d", wireType) } if iNdEx < 0 { return 0, ErrInvalidLengthVpInfo } if depth == 0 { return iNdEx, nil } } return 0, io.ErrUnexpectedEOF } var ( ErrInvalidLengthVpInfo = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowVpInfo = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupVpInfo = fmt.Errorf("proto: unexpected end of group") )