From cece989d2bc16585d191677258af021716e40c10 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Wed, 24 May 2023 10:53:55 +0300 Subject: [PATCH] fix --- perxis-proto | 2 +- proto/items/items.pb.go | 228 ++++++++++++++++------------------------ 2 files changed, 92 insertions(+), 138 deletions(-) diff --git a/perxis-proto b/perxis-proto index e0c174cd..37eb7047 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit e0c174cd26694f42fbb65eb4d2c86fdcd1fcbbf0 +Subproject commit 37eb7047a8bcbe0789f694780b31db4c83496b54 diff --git a/proto/items/items.pb.go b/proto/items/items.pb.go index b0c145cc..c334f0d4 100644 --- a/proto/items/items.pb.go +++ b/proto/items/items.pb.go @@ -379,10 +379,6 @@ type Item struct { Data *structpb.Struct `protobuf:"bytes,11,opt,name=data,proto3" json:"data,omitempty"` Translations map[string]*structpb.Struct `protobuf:"bytes,12,rep,name=translations,proto3" json:"translations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` RevisionId string `protobuf:"bytes,13,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"` - PublishedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=published_at,json=publishedAt,proto3" json:"published_at,omitempty"` - PublishedBy string `protobuf:"bytes,15,opt,name=published_by,json=publishedBy,proto3" json:"published_by,omitempty"` - ArchivedAt *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=archived_at,json=archivedAt,proto3" json:"archived_at,omitempty"` - ArchivedBy string `protobuf:"bytes,17,opt,name=archived_by,json=archivedBy,proto3" json:"archived_by,omitempty"` Locale string `protobuf:"bytes,18,opt,name=locale,proto3" json:"locale,omitempty"` Deleted bool `protobuf:"varint,19,opt,name=deleted,proto3" json:"deleted,omitempty"` Hidden bool `protobuf:"varint,20,opt,name=hidden,proto3" json:"hidden,omitempty"` @@ -513,34 +509,6 @@ func (x *Item) GetRevisionId() string { return "" } -func (x *Item) GetPublishedAt() *timestamppb.Timestamp { - if x != nil { - return x.PublishedAt - } - return nil -} - -func (x *Item) GetPublishedBy() string { - if x != nil { - return x.PublishedBy - } - return "" -} - -func (x *Item) GetArchivedAt() *timestamppb.Timestamp { - if x != nil { - return x.ArchivedAt - } - return nil -} - -func (x *Item) GetArchivedBy() string { - if x != nil { - return x.ArchivedBy - } - return "" -} - func (x *Item) GetLocale() string { if x != nil { return x.Locale @@ -3460,7 +3428,7 @@ var file_items_items_proto_rawDesc = []byte{ 0x6c, 0x65, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x73, 0x6f, 0x66, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x68, 0x61, 0x72, - 0x64, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x22, 0xa9, 0x08, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, + 0x64, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x22, 0xe9, 0x06, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, @@ -3495,19 +3463,7 @@ var file_items_items_proto_rawDesc = []byte{ 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x76, - 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x3d, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x6c, 0x69, - 0x73, 0x68, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, - 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69, - 0x73, 0x68, 0x65, 0x64, 0x41, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, - 0x68, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x75, - 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x42, 0x79, 0x12, 0x3b, 0x0a, 0x0b, 0x61, 0x72, 0x63, - 0x68, 0x69, 0x76, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, - 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, - 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x61, 0x72, 0x63, 0x68, - 0x69, 0x76, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, - 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x63, - 0x68, 0x69, 0x76, 0x65, 0x64, 0x42, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x6f, 0x63, 0x61, 0x6c, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x69, 0x64, @@ -4055,97 +4011,95 @@ var file_items_items_proto_depIdxs = []int32{ 58, // 6: content.items.Item.updated_at:type_name -> google.protobuf.Timestamp 59, // 7: content.items.Item.data:type_name -> google.protobuf.Struct 55, // 8: content.items.Item.translations:type_name -> content.items.Item.TranslationsEntry - 58, // 9: content.items.Item.published_at:type_name -> google.protobuf.Timestamp - 58, // 10: content.items.Item.archived_at:type_name -> google.protobuf.Timestamp - 5, // 11: content.items.Item.permissions:type_name -> content.items.Permissions - 60, // 12: content.items.Filter.data:type_name -> common.Filter - 61, // 13: content.items.FindOptions.options:type_name -> common.FindOptions - 61, // 14: content.items.FindPublishedOptions.options:type_name -> common.FindOptions - 61, // 15: content.items.FindArchivedOptions.options:type_name -> common.FindOptions - 61, // 16: content.items.ListRevisionsOptions.options:type_name -> common.FindOptions - 56, // 17: content.items.AggregateOptions.fields:type_name -> content.items.AggregateOptions.FieldsEntry - 57, // 18: content.items.AggregatePublishedOptions.fields:type_name -> content.items.AggregatePublishedOptions.FieldsEntry - 6, // 19: content.items.CreateRequest.item:type_name -> content.items.Item - 13, // 20: content.items.CreateRequest.options:type_name -> content.items.CreateOptions - 6, // 21: content.items.CreateResponse.created:type_name -> content.items.Item - 6, // 22: content.items.IntrospectRequest.item:type_name -> content.items.Item - 6, // 23: content.items.IntrospectResponse.item:type_name -> content.items.Item - 62, // 24: content.items.IntrospectResponse.validation_errors:type_name -> common.Error.BadRequest.FieldViolation - 6, // 25: content.items.GetResponse.item:type_name -> content.items.Item - 12, // 26: content.items.FindRequest.filter:type_name -> content.items.Filter - 14, // 27: content.items.FindRequest.options:type_name -> content.items.FindOptions - 6, // 28: content.items.FindResponse.items:type_name -> content.items.Item - 6, // 29: content.items.UpdateRequest.item:type_name -> content.items.Item - 15, // 30: content.items.UpdateRequest.options:type_name -> content.items.UpdateOptions - 6, // 31: content.items.DeleteRequest.item:type_name -> content.items.Item - 17, // 32: content.items.DeleteRequest.options:type_name -> content.items.DeleteOptions - 6, // 33: content.items.UndeleteRequest.item:type_name -> content.items.Item - 18, // 34: content.items.UndeleteRequest.options:type_name -> content.items.UndeleteOptions - 6, // 35: content.items.PublishRequest.item:type_name -> content.items.Item - 19, // 36: content.items.PublishRequest.options:type_name -> content.items.PublishOptions - 6, // 37: content.items.UnpublishRequest.item:type_name -> content.items.Item - 20, // 38: content.items.UnpublishRequest.options:type_name -> content.items.UnpublishOptions - 16, // 39: content.items.GetPublishedRequest.options:type_name -> content.items.GetPublishedOptions - 6, // 40: content.items.GetPublishedResponse.item:type_name -> content.items.Item - 12, // 41: content.items.FindPublishedRequest.filter:type_name -> content.items.Filter - 21, // 42: content.items.FindPublishedRequest.options:type_name -> content.items.FindPublishedOptions - 6, // 43: content.items.FindPublishedResponse.items:type_name -> content.items.Item - 12, // 44: content.items.AggregateRequest.filter:type_name -> content.items.Filter - 24, // 45: content.items.AggregateRequest.options:type_name -> content.items.AggregateOptions - 59, // 46: content.items.AggregateResponse.result:type_name -> google.protobuf.Struct - 12, // 47: content.items.AggregatePublishedRequest.filter:type_name -> content.items.Filter - 25, // 48: content.items.AggregatePublishedRequest.options:type_name -> content.items.AggregatePublishedOptions - 59, // 49: content.items.AggregatePublishedResponse.result:type_name -> google.protobuf.Struct - 6, // 50: content.items.GetRevisionResponse.item:type_name -> content.items.Item - 23, // 51: content.items.ListRevisionsRequest.options:type_name -> content.items.ListRevisionsOptions - 6, // 52: content.items.ListRevisionsResponse.items:type_name -> content.items.Item - 6, // 53: content.items.ArchiveRequest.item:type_name -> content.items.Item - 6, // 54: content.items.UnarchiveRequest.item:type_name -> content.items.Item - 12, // 55: content.items.FindArchivedRequest.filter:type_name -> content.items.Filter - 22, // 56: content.items.FindArchivedRequest.options:type_name -> content.items.FindArchivedOptions - 6, // 57: content.items.FindArchivedResponse.items:type_name -> content.items.Item - 59, // 58: content.items.Item.TranslationsEntry.value:type_name -> google.protobuf.Struct - 26, // 59: content.items.Items.Create:input_type -> content.items.CreateRequest - 28, // 60: content.items.Items.Introspect:input_type -> content.items.IntrospectRequest - 30, // 61: content.items.Items.Get:input_type -> content.items.GetRequest - 32, // 62: content.items.Items.Find:input_type -> content.items.FindRequest - 34, // 63: content.items.Items.Update:input_type -> content.items.UpdateRequest - 35, // 64: content.items.Items.Delete:input_type -> content.items.DeleteRequest - 36, // 65: content.items.Items.Undelete:input_type -> content.items.UndeleteRequest - 37, // 66: content.items.Items.Publish:input_type -> content.items.PublishRequest - 38, // 67: content.items.Items.Unpublish:input_type -> content.items.UnpublishRequest - 39, // 68: content.items.Items.GetPublished:input_type -> content.items.GetPublishedRequest - 41, // 69: content.items.Items.FindPublished:input_type -> content.items.FindPublishedRequest - 43, // 70: content.items.Items.Aggregate:input_type -> content.items.AggregateRequest - 45, // 71: content.items.Items.AggregatePublished:input_type -> content.items.AggregatePublishedRequest - 47, // 72: content.items.Items.GetRevision:input_type -> content.items.GetRevisionRequest - 49, // 73: content.items.Items.ListRevisions:input_type -> content.items.ListRevisionsRequest - 51, // 74: content.items.Items.Archive:input_type -> content.items.ArchiveRequest - 53, // 75: content.items.Items.FindArchived:input_type -> content.items.FindArchivedRequest - 52, // 76: content.items.Items.Unarchive:input_type -> content.items.UnarchiveRequest - 27, // 77: content.items.Items.Create:output_type -> content.items.CreateResponse - 29, // 78: content.items.Items.Introspect:output_type -> content.items.IntrospectResponse - 31, // 79: content.items.Items.Get:output_type -> content.items.GetResponse - 33, // 80: content.items.Items.Find:output_type -> content.items.FindResponse - 63, // 81: content.items.Items.Update:output_type -> google.protobuf.Empty - 63, // 82: content.items.Items.Delete:output_type -> google.protobuf.Empty - 63, // 83: content.items.Items.Undelete:output_type -> google.protobuf.Empty - 63, // 84: content.items.Items.Publish:output_type -> google.protobuf.Empty - 63, // 85: content.items.Items.Unpublish:output_type -> google.protobuf.Empty - 40, // 86: content.items.Items.GetPublished:output_type -> content.items.GetPublishedResponse - 42, // 87: content.items.Items.FindPublished:output_type -> content.items.FindPublishedResponse - 44, // 88: content.items.Items.Aggregate:output_type -> content.items.AggregateResponse - 46, // 89: content.items.Items.AggregatePublished:output_type -> content.items.AggregatePublishedResponse - 48, // 90: content.items.Items.GetRevision:output_type -> content.items.GetRevisionResponse - 50, // 91: content.items.Items.ListRevisions:output_type -> content.items.ListRevisionsResponse - 63, // 92: content.items.Items.Archive:output_type -> google.protobuf.Empty - 54, // 93: content.items.Items.FindArchived:output_type -> content.items.FindArchivedResponse - 63, // 94: content.items.Items.Unarchive:output_type -> google.protobuf.Empty - 77, // [77:95] is the sub-list for method output_type - 59, // [59:77] is the sub-list for method input_type - 59, // [59:59] is the sub-list for extension type_name - 59, // [59:59] is the sub-list for extension extendee - 0, // [0:59] is the sub-list for field type_name + 5, // 9: content.items.Item.permissions:type_name -> content.items.Permissions + 60, // 10: content.items.Filter.data:type_name -> common.Filter + 61, // 11: content.items.FindOptions.options:type_name -> common.FindOptions + 61, // 12: content.items.FindPublishedOptions.options:type_name -> common.FindOptions + 61, // 13: content.items.FindArchivedOptions.options:type_name -> common.FindOptions + 61, // 14: content.items.ListRevisionsOptions.options:type_name -> common.FindOptions + 56, // 15: content.items.AggregateOptions.fields:type_name -> content.items.AggregateOptions.FieldsEntry + 57, // 16: content.items.AggregatePublishedOptions.fields:type_name -> content.items.AggregatePublishedOptions.FieldsEntry + 6, // 17: content.items.CreateRequest.item:type_name -> content.items.Item + 13, // 18: content.items.CreateRequest.options:type_name -> content.items.CreateOptions + 6, // 19: content.items.CreateResponse.created:type_name -> content.items.Item + 6, // 20: content.items.IntrospectRequest.item:type_name -> content.items.Item + 6, // 21: content.items.IntrospectResponse.item:type_name -> content.items.Item + 62, // 22: content.items.IntrospectResponse.validation_errors:type_name -> common.Error.BadRequest.FieldViolation + 6, // 23: content.items.GetResponse.item:type_name -> content.items.Item + 12, // 24: content.items.FindRequest.filter:type_name -> content.items.Filter + 14, // 25: content.items.FindRequest.options:type_name -> content.items.FindOptions + 6, // 26: content.items.FindResponse.items:type_name -> content.items.Item + 6, // 27: content.items.UpdateRequest.item:type_name -> content.items.Item + 15, // 28: content.items.UpdateRequest.options:type_name -> content.items.UpdateOptions + 6, // 29: content.items.DeleteRequest.item:type_name -> content.items.Item + 17, // 30: content.items.DeleteRequest.options:type_name -> content.items.DeleteOptions + 6, // 31: content.items.UndeleteRequest.item:type_name -> content.items.Item + 18, // 32: content.items.UndeleteRequest.options:type_name -> content.items.UndeleteOptions + 6, // 33: content.items.PublishRequest.item:type_name -> content.items.Item + 19, // 34: content.items.PublishRequest.options:type_name -> content.items.PublishOptions + 6, // 35: content.items.UnpublishRequest.item:type_name -> content.items.Item + 20, // 36: content.items.UnpublishRequest.options:type_name -> content.items.UnpublishOptions + 16, // 37: content.items.GetPublishedRequest.options:type_name -> content.items.GetPublishedOptions + 6, // 38: content.items.GetPublishedResponse.item:type_name -> content.items.Item + 12, // 39: content.items.FindPublishedRequest.filter:type_name -> content.items.Filter + 21, // 40: content.items.FindPublishedRequest.options:type_name -> content.items.FindPublishedOptions + 6, // 41: content.items.FindPublishedResponse.items:type_name -> content.items.Item + 12, // 42: content.items.AggregateRequest.filter:type_name -> content.items.Filter + 24, // 43: content.items.AggregateRequest.options:type_name -> content.items.AggregateOptions + 59, // 44: content.items.AggregateResponse.result:type_name -> google.protobuf.Struct + 12, // 45: content.items.AggregatePublishedRequest.filter:type_name -> content.items.Filter + 25, // 46: content.items.AggregatePublishedRequest.options:type_name -> content.items.AggregatePublishedOptions + 59, // 47: content.items.AggregatePublishedResponse.result:type_name -> google.protobuf.Struct + 6, // 48: content.items.GetRevisionResponse.item:type_name -> content.items.Item + 23, // 49: content.items.ListRevisionsRequest.options:type_name -> content.items.ListRevisionsOptions + 6, // 50: content.items.ListRevisionsResponse.items:type_name -> content.items.Item + 6, // 51: content.items.ArchiveRequest.item:type_name -> content.items.Item + 6, // 52: content.items.UnarchiveRequest.item:type_name -> content.items.Item + 12, // 53: content.items.FindArchivedRequest.filter:type_name -> content.items.Filter + 22, // 54: content.items.FindArchivedRequest.options:type_name -> content.items.FindArchivedOptions + 6, // 55: content.items.FindArchivedResponse.items:type_name -> content.items.Item + 59, // 56: content.items.Item.TranslationsEntry.value:type_name -> google.protobuf.Struct + 26, // 57: content.items.Items.Create:input_type -> content.items.CreateRequest + 28, // 58: content.items.Items.Introspect:input_type -> content.items.IntrospectRequest + 30, // 59: content.items.Items.Get:input_type -> content.items.GetRequest + 32, // 60: content.items.Items.Find:input_type -> content.items.FindRequest + 34, // 61: content.items.Items.Update:input_type -> content.items.UpdateRequest + 35, // 62: content.items.Items.Delete:input_type -> content.items.DeleteRequest + 36, // 63: content.items.Items.Undelete:input_type -> content.items.UndeleteRequest + 37, // 64: content.items.Items.Publish:input_type -> content.items.PublishRequest + 38, // 65: content.items.Items.Unpublish:input_type -> content.items.UnpublishRequest + 39, // 66: content.items.Items.GetPublished:input_type -> content.items.GetPublishedRequest + 41, // 67: content.items.Items.FindPublished:input_type -> content.items.FindPublishedRequest + 43, // 68: content.items.Items.Aggregate:input_type -> content.items.AggregateRequest + 45, // 69: content.items.Items.AggregatePublished:input_type -> content.items.AggregatePublishedRequest + 47, // 70: content.items.Items.GetRevision:input_type -> content.items.GetRevisionRequest + 49, // 71: content.items.Items.ListRevisions:input_type -> content.items.ListRevisionsRequest + 51, // 72: content.items.Items.Archive:input_type -> content.items.ArchiveRequest + 53, // 73: content.items.Items.FindArchived:input_type -> content.items.FindArchivedRequest + 52, // 74: content.items.Items.Unarchive:input_type -> content.items.UnarchiveRequest + 27, // 75: content.items.Items.Create:output_type -> content.items.CreateResponse + 29, // 76: content.items.Items.Introspect:output_type -> content.items.IntrospectResponse + 31, // 77: content.items.Items.Get:output_type -> content.items.GetResponse + 33, // 78: content.items.Items.Find:output_type -> content.items.FindResponse + 63, // 79: content.items.Items.Update:output_type -> google.protobuf.Empty + 63, // 80: content.items.Items.Delete:output_type -> google.protobuf.Empty + 63, // 81: content.items.Items.Undelete:output_type -> google.protobuf.Empty + 63, // 82: content.items.Items.Publish:output_type -> google.protobuf.Empty + 63, // 83: content.items.Items.Unpublish:output_type -> google.protobuf.Empty + 40, // 84: content.items.Items.GetPublished:output_type -> content.items.GetPublishedResponse + 42, // 85: content.items.Items.FindPublished:output_type -> content.items.FindPublishedResponse + 44, // 86: content.items.Items.Aggregate:output_type -> content.items.AggregateResponse + 46, // 87: content.items.Items.AggregatePublished:output_type -> content.items.AggregatePublishedResponse + 48, // 88: content.items.Items.GetRevision:output_type -> content.items.GetRevisionResponse + 50, // 89: content.items.Items.ListRevisions:output_type -> content.items.ListRevisionsResponse + 63, // 90: content.items.Items.Archive:output_type -> google.protobuf.Empty + 54, // 91: content.items.Items.FindArchived:output_type -> content.items.FindArchivedResponse + 63, // 92: content.items.Items.Unarchive:output_type -> google.protobuf.Empty + 75, // [75:93] is the sub-list for method output_type + 57, // [57:75] is the sub-list for method input_type + 57, // [57:57] is the sub-list for extension type_name + 57, // [57:57] is the sub-list for extension extendee + 0, // [0:57] is the sub-list for field type_name } func init() { file_items_items_proto_init() } -- GitLab