// Code generated by protoc-gen-go-vtproto. DO NOT EDIT. // protoc-gen-go-vtproto version: v0.6.1-0.20240409071808-615f978279ca // source: impl/v1/impl.proto package implv1 import ( fmt "fmt" protohelpers "github.com/planetscale/vtprotobuf/protohelpers" v1alpha1 "google.golang.org/genproto/googleapis/api/expr/v1alpha1" proto "google.golang.org/protobuf/proto" protoimpl "google.golang.org/protobuf/runtime/protoimpl" io "io" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) func (m *DecodedCaveat) CloneVT() *DecodedCaveat { if m == nil { return (*DecodedCaveat)(nil) } r := new(DecodedCaveat) r.Name = m.Name if m.KindOneof != nil { r.KindOneof = m.KindOneof.(interface { CloneVT() isDecodedCaveat_KindOneof }).CloneVT() } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedCaveat) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedCaveat_Cel) CloneVT() isDecodedCaveat_KindOneof { if m == nil { return (*DecodedCaveat_Cel)(nil) } r := new(DecodedCaveat_Cel) if rhs := m.Cel; rhs != nil { if vtpb, ok := interface{}(rhs).(interface{ CloneVT() *v1alpha1.CheckedExpr }); ok { r.Cel = vtpb.CloneVT() } else { r.Cel = proto.Clone(rhs).(*v1alpha1.CheckedExpr) } } return r } func (m *DecodedZookie_V1Zookie) CloneVT() *DecodedZookie_V1Zookie { if m == nil { return (*DecodedZookie_V1Zookie)(nil) } r := new(DecodedZookie_V1Zookie) r.Revision = m.Revision if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZookie_V1Zookie) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZookie_V2Zookie) CloneVT() *DecodedZookie_V2Zookie { if m == nil { return (*DecodedZookie_V2Zookie)(nil) } r := new(DecodedZookie_V2Zookie) r.Revision = m.Revision if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZookie_V2Zookie) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZookie) CloneVT() *DecodedZookie { if m == nil { return (*DecodedZookie)(nil) } r := new(DecodedZookie) r.Version = m.Version if m.VersionOneof != nil { r.VersionOneof = m.VersionOneof.(interface { CloneVT() isDecodedZookie_VersionOneof }).CloneVT() } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZookie) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZookie_V1) CloneVT() isDecodedZookie_VersionOneof { if m == nil { return (*DecodedZookie_V1)(nil) } r := new(DecodedZookie_V1) r.V1 = m.V1.CloneVT() return r } func (m *DecodedZookie_V2) CloneVT() isDecodedZookie_VersionOneof { if m == nil { return (*DecodedZookie_V2)(nil) } r := new(DecodedZookie_V2) r.V2 = m.V2.CloneVT() return r } func (m *DecodedZedToken_V1Zookie) CloneVT() *DecodedZedToken_V1Zookie { if m == nil { return (*DecodedZedToken_V1Zookie)(nil) } r := new(DecodedZedToken_V1Zookie) r.Revision = m.Revision if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZedToken_V1Zookie) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZedToken_V1ZedToken) CloneVT() *DecodedZedToken_V1ZedToken { if m == nil { return (*DecodedZedToken_V1ZedToken)(nil) } r := new(DecodedZedToken_V1ZedToken) r.Revision = m.Revision if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZedToken_V1ZedToken) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZedToken) CloneVT() *DecodedZedToken { if m == nil { return (*DecodedZedToken)(nil) } r := new(DecodedZedToken) if m.VersionOneof != nil { r.VersionOneof = m.VersionOneof.(interface { CloneVT() isDecodedZedToken_VersionOneof }).CloneVT() } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedZedToken) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedZedToken_DeprecatedV1Zookie) CloneVT() isDecodedZedToken_VersionOneof { if m == nil { return (*DecodedZedToken_DeprecatedV1Zookie)(nil) } r := new(DecodedZedToken_DeprecatedV1Zookie) r.DeprecatedV1Zookie = m.DeprecatedV1Zookie.CloneVT() return r } func (m *DecodedZedToken_V1) CloneVT() isDecodedZedToken_VersionOneof { if m == nil { return (*DecodedZedToken_V1)(nil) } r := new(DecodedZedToken_V1) r.V1 = m.V1.CloneVT() return r } func (m *DecodedCursor) CloneVT() *DecodedCursor { if m == nil { return (*DecodedCursor)(nil) } r := new(DecodedCursor) if m.VersionOneof != nil { r.VersionOneof = m.VersionOneof.(interface { CloneVT() isDecodedCursor_VersionOneof }).CloneVT() } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DecodedCursor) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DecodedCursor_V1) CloneVT() isDecodedCursor_VersionOneof { if m == nil { return (*DecodedCursor_V1)(nil) } r := new(DecodedCursor_V1) r.V1 = m.V1.CloneVT() return r } func (m *V1Cursor) CloneVT() *V1Cursor { if m == nil { return (*V1Cursor)(nil) } r := new(V1Cursor) r.Revision = m.Revision r.CallAndParametersHash = m.CallAndParametersHash r.DispatchVersion = m.DispatchVersion if rhs := m.Sections; rhs != nil { tmpContainer := make([]string, len(rhs)) copy(tmpContainer, rhs) r.Sections = tmpContainer } if rhs := m.Flags; rhs != nil { tmpContainer := make(map[string]string, len(rhs)) for k, v := range rhs { tmpContainer[k] = v } r.Flags = tmpContainer } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *V1Cursor) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *DocComment) CloneVT() *DocComment { if m == nil { return (*DocComment)(nil) } r := new(DocComment) r.Comment = m.Comment if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *DocComment) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *RelationMetadata) CloneVT() *RelationMetadata { if m == nil { return (*RelationMetadata)(nil) } r := new(RelationMetadata) r.Kind = m.Kind if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *RelationMetadata) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *NamespaceAndRevision) CloneVT() *NamespaceAndRevision { if m == nil { return (*NamespaceAndRevision)(nil) } r := new(NamespaceAndRevision) r.NamespaceName = m.NamespaceName r.Revision = m.Revision if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *NamespaceAndRevision) CloneMessageVT() proto.Message { return m.CloneVT() } func (m *V1Alpha1Revision) CloneVT() *V1Alpha1Revision { if m == nil { return (*V1Alpha1Revision)(nil) } r := new(V1Alpha1Revision) if rhs := m.NsRevisions; rhs != nil { tmpContainer := make([]*NamespaceAndRevision, len(rhs)) for k, v := range rhs { tmpContainer[k] = v.CloneVT() } r.NsRevisions = tmpContainer } if len(m.unknownFields) > 0 { r.unknownFields = make([]byte, len(m.unknownFields)) copy(r.unknownFields, m.unknownFields) } return r } func (m *V1Alpha1Revision) CloneMessageVT() proto.Message { return m.CloneVT() } func (this *DecodedCaveat) EqualVT(that *DecodedCaveat) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.KindOneof == nil && that.KindOneof != nil { return false } else if this.KindOneof != nil { if that.KindOneof == nil { return false } if !this.KindOneof.(interface { EqualVT(isDecodedCaveat_KindOneof) bool }).EqualVT(that.KindOneof) { return false } } if this.Name != that.Name { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedCaveat) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedCaveat) if !ok { return false } return this.EqualVT(that) } func (this *DecodedCaveat_Cel) EqualVT(thatIface isDecodedCaveat_KindOneof) bool { that, ok := thatIface.(*DecodedCaveat_Cel) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.Cel, that.Cel; p != q { if p == nil { p = &v1alpha1.CheckedExpr{} } if q == nil { q = &v1alpha1.CheckedExpr{} } if equal, ok := interface{}(p).(interface { EqualVT(*v1alpha1.CheckedExpr) bool }); ok { if !equal.EqualVT(q) { return false } } else if !proto.Equal(p, q) { return false } } return true } func (this *DecodedZookie_V1Zookie) EqualVT(that *DecodedZookie_V1Zookie) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Revision != that.Revision { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZookie_V1Zookie) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZookie_V1Zookie) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZookie_V2Zookie) EqualVT(that *DecodedZookie_V2Zookie) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Revision != that.Revision { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZookie_V2Zookie) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZookie_V2Zookie) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZookie) EqualVT(that *DecodedZookie) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.VersionOneof == nil && that.VersionOneof != nil { return false } else if this.VersionOneof != nil { if that.VersionOneof == nil { return false } if !this.VersionOneof.(interface { EqualVT(isDecodedZookie_VersionOneof) bool }).EqualVT(that.VersionOneof) { return false } } if this.Version != that.Version { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZookie) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZookie) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZookie_V1) EqualVT(thatIface isDecodedZookie_VersionOneof) bool { that, ok := thatIface.(*DecodedZookie_V1) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.V1, that.V1; p != q { if p == nil { p = &DecodedZookie_V1Zookie{} } if q == nil { q = &DecodedZookie_V1Zookie{} } if !p.EqualVT(q) { return false } } return true } func (this *DecodedZookie_V2) EqualVT(thatIface isDecodedZookie_VersionOneof) bool { that, ok := thatIface.(*DecodedZookie_V2) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.V2, that.V2; p != q { if p == nil { p = &DecodedZookie_V2Zookie{} } if q == nil { q = &DecodedZookie_V2Zookie{} } if !p.EqualVT(q) { return false } } return true } func (this *DecodedZedToken_V1Zookie) EqualVT(that *DecodedZedToken_V1Zookie) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Revision != that.Revision { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZedToken_V1Zookie) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZedToken_V1Zookie) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZedToken_V1ZedToken) EqualVT(that *DecodedZedToken_V1ZedToken) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Revision != that.Revision { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZedToken_V1ZedToken) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZedToken_V1ZedToken) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZedToken) EqualVT(that *DecodedZedToken) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.VersionOneof == nil && that.VersionOneof != nil { return false } else if this.VersionOneof != nil { if that.VersionOneof == nil { return false } if !this.VersionOneof.(interface { EqualVT(isDecodedZedToken_VersionOneof) bool }).EqualVT(that.VersionOneof) { return false } } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedZedToken) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedZedToken) if !ok { return false } return this.EqualVT(that) } func (this *DecodedZedToken_DeprecatedV1Zookie) EqualVT(thatIface isDecodedZedToken_VersionOneof) bool { that, ok := thatIface.(*DecodedZedToken_DeprecatedV1Zookie) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.DeprecatedV1Zookie, that.DeprecatedV1Zookie; p != q { if p == nil { p = &DecodedZedToken_V1Zookie{} } if q == nil { q = &DecodedZedToken_V1Zookie{} } if !p.EqualVT(q) { return false } } return true } func (this *DecodedZedToken_V1) EqualVT(thatIface isDecodedZedToken_VersionOneof) bool { that, ok := thatIface.(*DecodedZedToken_V1) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.V1, that.V1; p != q { if p == nil { p = &DecodedZedToken_V1ZedToken{} } if q == nil { q = &DecodedZedToken_V1ZedToken{} } if !p.EqualVT(q) { return false } } return true } func (this *DecodedCursor) EqualVT(that *DecodedCursor) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.VersionOneof == nil && that.VersionOneof != nil { return false } else if this.VersionOneof != nil { if that.VersionOneof == nil { return false } if !this.VersionOneof.(interface { EqualVT(isDecodedCursor_VersionOneof) bool }).EqualVT(that.VersionOneof) { return false } } return string(this.unknownFields) == string(that.unknownFields) } func (this *DecodedCursor) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DecodedCursor) if !ok { return false } return this.EqualVT(that) } func (this *DecodedCursor_V1) EqualVT(thatIface isDecodedCursor_VersionOneof) bool { that, ok := thatIface.(*DecodedCursor_V1) if !ok { return false } if this == that { return true } if this == nil && that != nil || this != nil && that == nil { return false } if p, q := this.V1, that.V1; p != q { if p == nil { p = &V1Cursor{} } if q == nil { q = &V1Cursor{} } if !p.EqualVT(q) { return false } } return true } func (this *V1Cursor) EqualVT(that *V1Cursor) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Revision != that.Revision { return false } if len(this.Sections) != len(that.Sections) { return false } for i, vx := range this.Sections { vy := that.Sections[i] if vx != vy { return false } } if this.CallAndParametersHash != that.CallAndParametersHash { return false } if this.DispatchVersion != that.DispatchVersion { return false } if len(this.Flags) != len(that.Flags) { return false } for i, vx := range this.Flags { vy, ok := that.Flags[i] if !ok { return false } if vx != vy { return false } } return string(this.unknownFields) == string(that.unknownFields) } func (this *V1Cursor) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*V1Cursor) if !ok { return false } return this.EqualVT(that) } func (this *DocComment) EqualVT(that *DocComment) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Comment != that.Comment { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *DocComment) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*DocComment) if !ok { return false } return this.EqualVT(that) } func (this *RelationMetadata) EqualVT(that *RelationMetadata) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.Kind != that.Kind { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *RelationMetadata) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*RelationMetadata) if !ok { return false } return this.EqualVT(that) } func (this *NamespaceAndRevision) EqualVT(that *NamespaceAndRevision) bool { if this == that { return true } else if this == nil || that == nil { return false } if this.NamespaceName != that.NamespaceName { return false } if this.Revision != that.Revision { return false } return string(this.unknownFields) == string(that.unknownFields) } func (this *NamespaceAndRevision) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*NamespaceAndRevision) if !ok { return false } return this.EqualVT(that) } func (this *V1Alpha1Revision) EqualVT(that *V1Alpha1Revision) bool { if this == that { return true } else if this == nil || that == nil { return false } if len(this.NsRevisions) != len(that.NsRevisions) { return false } for i, vx := range this.NsRevisions { vy := that.NsRevisions[i] if p, q := vx, vy; p != q { if p == nil { p = &NamespaceAndRevision{} } if q == nil { q = &NamespaceAndRevision{} } if !p.EqualVT(q) { return false } } } return string(this.unknownFields) == string(that.unknownFields) } func (this *V1Alpha1Revision) EqualMessageVT(thatMsg proto.Message) bool { that, ok := thatMsg.(*V1Alpha1Revision) if !ok { return false } return this.EqualVT(that) } func (m *DecodedCaveat) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedCaveat) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedCaveat) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if vtmsg, ok := m.KindOneof.(interface { MarshalToSizedBufferVT([]byte) (int, error) }); ok { size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size } if len(m.Name) > 0 { i -= len(m.Name) copy(dAtA[i:], m.Name) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Name))) i-- dAtA[i] = 0x12 } return len(dAtA) - i, nil } func (m *DecodedCaveat_Cel) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedCaveat_Cel) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.Cel != nil { if vtmsg, ok := interface{}(m.Cel).(interface { MarshalToSizedBufferVT([]byte) (int, error) }); ok { size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) } else { encoded, err := proto.Marshal(m.Cel) if err != nil { return 0, err } i -= len(encoded) copy(dAtA[i:], encoded) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(encoded))) } i-- dAtA[i] = 0xa } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *DecodedZookie_V1Zookie) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZookie_V1Zookie) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZookie_V1Zookie) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if m.Revision != 0 { i = protohelpers.EncodeVarint(dAtA, i, uint64(m.Revision)) i-- dAtA[i] = 0x8 } return len(dAtA) - i, nil } func (m *DecodedZookie_V2Zookie) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZookie_V2Zookie) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZookie_V2Zookie) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.Revision) > 0 { i -= len(m.Revision) copy(dAtA[i:], m.Revision) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Revision))) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *DecodedZookie) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZookie) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZookie) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if vtmsg, ok := m.VersionOneof.(interface { MarshalToSizedBufferVT([]byte) (int, error) }); ok { size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size } if m.Version != 0 { i = protohelpers.EncodeVarint(dAtA, i, uint64(m.Version)) i-- dAtA[i] = 0x8 } return len(dAtA) - i, nil } func (m *DecodedZookie_V1) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZookie_V1) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.V1 != nil { size, err := m.V1.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0x12 } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0x12 } return len(dAtA) - i, nil } func (m *DecodedZookie_V2) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZookie_V2) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.V2 != nil { size, err := m.V2.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0x1a } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0x1a } return len(dAtA) - i, nil } func (m *DecodedZedToken_V1Zookie) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZedToken_V1Zookie) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZedToken_V1Zookie) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if m.Revision != 0 { i = protohelpers.EncodeVarint(dAtA, i, uint64(m.Revision)) i-- dAtA[i] = 0x8 } return len(dAtA) - i, nil } func (m *DecodedZedToken_V1ZedToken) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZedToken_V1ZedToken) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZedToken_V1ZedToken) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.Revision) > 0 { i -= len(m.Revision) copy(dAtA[i:], m.Revision) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Revision))) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *DecodedZedToken) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedZedToken) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZedToken) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if vtmsg, ok := m.VersionOneof.(interface { MarshalToSizedBufferVT([]byte) (int, error) }); ok { size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size } return len(dAtA) - i, nil } func (m *DecodedZedToken_DeprecatedV1Zookie) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZedToken_DeprecatedV1Zookie) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.DeprecatedV1Zookie != nil { size, err := m.DeprecatedV1Zookie.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0x12 } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0x12 } return len(dAtA) - i, nil } func (m *DecodedZedToken_V1) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedZedToken_V1) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.V1 != nil { size, err := m.V1.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0x1a } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0x1a } return len(dAtA) - i, nil } func (m *DecodedCursor) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DecodedCursor) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedCursor) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if vtmsg, ok := m.VersionOneof.(interface { MarshalToSizedBufferVT([]byte) (int, error) }); ok { size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size } return len(dAtA) - i, nil } func (m *DecodedCursor_V1) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DecodedCursor_V1) MarshalToSizedBufferVT(dAtA []byte) (int, error) { i := len(dAtA) if m.V1 != nil { size, err := m.V1.MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0xa } else { i = protohelpers.EncodeVarint(dAtA, i, 0) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *V1Cursor) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *V1Cursor) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *V1Cursor) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.Flags) > 0 { for k := range m.Flags { v := m.Flags[k] baseI := i i -= len(v) copy(dAtA[i:], v) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(v))) i-- dAtA[i] = 0x12 i -= len(k) copy(dAtA[i:], k) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(k))) i-- dAtA[i] = 0xa i = protohelpers.EncodeVarint(dAtA, i, uint64(baseI-i)) i-- dAtA[i] = 0x2a } } if m.DispatchVersion != 0 { i = protohelpers.EncodeVarint(dAtA, i, uint64(m.DispatchVersion)) i-- dAtA[i] = 0x20 } if len(m.CallAndParametersHash) > 0 { i -= len(m.CallAndParametersHash) copy(dAtA[i:], m.CallAndParametersHash) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.CallAndParametersHash))) i-- dAtA[i] = 0x1a } if len(m.Sections) > 0 { for iNdEx := len(m.Sections) - 1; iNdEx >= 0; iNdEx-- { i -= len(m.Sections[iNdEx]) copy(dAtA[i:], m.Sections[iNdEx]) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Sections[iNdEx]))) i-- dAtA[i] = 0x12 } } if len(m.Revision) > 0 { i -= len(m.Revision) copy(dAtA[i:], m.Revision) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Revision))) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *DocComment) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *DocComment) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *DocComment) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.Comment) > 0 { i -= len(m.Comment) copy(dAtA[i:], m.Comment) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Comment))) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *RelationMetadata) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *RelationMetadata) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *RelationMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if m.Kind != 0 { i = protohelpers.EncodeVarint(dAtA, i, uint64(m.Kind)) i-- dAtA[i] = 0x8 } return len(dAtA) - i, nil } func (m *NamespaceAndRevision) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *NamespaceAndRevision) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *NamespaceAndRevision) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.Revision) > 0 { i -= len(m.Revision) copy(dAtA[i:], m.Revision) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Revision))) i-- dAtA[i] = 0x12 } if len(m.NamespaceName) > 0 { i -= len(m.NamespaceName) copy(dAtA[i:], m.NamespaceName) i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.NamespaceName))) i-- dAtA[i] = 0xa } return len(dAtA) - i, nil } func (m *V1Alpha1Revision) MarshalVT() (dAtA []byte, err error) { if m == nil { return nil, nil } size := m.SizeVT() dAtA = make([]byte, size) n, err := m.MarshalToSizedBufferVT(dAtA[:size]) if err != nil { return nil, err } return dAtA[:n], nil } func (m *V1Alpha1Revision) MarshalToVT(dAtA []byte) (int, error) { size := m.SizeVT() return m.MarshalToSizedBufferVT(dAtA[:size]) } func (m *V1Alpha1Revision) MarshalToSizedBufferVT(dAtA []byte) (int, error) { if m == nil { return 0, nil } i := len(dAtA) _ = i var l int _ = l if m.unknownFields != nil { i -= len(m.unknownFields) copy(dAtA[i:], m.unknownFields) } if len(m.NsRevisions) > 0 { for iNdEx := len(m.NsRevisions) - 1; iNdEx >= 0; iNdEx-- { size, err := m.NsRevisions[iNdEx].MarshalToSizedBufferVT(dAtA[:i]) if err != nil { return 0, err } i -= size i = protohelpers.EncodeVarint(dAtA, i, uint64(size)) i-- dAtA[i] = 0xa } } return len(dAtA) - i, nil } func (m *DecodedCaveat) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if vtmsg, ok := m.KindOneof.(interface{ SizeVT() int }); ok { n += vtmsg.SizeVT() } l = len(m.Name) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } n += len(m.unknownFields) return n } func (m *DecodedCaveat_Cel) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.Cel != nil { if size, ok := interface{}(m.Cel).(interface { SizeVT() int }); ok { l = size.SizeVT() } else { l = proto.Size(m.Cel) } n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *DecodedZookie_V1Zookie) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.Revision != 0 { n += 1 + protohelpers.SizeOfVarint(uint64(m.Revision)) } n += len(m.unknownFields) return n } func (m *DecodedZookie_V2Zookie) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l l = len(m.Revision) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } n += len(m.unknownFields) return n } func (m *DecodedZookie) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.Version != 0 { n += 1 + protohelpers.SizeOfVarint(uint64(m.Version)) } if vtmsg, ok := m.VersionOneof.(interface{ SizeVT() int }); ok { n += vtmsg.SizeVT() } n += len(m.unknownFields) return n } func (m *DecodedZookie_V1) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.V1 != nil { l = m.V1.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *DecodedZookie_V2) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.V2 != nil { l = m.V2.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *DecodedZedToken_V1Zookie) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.Revision != 0 { n += 1 + protohelpers.SizeOfVarint(uint64(m.Revision)) } n += len(m.unknownFields) return n } func (m *DecodedZedToken_V1ZedToken) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l l = len(m.Revision) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } n += len(m.unknownFields) return n } func (m *DecodedZedToken) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if vtmsg, ok := m.VersionOneof.(interface{ SizeVT() int }); ok { n += vtmsg.SizeVT() } n += len(m.unknownFields) return n } func (m *DecodedZedToken_DeprecatedV1Zookie) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.DeprecatedV1Zookie != nil { l = m.DeprecatedV1Zookie.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *DecodedZedToken_V1) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.V1 != nil { l = m.V1.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *DecodedCursor) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if vtmsg, ok := m.VersionOneof.(interface{ SizeVT() int }); ok { n += vtmsg.SizeVT() } n += len(m.unknownFields) return n } func (m *DecodedCursor_V1) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.V1 != nil { l = m.V1.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } else { n += 2 } return n } func (m *V1Cursor) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l l = len(m.Revision) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } if len(m.Sections) > 0 { for _, s := range m.Sections { l = len(s) n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } } l = len(m.CallAndParametersHash) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } if m.DispatchVersion != 0 { n += 1 + protohelpers.SizeOfVarint(uint64(m.DispatchVersion)) } if len(m.Flags) > 0 { for k, v := range m.Flags { _ = k _ = v mapEntrySize := 1 + len(k) + protohelpers.SizeOfVarint(uint64(len(k))) + 1 + len(v) + protohelpers.SizeOfVarint(uint64(len(v))) n += mapEntrySize + 1 + protohelpers.SizeOfVarint(uint64(mapEntrySize)) } } n += len(m.unknownFields) return n } func (m *DocComment) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l l = len(m.Comment) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } n += len(m.unknownFields) return n } func (m *RelationMetadata) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if m.Kind != 0 { n += 1 + protohelpers.SizeOfVarint(uint64(m.Kind)) } n += len(m.unknownFields) return n } func (m *NamespaceAndRevision) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l l = len(m.NamespaceName) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } l = len(m.Revision) if l > 0 { n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } n += len(m.unknownFields) return n } func (m *V1Alpha1Revision) SizeVT() (n int) { if m == nil { return 0 } var l int _ = l if len(m.NsRevisions) > 0 { for _, e := range m.NsRevisions { l = e.SizeVT() n += 1 + l + protohelpers.SizeOfVarint(uint64(l)) } } n += len(m.unknownFields) return n } func (m *DecodedCaveat) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedCaveat: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedCaveat: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Cel", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.KindOneof.(*DecodedCaveat_Cel); ok { if unmarshal, ok := interface{}(oneof.Cel).(interface { UnmarshalVT([]byte) error }); ok { if err := unmarshal.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { if err := proto.Unmarshal(dAtA[iNdEx:postIndex], oneof.Cel); err != nil { return err } } } else { v := &v1alpha1.CheckedExpr{} if unmarshal, ok := interface{}(v).(interface { UnmarshalVT([]byte) error }); ok { if err := unmarshal.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { if err := proto.Unmarshal(dAtA[iNdEx:postIndex], v); err != nil { return err } } m.KindOneof = &DecodedCaveat_Cel{Cel: v} } iNdEx = postIndex case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZookie_V1Zookie) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZookie_V1Zookie: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZookie_V1Zookie: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } m.Revision = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.Revision |= uint64(b&0x7F) << shift if b < 0x80 { break } } default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZookie_V2Zookie) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZookie_V2Zookie: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZookie_V2Zookie: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Revision = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZookie) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZookie: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZookie: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) } m.Version = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.Version |= uint32(b&0x7F) << shift if b < 0x80 { break } } case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field V1", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.VersionOneof.(*DecodedZookie_V1); ok { if err := oneof.V1.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { v := &DecodedZookie_V1Zookie{} if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } m.VersionOneof = &DecodedZookie_V1{V1: v} } iNdEx = postIndex case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field V2", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.VersionOneof.(*DecodedZookie_V2); ok { if err := oneof.V2.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { v := &DecodedZookie_V2Zookie{} if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } m.VersionOneof = &DecodedZookie_V2{V2: v} } iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZedToken_V1Zookie) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZedToken_V1Zookie: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZedToken_V1Zookie: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } m.Revision = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.Revision |= uint64(b&0x7F) << shift if b < 0x80 { break } } default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZedToken_V1ZedToken) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZedToken_V1ZedToken: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZedToken_V1ZedToken: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Revision = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedZedToken) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedZedToken: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedZedToken: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedV1Zookie", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.VersionOneof.(*DecodedZedToken_DeprecatedV1Zookie); ok { if err := oneof.DeprecatedV1Zookie.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { v := &DecodedZedToken_V1Zookie{} if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } m.VersionOneof = &DecodedZedToken_DeprecatedV1Zookie{DeprecatedV1Zookie: v} } iNdEx = postIndex case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field V1", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.VersionOneof.(*DecodedZedToken_V1); ok { if err := oneof.V1.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { v := &DecodedZedToken_V1ZedToken{} if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } m.VersionOneof = &DecodedZedToken_V1{V1: v} } iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DecodedCursor) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DecodedCursor: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DecodedCursor: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field V1", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if oneof, ok := m.VersionOneof.(*DecodedCursor_V1); ok { if err := oneof.V1.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } } else { v := &V1Cursor{} if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } m.VersionOneof = &DecodedCursor_V1{V1: v} } iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *V1Cursor) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: V1Cursor: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: V1Cursor: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Revision = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Sections", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Sections = append(m.Sections, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field CallAndParametersHash", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.CallAndParametersHash = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 4: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field DispatchVersion", wireType) } m.DispatchVersion = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.DispatchVersion |= uint32(b&0x7F) << shift if b < 0x80 { break } } case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Flags", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } if m.Flags == nil { m.Flags = make(map[string]string) } var mapkey string var mapvalue string for iNdEx < postIndex { entryPreIndex := iNdEx var wire uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ wire |= uint64(b&0x7F) << shift if b < 0x80 { break } } fieldNum := int32(wire >> 3) if fieldNum == 1 { var stringLenmapkey uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ stringLenmapkey |= uint64(b&0x7F) << shift if b < 0x80 { break } } intStringLenmapkey := int(stringLenmapkey) if intStringLenmapkey < 0 { return protohelpers.ErrInvalidLength } postStringIndexmapkey := iNdEx + intStringLenmapkey if postStringIndexmapkey < 0 { return protohelpers.ErrInvalidLength } if postStringIndexmapkey > l { return io.ErrUnexpectedEOF } mapkey = string(dAtA[iNdEx:postStringIndexmapkey]) iNdEx = postStringIndexmapkey } else if fieldNum == 2 { var stringLenmapvalue uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ stringLenmapvalue |= uint64(b&0x7F) << shift if b < 0x80 { break } } intStringLenmapvalue := int(stringLenmapvalue) if intStringLenmapvalue < 0 { return protohelpers.ErrInvalidLength } postStringIndexmapvalue := iNdEx + intStringLenmapvalue if postStringIndexmapvalue < 0 { return protohelpers.ErrInvalidLength } if postStringIndexmapvalue > l { return io.ErrUnexpectedEOF } mapvalue = string(dAtA[iNdEx:postStringIndexmapvalue]) iNdEx = postStringIndexmapvalue } else { iNdEx = entryPreIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > postIndex { return io.ErrUnexpectedEOF } iNdEx += skippy } } m.Flags[mapkey] = mapvalue iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *DocComment) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: DocComment: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: DocComment: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Comment", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Comment = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *RelationMetadata) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: RelationMetadata: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: RelationMetadata: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field Kind", wireType) } m.Kind = 0 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ m.Kind |= RelationMetadata_RelationKind(b&0x7F) << shift if b < 0x80 { break } } default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *NamespaceAndRevision) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: NamespaceAndRevision: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: NamespaceAndRevision: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field NamespaceName", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.NamespaceName = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } 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 protohelpers.ErrInvalidLength } postIndex := iNdEx + intStringLen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.Revision = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil } func (m *V1Alpha1Revision) UnmarshalVT(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 protohelpers.ErrIntOverflow } 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: V1Alpha1Revision: wiretype end group for non-group") } if fieldNum <= 0 { return fmt.Errorf("proto: V1Alpha1Revision: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field NsRevisions", wireType) } var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return protohelpers.ErrIntOverflow } if iNdEx >= l { return io.ErrUnexpectedEOF } b := dAtA[iNdEx] iNdEx++ msglen |= int(b&0x7F) << shift if b < 0x80 { break } } if msglen < 0 { return protohelpers.ErrInvalidLength } postIndex := iNdEx + msglen if postIndex < 0 { return protohelpers.ErrInvalidLength } if postIndex > l { return io.ErrUnexpectedEOF } m.NsRevisions = append(m.NsRevisions, &NamespaceAndRevision{}) if err := m.NsRevisions[len(m.NsRevisions)-1].UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex default: iNdEx = preIndex skippy, err := protohelpers.Skip(dAtA[iNdEx:]) if err != nil { return err } if (skippy < 0) || (iNdEx+skippy) < 0 { return protohelpers.ErrInvalidLength } if (iNdEx + skippy) > l { return io.ErrUnexpectedEOF } m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) iNdEx += skippy } } if iNdEx > l { return io.ErrUnexpectedEOF } return nil }