2023-08-07 21:30:30 +03:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// versions:
|
2023-08-16 13:17:42 +03:00
|
|
|
// protoc-gen-go v1.26.0
|
2023-10-18 00:39:27 +03:00
|
|
|
// protoc v4.24.4
|
2023-08-11 21:27:38 +03:00
|
|
|
// source: pkgdash.proto
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-11 21:27:38 +03:00
|
|
|
package pkgdashpb
|
2023-08-07 21:30:30 +03:00
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/envoyproxy/protoc-gen-validate/validate"
|
2023-08-11 21:27:38 +03:00
|
|
|
_ "go.unistack.org/micro-proto/v4/api"
|
|
|
|
_ "go.unistack.org/micro-proto/v4/openapiv3"
|
2023-08-07 21:30:30 +03:00
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
2023-08-16 13:17:42 +03:00
|
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
2023-08-07 21:30:30 +03:00
|
|
|
reflect "reflect"
|
|
|
|
sync "sync"
|
|
|
|
)
|
|
|
|
|
|
|
|
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)
|
|
|
|
)
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
type HandlerListReq struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Package uint64 `protobuf:"varint,1,opt,name=package,proto3" json:"package,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListReq) Reset() {
|
|
|
|
*x = HandlerListReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[0]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListReq) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*HandlerListReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *HandlerListReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[0]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use HandlerListReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*HandlerListReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{0}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListReq) GetPackage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type HandlerListRsp struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Handlers []*Handler `protobuf:"bytes,1,rep,name=handlers,proto3" json:"handlers,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListRsp) Reset() {
|
|
|
|
*x = HandlerListRsp{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[1]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListRsp) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*HandlerListRsp) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *HandlerListRsp) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[1]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use HandlerListRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*HandlerListRsp) Descriptor() ([]byte, []int) {
|
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{1}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *HandlerListRsp) GetHandlers() []*Handler {
|
|
|
|
if x != nil {
|
|
|
|
return x.Handlers
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageModulesReq struct {
|
2023-08-18 23:59:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-19 16:55:52 +03:00
|
|
|
Package uint64 `protobuf:"varint,1,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesReq) Reset() {
|
|
|
|
*x = PackageModulesReq{}
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[2]
|
2023-08-18 23:59:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesReq) String() string {
|
2023-08-18 23:59:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageModulesReq) ProtoMessage() {}
|
2023-08-18 23:59:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[2]
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageModulesReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageModulesReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{2}
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesReq) GetPackage() uint64 {
|
2023-08-18 23:59:15 +03:00
|
|
|
if x != nil {
|
2023-08-19 16:55:52 +03:00
|
|
|
return x.Package
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageModulesRsp struct {
|
2023-08-18 23:59:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesRsp) Reset() {
|
|
|
|
*x = PackageModulesRsp{}
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[3]
|
2023-08-18 23:59:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesRsp) String() string {
|
2023-08-18 23:59:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageModulesRsp) ProtoMessage() {}
|
2023-08-18 23:59:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[3]
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageModulesRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageModulesRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{3}
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageModulesRsp) GetModules() []*Module {
|
2023-08-18 23:59:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Modules
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageLookupReq struct {
|
2023-08-18 23:59:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupReq) Reset() {
|
|
|
|
*x = PackageLookupReq{}
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[4]
|
2023-08-18 23:59:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupReq) String() string {
|
2023-08-18 23:59:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageLookupReq) ProtoMessage() {}
|
2023-08-18 23:59:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[4]
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageLookupReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageLookupReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{4}
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupReq) GetId() uint64 {
|
2023-08-18 23:59:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageLookupRsp struct {
|
2023-08-18 23:59:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Package *Package `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupRsp) Reset() {
|
|
|
|
*x = PackageLookupRsp{}
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[5]
|
2023-08-18 23:59:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupRsp) String() string {
|
2023-08-18 23:59:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageLookupRsp) ProtoMessage() {}
|
2023-08-18 23:59:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[5]
|
2023-08-18 23:59:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageLookupRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageLookupRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{5}
|
2023-08-18 23:59:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageLookupRsp) GetPackage() *Package {
|
2023-08-18 23:59:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-09 14:31:23 +03:00
|
|
|
type ErrorRsp struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
|
|
|
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
|
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
|
|
|
|
Details string `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"`
|
2023-08-09 14:31:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ErrorRsp) Reset() {
|
|
|
|
*x = ErrorRsp{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[6]
|
2023-08-09 14:31:23 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ErrorRsp) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ErrorRsp) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ErrorRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[6]
|
2023-08-09 14:31:23 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use ErrorRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ErrorRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{6}
|
2023-08-09 14:31:23 +03:00
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *ErrorRsp) GetCode() string {
|
2023-08-09 14:31:23 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Code
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *ErrorRsp) GetTitle() string {
|
2023-08-09 14:31:23 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Title
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *ErrorRsp) GetUuid() string {
|
2023-08-09 14:31:23 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Uuid
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *ErrorRsp) GetDetails() string {
|
2023-08-09 14:31:23 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Details
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
type Package struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
|
|
|
|
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
Modules uint64 `protobuf:"varint,5,opt,name=modules,proto3" json:"modules,omitempty"`
|
|
|
|
Issues uint64 `protobuf:"varint,6,opt,name=issues,proto3" json:"issues,omitempty"`
|
|
|
|
Comments uint64 `protobuf:"varint,7,opt,name=comments,proto3" json:"comments,omitempty"`
|
2023-09-23 21:16:26 +03:00
|
|
|
Handlers uint64 `protobuf:"varint,8,opt,name=handlers,proto3" json:"handlers,omitempty"`
|
|
|
|
Created *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created,proto3" json:"created,omitempty"`
|
|
|
|
Updated *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated,proto3" json:"updated,omitempty"`
|
|
|
|
LastCheck *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=last_check,json=lastCheck,proto3" json:"last_check,omitempty"`
|
|
|
|
Type string `protobuf:"bytes,12,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
|
Coverage float64 `protobuf:"fixed64,13,opt,name=coverage,proto3" json:"coverage,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) Reset() {
|
|
|
|
*x = Package{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[7]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Package) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Package) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[7]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Package.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Package) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{7}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) GetId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) GetName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) GetUrl() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *Package) GetDescription() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Description
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
func (x *Package) GetModules() uint64 {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Modules
|
|
|
|
}
|
2023-08-18 23:59:15 +03:00
|
|
|
return 0
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
func (x *Package) GetIssues() uint64 {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Issues
|
|
|
|
}
|
2023-08-18 23:59:15 +03:00
|
|
|
return 0
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
func (x *Package) GetComments() uint64 {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Comments
|
|
|
|
}
|
2023-08-18 23:59:15 +03:00
|
|
|
return 0
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *Package) GetHandlers() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Handlers
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *Package) GetCreated() *timestamppb.Timestamp {
|
|
|
|
if x != nil {
|
|
|
|
return x.Created
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) GetUpdated() *timestamppb.Timestamp {
|
|
|
|
if x != nil {
|
|
|
|
return x.Updated
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
func (x *Package) GetLastCheck() *timestamppb.Timestamp {
|
|
|
|
if x != nil {
|
|
|
|
return x.LastCheck
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *Package) GetType() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Package) GetCoverage() float64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Coverage
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type Handler struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Package uint64 `protobuf:"varint,2,opt,name=package,proto3" json:"package,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Coverage float64 `protobuf:"fixed64,4,opt,name=coverage,proto3" json:"coverage,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) Reset() {
|
|
|
|
*x = Handler{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[8]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Handler) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Handler) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_pkgdash_proto_msgTypes[8]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Handler.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Handler) Descriptor() ([]byte, []int) {
|
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{8}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) GetId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) GetPackage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) GetName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Handler) GetCoverage() float64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Coverage
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
type Module struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-19 16:55:52 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
|
|
|
|
LastCheck *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=last_check,json=lastCheck,proto3" json:"last_check,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Module) Reset() {
|
|
|
|
*x = Module{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[9]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Module) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Module) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Module) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[9]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Module.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Module) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{9}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Module) GetId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Module) GetName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Module) GetVersion() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Version
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-19 16:55:52 +03:00
|
|
|
func (x *Module) GetLastCheck() *timestamppb.Timestamp {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
2023-08-19 16:55:52 +03:00
|
|
|
return x.LastCheck
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
type Issue struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Status uint64 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
|
Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"`
|
|
|
|
Package uint64 `protobuf:"varint,4,opt,name=package,proto3" json:"package,omitempty"`
|
|
|
|
Modules []uint64 `protobuf:"varint,5,rep,packed,name=modules,proto3" json:"modules,omitempty"`
|
|
|
|
Created *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"`
|
|
|
|
Updated *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated,proto3" json:"updated,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) Reset() {
|
|
|
|
*x = Issue{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[10]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Issue) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Issue) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[10]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Issue.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Issue) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{10}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetStatus() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetDesc() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Desc
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetPackage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetModules() []uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Modules
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *Issue) GetCreated() *timestamppb.Timestamp {
|
|
|
|
if x != nil {
|
|
|
|
return x.Created
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Issue) GetUpdated() *timestamppb.Timestamp {
|
|
|
|
if x != nil {
|
|
|
|
return x.Updated
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-07 21:30:30 +03:00
|
|
|
type Comment struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Package uint64 `protobuf:"varint,2,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-18 23:59:15 +03:00
|
|
|
Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
|
2023-08-16 13:17:42 +03:00
|
|
|
Created *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"`
|
|
|
|
Updated *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated,proto3" json:"updated,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Comment) Reset() {
|
|
|
|
*x = Comment{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[11]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Comment) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Comment) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Comment) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[11]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Comment.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Comment) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{11}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Comment) GetId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Comment) GetPackage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
func (x *Comment) GetComment() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-18 23:59:15 +03:00
|
|
|
return x.Comment
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *Comment) GetCreated() *timestamppb.Timestamp {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Created
|
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return nil
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
func (x *Comment) GetUpdated() *timestamppb.Timestamp {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Updated
|
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentDeleteReq struct {
|
2023-08-16 13:17:42 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
PackageId uint64 `protobuf:"varint,2,opt,name=package_id,proto3" json:"package_id,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteReq) Reset() {
|
|
|
|
*x = CommentDeleteReq{}
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[12]
|
2023-08-16 13:17:42 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteReq) String() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentDeleteReq) ProtoMessage() {}
|
2023-08-16 13:17:42 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[12]
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentDeleteReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentDeleteReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{12}
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteReq) GetId() uint64 {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteReq) GetPackageId() uint64 {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.PackageId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentDeleteRsp struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteRsp) Reset() {
|
|
|
|
*x = CommentDeleteRsp{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[13]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteRsp) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentDeleteRsp) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentDeleteRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[13]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentDeleteRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentDeleteRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{13}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageDeleteReq struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteReq) Reset() {
|
|
|
|
*x = PackageDeleteReq{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[14]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteReq) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageDeleteReq) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[14]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageDeleteReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageDeleteReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{14}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteReq) GetId() uint64 {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageDeleteRsp struct {
|
2023-08-16 13:17:42 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteRsp) Reset() {
|
|
|
|
*x = PackageDeleteRsp{}
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[15]
|
2023-08-16 13:17:42 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteRsp) String() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageDeleteRsp) ProtoMessage() {}
|
2023-08-16 13:17:42 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageDeleteRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[15]
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageDeleteRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageDeleteRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{15}
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageListReq struct {
|
2023-08-16 13:17:42 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListReq) Reset() {
|
|
|
|
*x = PackageListReq{}
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[16]
|
2023-08-16 13:17:42 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListReq) String() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageListReq) ProtoMessage() {}
|
2023-08-16 13:17:42 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[16]
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageListReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageListReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{16}
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageListRsp struct {
|
2023-08-16 13:17:42 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Packages []*Package `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListRsp) Reset() {
|
|
|
|
*x = PackageListRsp{}
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[17]
|
2023-08-16 13:17:42 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListRsp) String() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageListRsp) ProtoMessage() {}
|
2023-08-16 13:17:42 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[17]
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageListRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageListRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{17}
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageListRsp) GetPackages() []*Package {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Packages
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageUpdateReq struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
|
|
|
|
Modules []uint64 `protobuf:"varint,4,rep,packed,name=modules,proto3" json:"modules,omitempty"`
|
|
|
|
Issues []uint64 `protobuf:"varint,5,rep,packed,name=issues,proto3" json:"issues,omitempty"`
|
|
|
|
Coverprofile []byte `protobuf:"bytes,6,opt,name=coverprofile,proto3" json:"coverprofile,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) Reset() {
|
|
|
|
*x = PackageUpdateReq{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[18]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageUpdateReq) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[18]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageUpdateReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{18}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) GetId() uint64 {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
2023-08-12 19:26:50 +03:00
|
|
|
return 0
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) GetName() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
2023-08-12 19:26:50 +03:00
|
|
|
return ""
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) GetUrl() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Url
|
|
|
|
}
|
2023-08-12 19:26:50 +03:00
|
|
|
return ""
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) GetModules() []uint64 {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Modules
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateReq) GetIssues() []uint64 {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Issues
|
|
|
|
}
|
|
|
|
return nil
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *PackageUpdateReq) GetCoverprofile() []byte {
|
|
|
|
if x != nil {
|
|
|
|
return x.Coverprofile
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageUpdateRsp struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Package *Package `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateRsp) Reset() {
|
|
|
|
*x = PackageUpdateRsp{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[19]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateRsp) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageUpdateRsp) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[19]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageUpdateRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageUpdateRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{19}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageUpdateRsp) GetPackage() *Package {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Package
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return nil
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentCreateReq struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
PackageId uint64 `protobuf:"varint,1,opt,name=package_id,proto3" json:"package_id,omitempty"`
|
2023-08-18 23:59:15 +03:00
|
|
|
Comment string `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateReq) Reset() {
|
|
|
|
*x = CommentCreateReq{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[20]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateReq) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentCreateReq) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[20]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentCreateReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentCreateReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{20}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateReq) GetPackageId() uint64 {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.PackageId
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateReq) GetComment() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-18 23:59:15 +03:00
|
|
|
return x.Comment
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentCreateRsp struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Comment *Comment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateRsp) Reset() {
|
|
|
|
*x = CommentCreateRsp{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[21]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateRsp) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentCreateRsp) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[21]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentCreateRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentCreateRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{21}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentCreateRsp) GetComment() *Comment {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Comment
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return nil
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageCreateReq struct {
|
2023-08-07 21:30:30 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
|
|
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateReq) Reset() {
|
|
|
|
*x = PackageCreateReq{}
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[22]
|
2023-08-07 21:30:30 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateReq) String() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageCreateReq) ProtoMessage() {}
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[22]
|
2023-08-07 21:30:30 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageCreateReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageCreateReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{22}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateReq) GetName() string {
|
2023-08-07 21:30:30 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Name
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateReq) GetUrl() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *PackageCreateReq) GetDescription() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
2023-09-23 21:16:26 +03:00
|
|
|
return x.Description
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
2023-09-23 21:16:26 +03:00
|
|
|
return ""
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type PackageCreateRsp struct {
|
2023-08-11 20:12:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-18 23:59:15 +03:00
|
|
|
Package *Package `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateRsp) Reset() {
|
|
|
|
*x = PackageCreateRsp{}
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[23]
|
2023-08-11 20:12:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateRsp) String() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*PackageCreateRsp) ProtoMessage() {}
|
2023-08-11 20:12:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[23]
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use PackageCreateRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PackageCreateRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{23}
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *PackageCreateRsp) GetPackage() *Package {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
2023-08-18 23:59:15 +03:00
|
|
|
return x.Package
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
2023-08-18 23:59:15 +03:00
|
|
|
return nil
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type ModuleListReq struct {
|
2023-08-16 13:17:42 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2023-09-23 21:16:26 +03:00
|
|
|
|
|
|
|
Package uint64 `protobuf:"varint,1,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListReq) Reset() {
|
|
|
|
*x = ModuleListReq{}
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[24]
|
2023-08-16 13:17:42 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListReq) String() string {
|
2023-08-16 13:17:42 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*ModuleListReq) ProtoMessage() {}
|
2023-08-16 13:17:42 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[24]
|
2023-08-16 13:17:42 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return mi.MessageOf(x)
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use ModuleListReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ModuleListReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{24}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ModuleListReq) GetPackage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Package
|
|
|
|
}
|
|
|
|
return 0
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type ModuleListRsp struct {
|
2023-08-11 20:12:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2023-08-12 19:26:50 +03:00
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListRsp) Reset() {
|
|
|
|
*x = ModuleListRsp{}
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[25]
|
2023-08-11 20:12:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListRsp) String() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*ModuleListRsp) ProtoMessage() {}
|
2023-08-11 20:12:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[25]
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use ModuleListRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ModuleListRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{25}
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *ModuleListRsp) GetModules() []*Module {
|
2023-08-12 19:26:50 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Modules
|
2023-08-12 19:26:50 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return nil
|
2023-08-12 19:26:50 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentListReq struct {
|
2023-08-11 20:12:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
Package uint64 `protobuf:"varint,1,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListReq) Reset() {
|
|
|
|
*x = CommentListReq{}
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[26]
|
2023-08-11 20:12:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListReq) String() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentListReq) ProtoMessage() {}
|
2023-08-11 20:12:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[26]
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentListReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentListReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{26}
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *CommentListReq) GetPackage() uint64 {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
2023-09-23 21:16:26 +03:00
|
|
|
return x.Package
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return 0
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentListRsp struct {
|
2023-08-11 20:12:15 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListRsp) Reset() {
|
|
|
|
*x = CommentListRsp{}
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[27]
|
2023-08-11 20:12:15 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListRsp) String() string {
|
2023-08-11 20:12:15 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentListRsp) ProtoMessage() {}
|
2023-08-11 20:12:15 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[27]
|
2023-08-11 20:12:15 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentListRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentListRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{27}
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentListRsp) GetComments() []*Comment {
|
2023-08-11 20:12:15 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Comments
|
2023-08-11 20:12:15 +03:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentLookupReq struct {
|
2023-08-14 14:27:29 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Package uint64 `protobuf:"varint,2,opt,name=package,proto3" json:"package,omitempty"`
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupReq) Reset() {
|
|
|
|
*x = CommentLookupReq{}
|
2023-08-14 14:27:29 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[28]
|
2023-08-14 14:27:29 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupReq) String() string {
|
2023-08-14 14:27:29 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentLookupReq) ProtoMessage() {}
|
2023-08-14 14:27:29 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupReq) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[28]
|
2023-08-14 14:27:29 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentLookupReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentLookupReq) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{28}
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupReq) GetId() uint64 {
|
2023-08-14 14:27:29 +03:00
|
|
|
if x != nil {
|
|
|
|
return x.Id
|
|
|
|
}
|
2023-08-16 13:17:42 +03:00
|
|
|
return 0
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
func (x *CommentLookupReq) GetPackage() uint64 {
|
2023-08-16 13:17:42 +03:00
|
|
|
if x != nil {
|
2023-09-23 21:16:26 +03:00
|
|
|
return x.Package
|
2023-08-16 13:17:42 +03:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
type CommentLookupRsp struct {
|
2023-08-14 14:27:29 +03:00
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-08-16 13:17:42 +03:00
|
|
|
Comment *Comment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"`
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupRsp) Reset() {
|
|
|
|
*x = CommentLookupRsp{}
|
2023-08-14 14:27:29 +03:00
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[29]
|
2023-08-14 14:27:29 +03:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupRsp) String() string {
|
2023-08-14 14:27:29 +03:00
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (*CommentLookupRsp) ProtoMessage() {}
|
2023-08-14 14:27:29 +03:00
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupRsp) ProtoReflect() protoreflect.Message {
|
2023-09-23 21:16:26 +03:00
|
|
|
mi := &file_pkgdash_proto_msgTypes[29]
|
2023-08-14 14:27:29 +03:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
// Deprecated: Use CommentLookupRsp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommentLookupRsp) Descriptor() ([]byte, []int) {
|
2023-09-23 21:16:26 +03:00
|
|
|
return file_pkgdash_proto_rawDescGZIP(), []int{29}
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
|
2023-08-20 14:19:57 +03:00
|
|
|
func (x *CommentLookupRsp) GetComment() *Comment {
|
2023-08-14 14:27:29 +03:00
|
|
|
if x != nil {
|
2023-08-16 13:17:42 +03:00
|
|
|
return x.Comment
|
2023-08-14 14:27:29 +03:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-08-11 21:27:38 +03:00
|
|
|
var File_pkgdash_proto protoreflect.FileDescriptor
|
2023-08-07 21:30:30 +03:00
|
|
|
|
2023-08-11 21:27:38 +03:00
|
|
|
var file_pkgdash_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x0d, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
|
|
0x07, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x1a, 0x15, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e,
|
|
|
|
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
2023-08-18 23:59:15 +03:00
|
|
|
0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
|
|
0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
0x1a, 0x1b, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
|
|
|
|
0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x76,
|
|
|
|
0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2a, 0x0a, 0x0e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65,
|
|
|
|
0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61,
|
|
|
|
0x67, 0x65, 0x22, 0x3e, 0x0a, 0x0e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
|
|
0x74, 0x52, 0x73, 0x70, 0x12, 0x2c, 0x0a, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x73,
|
|
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x52, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65,
|
|
|
|
0x72, 0x73, 0x22, 0x2d, 0x0a, 0x11, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64,
|
|
|
|
0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61,
|
|
|
|
0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x22, 0x3e, 0x0a, 0x11, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x75,
|
|
|
|
0x6c, 0x65, 0x73, 0x52, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65,
|
|
|
|
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73,
|
|
|
|
0x68, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65,
|
|
|
|
0x73, 0x22, 0x22, 0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x6f, 0x6b,
|
|
|
|
0x75, 0x70, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x3e, 0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
|
|
|
|
0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x73, 0x70, 0x12, 0x2a, 0x0a, 0x07, 0x70, 0x61, 0x63,
|
|
|
|
0x6b, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67,
|
|
|
|
0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x52, 0x07, 0x70, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0x62, 0x0a, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73,
|
|
|
|
0x70, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x75,
|
|
|
|
0x75, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12,
|
|
|
|
0x18, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x22, 0xc6, 0x03, 0x0a, 0x07, 0x50, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x12, 0x17, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b,
|
|
|
|
0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x03, 0x75,
|
|
|
|
0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10,
|
|
|
|
0x01, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x29, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
|
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04,
|
|
|
|
0x72, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
|
|
|
|
0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01,
|
|
|
|
0x28, 0x04, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69,
|
|
|
|
0x73, 0x73, 0x75, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x69, 0x73, 0x73,
|
|
|
|
0x75, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18,
|
|
|
|
0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12,
|
|
|
|
0x1a, 0x0a, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x52, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x73, 0x12, 0x34, 0x0a, 0x07, 0x63,
|
|
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x09, 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, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
|
|
0x64, 0x12, 0x34, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x07,
|
|
|
|
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x5f,
|
|
|
|
0x63, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x0b, 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, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x68, 0x65,
|
|
|
|
0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x61,
|
|
|
|
0x67, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x61,
|
|
|
|
0x67, 0x65, 0x22, 0x7e, 0x0a, 0x07, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x12, 0x17, 0x0a,
|
|
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02,
|
|
|
|
0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00,
|
|
|
|
0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
|
|
|
|
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x61,
|
|
|
|
0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x61,
|
|
|
|
0x67, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x06, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x17, 0x0a,
|
|
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02,
|
|
|
|
0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6e,
|
|
|
|
0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x07, 0x76,
|
|
|
|
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x63,
|
|
|
|
0x68, 0x65, 0x63, 0x6b, 0x18, 0x08, 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, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x68, 0x65, 0x63,
|
|
|
|
0x6b, 0x22, 0x87, 0x02, 0x0a, 0x05, 0x49, 0x73, 0x73, 0x75, 0x65, 0x12, 0x17, 0x0a, 0x02, 0x69,
|
|
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00,
|
|
|
|
0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x06, 0x73,
|
|
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x03, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x04, 0x64, 0x65,
|
|
|
|
0x73, 0x63, 0x12, 0x21, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x07, 0x70, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73,
|
|
|
|
0x18, 0x05, 0x20, 0x03, 0x28, 0x04, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x12,
|
|
|
|
0x34, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x06, 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, 0x07, 0x63, 0x72,
|
|
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x12, 0x34, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64,
|
|
|
|
0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x6d, 0x70, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x22, 0xcb, 0x01, 0x0a, 0x07,
|
|
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x17, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x02, 0x69, 0x64,
|
|
|
|
0x12, 0x21, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x03,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x34, 0x0a,
|
|
|
|
0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x04, 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, 0x07, 0x63, 0x72, 0x65, 0x61,
|
|
|
|
0x74, 0x65, 0x64, 0x12, 0x34, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x05,
|
|
|
|
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, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x22, 0x42, 0x0a, 0x10, 0x43, 0x6f, 0x6d,
|
|
|
|
0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a,
|
|
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a,
|
|
|
|
0x0a, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x52, 0x0a, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x12, 0x0a,
|
|
|
|
0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73,
|
|
|
|
0x70, 0x22, 0x22, 0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x44, 0x65, 0x6c, 0x65,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x12, 0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
|
|
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x22, 0x10, 0x0a, 0x0e, 0x50, 0x61, 0x63,
|
|
|
|
0x6b, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x3e, 0x0a, 0x0e, 0x50,
|
|
|
|
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x2c, 0x0a,
|
|
|
|
0x08, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x52, 0x08, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x22, 0xb9, 0x01, 0x0a, 0x10,
|
|
|
|
0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71,
|
|
|
|
0x12, 0x17, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42, 0x07, 0xfa, 0x42,
|
|
|
|
0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1b, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
|
|
|
|
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x03, 0x75, 0x72,
|
|
|
|
0x6c, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03,
|
|
|
|
0x28, 0x04, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x69,
|
|
|
|
0x73, 0x73, 0x75, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x04, 0x52, 0x06, 0x69, 0x73, 0x73,
|
|
|
|
0x75, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x70, 0x72, 0x6f, 0x66,
|
|
|
|
0x69, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x63, 0x6f, 0x76, 0x65, 0x72,
|
|
|
|
0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x22, 0x3e, 0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61,
|
|
|
|
0x67, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x2a, 0x0a, 0x07, 0x70,
|
|
|
|
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70,
|
|
|
|
0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x52, 0x07,
|
|
|
|
0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0x55, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
|
|
|
|
0x6e, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x27, 0x0a, 0x0a, 0x70,
|
|
|
|
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x42,
|
|
|
|
0x07, 0xfa, 0x42, 0x04, 0x32, 0x02, 0x20, 0x00, 0x52, 0x0a, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x5f, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18,
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x3e,
|
|
|
|
0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52,
|
|
|
|
0x73, 0x70, 0x12, 0x2a, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f,
|
|
|
|
0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x6c,
|
|
|
|
0x0a, 0x10, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52,
|
|
|
|
0x65, 0x71, 0x12, 0x1b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
0x19, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42,
|
|
|
|
0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65,
|
|
|
|
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3e, 0x0a, 0x10,
|
|
|
|
0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70,
|
|
|
|
0x12, 0x2a, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0x29, 0x0a, 0x0d,
|
|
|
|
0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a,
|
|
|
|
0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07,
|
|
|
|
0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0x3a, 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c,
|
|
|
|
0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75,
|
|
|
|
0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70, 0x6b, 0x67, 0x64,
|
|
|
|
0x61, 0x73, 0x68, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75,
|
|
|
|
0x6c, 0x65, 0x73, 0x22, 0x2a, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69,
|
|
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22,
|
|
|
|
0x3e, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73,
|
|
|
|
0x70, 0x12, 0x2c, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20,
|
|
|
|
0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f,
|
|
|
|
0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x22,
|
|
|
|
0x3c, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70,
|
|
|
|
0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
|
|
|
|
0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x22, 0x3e, 0x0a,
|
|
|
|
0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x73,
|
|
|
|
0x70, 0x12, 0x2a, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
|
0x6d, 0x65, 0x6e, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x32, 0xab, 0x0e,
|
|
|
|
0x0a, 0x07, 0x50, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x12, 0x8d, 0x01, 0x0a, 0x0d, 0x50, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x19, 0x2e, 0x70, 0x6b,
|
|
|
|
0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x6f,
|
|
|
|
0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x73,
|
|
|
|
0x70, 0x22, 0x46, 0xaa, 0x84, 0x9e, 0x03, 0x28, 0x2a, 0x0d, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e,
|
|
|
|
0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70,
|
|
|
|
0xb2, 0xea, 0xff, 0xf9, 0x01, 0x13, 0x12, 0x11, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x8b, 0x01, 0x0a, 0x0d, 0x50, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x6b,
|
|
|
|
0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x43, 0x72, 0x65,
|
|
|
|
0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x73,
|
|
|
|
0x70, 0x22, 0x44, 0xaa, 0x84, 0x9e, 0x03, 0x28, 0x2a, 0x0d, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e,
|
|
|
|
0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70,
|
|
|
|
0xb2, 0xea, 0xff, 0xf9, 0x01, 0x11, 0x22, 0x0c, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x73, 0x3a, 0x01, 0x2a, 0x12, 0x8d, 0x01, 0x0a, 0x0d, 0x50, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64,
|
|
|
|
0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x65, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x22,
|
|
|
|
0x46, 0xaa, 0x84, 0x9e, 0x03, 0x28, 0x2a, 0x0d, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x44,
|
|
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea,
|
2023-09-23 21:16:26 +03:00
|
|
|
0xff, 0xf9, 0x01, 0x13, 0x2a, 0x11, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x80, 0x01, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b,
|
|
|
|
0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x17, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73,
|
|
|
|
0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
|
|
0x1a, 0x17, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61,
|
|
|
|
0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x22, 0x3f, 0xaa, 0x84, 0x9e, 0x03, 0x26,
|
|
|
|
0x2a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x17, 0x0a,
|
|
|
|
0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x45, 0x72,
|
|
|
|
0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01, 0x0e, 0x12, 0x0c, 0x2f, 0x76,
|
|
|
|
0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x12, 0x93, 0x01, 0x0a, 0x0b, 0x48,
|
|
|
|
0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x17, 0x2e, 0x70, 0x6b, 0x67,
|
|
|
|
0x64, 0x61, 0x73, 0x68, 0x2e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x48, 0x61,
|
|
|
|
0x6e, 0x64, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x22, 0x52, 0xaa, 0x84,
|
|
|
|
0x9e, 0x03, 0x26, 0x2a, 0x0b, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01, 0x21, 0x12,
|
|
|
|
0x1f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x2f, 0x7b, 0x70,
|
|
|
|
0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x7d, 0x2f, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x73,
|
|
|
|
0x12, 0x9e, 0x01, 0x0a, 0x0e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x75,
|
|
|
|
0x6c, 0x65, 0x73, 0x12, 0x1a, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x1a,
|
|
|
|
0x1a, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67,
|
|
|
|
0x65, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x73, 0x70, 0x22, 0x54, 0xaa, 0x84, 0x9e,
|
|
|
|
0x03, 0x29, 0x2a, 0x0e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x75, 0x6c,
|
|
|
|
0x65, 0x73, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61,
|
|
|
|
0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01,
|
|
|
|
0x20, 0x12, 0x1e, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x2f,
|
|
|
|
0x7b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x7d, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65,
|
|
|
|
0x73, 0x12, 0x90, 0x01, 0x0a, 0x0d, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x70, 0x64,
|
|
|
|
0x61, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61,
|
|
|
|
0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x19,
|
2023-08-19 16:55:52 +03:00
|
|
|
0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x22, 0x49, 0xaa, 0x84, 0x9e, 0x03, 0x28,
|
|
|
|
0x2a, 0x0d, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42,
|
|
|
|
0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e,
|
|
|
|
0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01, 0x16, 0x1a, 0x11,
|
|
|
|
0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x2f, 0x7b, 0x69, 0x64,
|
|
|
|
0x7d, 0x3a, 0x01, 0x2a, 0x12, 0x9e, 0x01, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74,
|
|
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x71, 0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x65, 0x6e, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x73, 0x70, 0x22, 0x57, 0xaa, 0x84,
|
|
|
|
0x9e, 0x03, 0x28, 0x2a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x72, 0x65, 0x61,
|
2023-08-20 14:19:57 +03:00
|
|
|
0x74, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61,
|
|
|
|
0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01,
|
2023-09-23 21:16:26 +03:00
|
|
|
0x24, 0x22, 0x1f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x2f,
|
|
|
|
0x7b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x7d, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
|
|
|
|
0x74, 0x73, 0x3a, 0x01, 0x2a, 0x12, 0xb5, 0x01, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
|
|
|
|
0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73,
|
|
|
|
0x68, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52,
|
|
|
|
0x65, 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
|
0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x73, 0x70, 0x22, 0x6e, 0xaa,
|
|
|
|
0x84, 0x9e, 0x03, 0x28, 0x2a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x6f, 0x6f,
|
|
|
|
0x6b, 0x75, 0x70, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64,
|
|
|
|
0x61, 0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9,
|
|
|
|
0x01, 0x3b, 0x12, 0x11, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73,
|
|
|
|
0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x5a, 0x26, 0x12, 0x24, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6d,
|
|
|
|
0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x7d, 0x2f,
|
|
|
|
0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x93, 0x01,
|
|
|
|
0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x17, 0x2e,
|
|
|
|
0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c,
|
|
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x22,
|
|
|
|
0x52, 0xaa, 0x84, 0x9e, 0x03, 0x26, 0x2a, 0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c,
|
|
|
|
0x69, 0x73, 0x74, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64,
|
|
|
|
0x61, 0x73, 0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9,
|
|
|
|
0x01, 0x21, 0x12, 0x1f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73,
|
|
|
|
0x2f, 0x7b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x7d, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x65,
|
|
|
|
0x6e, 0x74, 0x73, 0x12, 0xb8, 0x01, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44,
|
|
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e,
|
|
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71,
|
|
|
|
0x1a, 0x19, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65,
|
|
|
|
0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x22, 0x71, 0xaa, 0x84, 0x9e,
|
|
|
|
0x03, 0x28, 0x2a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74,
|
|
|
|
0x65, 0x42, 0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73,
|
|
|
|
0x68, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01, 0x3e,
|
|
|
|
0x2a, 0x27, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x73, 0x2f, 0x7b,
|
|
|
|
0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
|
|
|
|
0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x5a, 0x13, 0x2a, 0x11, 0x2f, 0x76, 0x31,
|
|
|
|
0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x7b,
|
|
|
|
0x0a, 0x0a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x2e, 0x70,
|
|
|
|
0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73,
|
|
|
|
0x74, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e, 0x4d,
|
|
|
|
0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x22, 0x3d, 0xaa, 0x84,
|
|
|
|
0x9e, 0x03, 0x25, 0x2a, 0x0a, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x42,
|
|
|
|
0x17, 0x0a, 0x15, 0x12, 0x13, 0x0a, 0x11, 0x2e, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73, 0x68, 0x2e,
|
|
|
|
0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x73, 0x70, 0xb2, 0xea, 0xff, 0xf9, 0x01, 0x0d, 0x12, 0x0b,
|
|
|
|
0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x42, 0x36, 0x5a, 0x34, 0x67,
|
|
|
|
0x6f, 0x2e, 0x75, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x75,
|
|
|
|
0x6e, 0x69, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x6b, 0x67, 0x64,
|
|
|
|
0x61, 0x73, 0x68, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x70, 0x6b, 0x67, 0x64, 0x61, 0x73,
|
|
|
|
0x68, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_rawDescOnce sync.Once
|
|
|
|
file_pkgdash_proto_rawDescData = file_pkgdash_proto_rawDesc
|
2023-08-07 21:30:30 +03:00
|
|
|
)
|
|
|
|
|
2023-08-11 21:27:38 +03:00
|
|
|
func file_pkgdash_proto_rawDescGZIP() []byte {
|
|
|
|
file_pkgdash_proto_rawDescOnce.Do(func() {
|
|
|
|
file_pkgdash_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkgdash_proto_rawDescData)
|
2023-08-07 21:30:30 +03:00
|
|
|
})
|
2023-08-11 21:27:38 +03:00
|
|
|
return file_pkgdash_proto_rawDescData
|
|
|
|
}
|
|
|
|
|
2023-09-23 21:16:26 +03:00
|
|
|
var file_pkgdash_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
|
2023-08-11 21:27:38 +03:00
|
|
|
var file_pkgdash_proto_goTypes = []interface{}{
|
2023-09-23 21:16:26 +03:00
|
|
|
(*HandlerListReq)(nil), // 0: pkgdash.HandlerListReq
|
|
|
|
(*HandlerListRsp)(nil), // 1: pkgdash.HandlerListRsp
|
|
|
|
(*PackageModulesReq)(nil), // 2: pkgdash.PackageModulesReq
|
|
|
|
(*PackageModulesRsp)(nil), // 3: pkgdash.PackageModulesRsp
|
|
|
|
(*PackageLookupReq)(nil), // 4: pkgdash.PackageLookupReq
|
|
|
|
(*PackageLookupRsp)(nil), // 5: pkgdash.PackageLookupRsp
|
|
|
|
(*ErrorRsp)(nil), // 6: pkgdash.ErrorRsp
|
|
|
|
(*Package)(nil), // 7: pkgdash.Package
|
|
|
|
(*Handler)(nil), // 8: pkgdash.Handler
|
|
|
|
(*Module)(nil), // 9: pkgdash.Module
|
|
|
|
(*Issue)(nil), // 10: pkgdash.Issue
|
|
|
|
(*Comment)(nil), // 11: pkgdash.Comment
|
|
|
|
(*CommentDeleteReq)(nil), // 12: pkgdash.CommentDeleteReq
|
|
|
|
(*CommentDeleteRsp)(nil), // 13: pkgdash.CommentDeleteRsp
|
|
|
|
(*PackageDeleteReq)(nil), // 14: pkgdash.PackageDeleteReq
|
|
|
|
(*PackageDeleteRsp)(nil), // 15: pkgdash.PackageDeleteRsp
|
|
|
|
(*PackageListReq)(nil), // 16: pkgdash.PackageListReq
|
|
|
|
(*PackageListRsp)(nil), // 17: pkgdash.PackageListRsp
|
|
|
|
(*PackageUpdateReq)(nil), // 18: pkgdash.PackageUpdateReq
|
|
|
|
(*PackageUpdateRsp)(nil), // 19: pkgdash.PackageUpdateRsp
|
|
|
|
(*CommentCreateReq)(nil), // 20: pkgdash.CommentCreateReq
|
|
|
|
(*CommentCreateRsp)(nil), // 21: pkgdash.CommentCreateRsp
|
|
|
|
(*PackageCreateReq)(nil), // 22: pkgdash.PackageCreateReq
|
|
|
|
(*PackageCreateRsp)(nil), // 23: pkgdash.PackageCreateRsp
|
|
|
|
(*ModuleListReq)(nil), // 24: pkgdash.ModuleListReq
|
|
|
|
(*ModuleListRsp)(nil), // 25: pkgdash.ModuleListRsp
|
|
|
|
(*CommentListReq)(nil), // 26: pkgdash.CommentListReq
|
|
|
|
(*CommentListRsp)(nil), // 27: pkgdash.CommentListRsp
|
|
|
|
(*CommentLookupReq)(nil), // 28: pkgdash.CommentLookupReq
|
|
|
|
(*CommentLookupRsp)(nil), // 29: pkgdash.CommentLookupRsp
|
|
|
|
(*timestamppb.Timestamp)(nil), // 30: google.protobuf.Timestamp
|
2023-08-11 21:27:38 +03:00
|
|
|
}
|
|
|
|
var file_pkgdash_proto_depIdxs = []int32{
|
2023-09-23 21:16:26 +03:00
|
|
|
8, // 0: pkgdash.HandlerListRsp.handlers:type_name -> pkgdash.Handler
|
|
|
|
9, // 1: pkgdash.PackageModulesRsp.modules:type_name -> pkgdash.Module
|
|
|
|
7, // 2: pkgdash.PackageLookupRsp.package:type_name -> pkgdash.Package
|
|
|
|
30, // 3: pkgdash.Package.created:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 4: pkgdash.Package.updated:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 5: pkgdash.Package.last_check:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 6: pkgdash.Module.last_check:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 7: pkgdash.Issue.created:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 8: pkgdash.Issue.updated:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 9: pkgdash.Comment.created:type_name -> google.protobuf.Timestamp
|
|
|
|
30, // 10: pkgdash.Comment.updated:type_name -> google.protobuf.Timestamp
|
|
|
|
7, // 11: pkgdash.PackageListRsp.packages:type_name -> pkgdash.Package
|
|
|
|
7, // 12: pkgdash.PackageUpdateRsp.package:type_name -> pkgdash.Package
|
|
|
|
11, // 13: pkgdash.CommentCreateRsp.comment:type_name -> pkgdash.Comment
|
|
|
|
7, // 14: pkgdash.PackageCreateRsp.package:type_name -> pkgdash.Package
|
|
|
|
9, // 15: pkgdash.ModuleListRsp.modules:type_name -> pkgdash.Module
|
|
|
|
11, // 16: pkgdash.CommentListRsp.comments:type_name -> pkgdash.Comment
|
|
|
|
11, // 17: pkgdash.CommentLookupRsp.comment:type_name -> pkgdash.Comment
|
|
|
|
4, // 18: pkgdash.Pkgdash.PackageLookup:input_type -> pkgdash.PackageLookupReq
|
|
|
|
22, // 19: pkgdash.Pkgdash.PackageCreate:input_type -> pkgdash.PackageCreateReq
|
|
|
|
14, // 20: pkgdash.Pkgdash.PackageDelete:input_type -> pkgdash.PackageDeleteReq
|
|
|
|
16, // 21: pkgdash.Pkgdash.PackageList:input_type -> pkgdash.PackageListReq
|
|
|
|
0, // 22: pkgdash.Pkgdash.HandlerList:input_type -> pkgdash.HandlerListReq
|
|
|
|
2, // 23: pkgdash.Pkgdash.PackageModules:input_type -> pkgdash.PackageModulesReq
|
|
|
|
18, // 24: pkgdash.Pkgdash.PackageUpdate:input_type -> pkgdash.PackageUpdateReq
|
|
|
|
20, // 25: pkgdash.Pkgdash.CommentCreate:input_type -> pkgdash.CommentCreateReq
|
|
|
|
28, // 26: pkgdash.Pkgdash.CommentLookup:input_type -> pkgdash.CommentLookupReq
|
|
|
|
26, // 27: pkgdash.Pkgdash.CommentList:input_type -> pkgdash.CommentListReq
|
|
|
|
12, // 28: pkgdash.Pkgdash.CommentDelete:input_type -> pkgdash.CommentDeleteReq
|
|
|
|
24, // 29: pkgdash.Pkgdash.ModuleList:input_type -> pkgdash.ModuleListReq
|
|
|
|
5, // 30: pkgdash.Pkgdash.PackageLookup:output_type -> pkgdash.PackageLookupRsp
|
|
|
|
23, // 31: pkgdash.Pkgdash.PackageCreate:output_type -> pkgdash.PackageCreateRsp
|
|
|
|
15, // 32: pkgdash.Pkgdash.PackageDelete:output_type -> pkgdash.PackageDeleteRsp
|
|
|
|
17, // 33: pkgdash.Pkgdash.PackageList:output_type -> pkgdash.PackageListRsp
|
|
|
|
1, // 34: pkgdash.Pkgdash.HandlerList:output_type -> pkgdash.HandlerListRsp
|
|
|
|
3, // 35: pkgdash.Pkgdash.PackageModules:output_type -> pkgdash.PackageModulesRsp
|
|
|
|
19, // 36: pkgdash.Pkgdash.PackageUpdate:output_type -> pkgdash.PackageUpdateRsp
|
|
|
|
21, // 37: pkgdash.Pkgdash.CommentCreate:output_type -> pkgdash.CommentCreateRsp
|
|
|
|
29, // 38: pkgdash.Pkgdash.CommentLookup:output_type -> pkgdash.CommentLookupRsp
|
|
|
|
27, // 39: pkgdash.Pkgdash.CommentList:output_type -> pkgdash.CommentListRsp
|
|
|
|
13, // 40: pkgdash.Pkgdash.CommentDelete:output_type -> pkgdash.CommentDeleteRsp
|
|
|
|
25, // 41: pkgdash.Pkgdash.ModuleList:output_type -> pkgdash.ModuleListRsp
|
|
|
|
30, // [30:42] is the sub-list for method output_type
|
|
|
|
18, // [18:30] is the sub-list for method input_type
|
|
|
|
18, // [18:18] is the sub-list for extension type_name
|
|
|
|
18, // [18:18] is the sub-list for extension extendee
|
|
|
|
0, // [0:18] is the sub-list for field type_name
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
|
2023-08-11 21:27:38 +03:00
|
|
|
func init() { file_pkgdash_proto_init() }
|
|
|
|
func file_pkgdash_proto_init() {
|
|
|
|
if File_pkgdash_proto != nil {
|
2023-08-07 21:30:30 +03:00
|
|
|
return
|
|
|
|
}
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*HandlerListReq); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*HandlerListRsp); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageModulesReq); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageModulesRsp); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageLookupReq); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageLookupRsp); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*ErrorRsp); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*Package); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*Handler); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*Module); i {
|
2023-08-09 14:31:23 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*Issue); i {
|
2023-08-09 14:31:23 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:27:38 +03:00
|
|
|
file_pkgdash_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*Comment); i {
|
2023-08-09 14:31:23 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:45:08 +03:00
|
|
|
file_pkgdash_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*CommentDeleteReq); i {
|
2023-08-11 20:12:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:45:08 +03:00
|
|
|
file_pkgdash_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*CommentDeleteRsp); i {
|
2023-08-11 20:12:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:45:08 +03:00
|
|
|
file_pkgdash_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageDeleteReq); i {
|
2023-08-11 20:12:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:45:08 +03:00
|
|
|
file_pkgdash_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageDeleteRsp); i {
|
2023-08-11 20:12:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-11 21:45:08 +03:00
|
|
|
file_pkgdash_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageListReq); i {
|
2023-08-07 21:30:30 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-14 14:27:29 +03:00
|
|
|
file_pkgdash_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageListRsp); i {
|
2023-08-14 14:27:29 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageUpdateReq); i {
|
2023-08-16 13:17:42 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageUpdateRsp); i {
|
2023-08-16 13:17:42 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*CommentCreateReq); i {
|
2023-08-16 13:17:42 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*CommentCreateRsp); i {
|
2023-08-16 13:17:42 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageCreateReq); i {
|
2023-08-18 23:59:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*PackageCreateRsp); i {
|
2023-08-18 23:59:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*ModuleListReq); i {
|
2023-08-18 23:59:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*ModuleListRsp); i {
|
2023-08-18 23:59:15 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
2023-09-23 21:16:26 +03:00
|
|
|
switch v := v.(*CommentListReq); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*CommentListRsp); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*CommentLookupReq); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_pkgdash_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
2023-08-20 14:19:57 +03:00
|
|
|
switch v := v.(*CommentLookupRsp); i {
|
2023-08-14 14:27:29 +03:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|
|
|
|
type x struct{}
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
2023-08-11 21:27:38 +03:00
|
|
|
RawDescriptor: file_pkgdash_proto_rawDesc,
|
2023-08-07 21:30:30 +03:00
|
|
|
NumEnums: 0,
|
2023-09-23 21:16:26 +03:00
|
|
|
NumMessages: 30,
|
2023-08-07 21:30:30 +03:00
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 1,
|
|
|
|
},
|
2023-08-11 21:27:38 +03:00
|
|
|
GoTypes: file_pkgdash_proto_goTypes,
|
|
|
|
DependencyIndexes: file_pkgdash_proto_depIdxs,
|
|
|
|
MessageInfos: file_pkgdash_proto_msgTypes,
|
2023-08-07 21:30:30 +03:00
|
|
|
}.Build()
|
2023-08-11 21:27:38 +03:00
|
|
|
File_pkgdash_proto = out.File
|
|
|
|
file_pkgdash_proto_rawDesc = nil
|
|
|
|
file_pkgdash_proto_goTypes = nil
|
|
|
|
file_pkgdash_proto_depIdxs = nil
|
2023-08-07 21:30:30 +03:00
|
|
|
}
|