896 lines
31 KiB
Go
896 lines
31 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.1
|
|
// protoc v3.21.12
|
|
// source: mapfixes.proto
|
|
|
|
package mapfixes
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
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)
|
|
)
|
|
|
|
type MapfixStatus int32
|
|
|
|
const (
|
|
// Phase: Creation
|
|
MapfixStatus_MapfixStatusUnderConstruction MapfixStatus = 0
|
|
MapfixStatus_MapfixStatusChangesRequested MapfixStatus = 1
|
|
// Phase: Review
|
|
MapfixStatus_MapfixStatusSubmitting MapfixStatus = 2
|
|
MapfixStatus_MapfixStatusSubmitted MapfixStatus = 3
|
|
// Phase: Testing
|
|
MapfixStatus_MapfixStatusAcceptedUnvalidated MapfixStatus = 4 // pending script review, can re-trigger validation
|
|
MapfixStatus_MapfixStatusValidating MapfixStatus = 5
|
|
MapfixStatus_MapfixStatusValidated MapfixStatus = 6
|
|
MapfixStatus_MapfixStatusUploading MapfixStatus = 7
|
|
MapfixStatus_MapfixStatusUploaded MapfixStatus = 8 // uploaded to the group, but pending release
|
|
MapfixStatus_MapfixStatusReleasing MapfixStatus = 11
|
|
// Phase: Final MapfixStatus
|
|
MapfixStatus_MapfixStatusRejected MapfixStatus = 9
|
|
MapfixStatus_MapfixStatusReleased MapfixStatus = 10
|
|
)
|
|
|
|
// Enum value maps for MapfixStatus.
|
|
var (
|
|
MapfixStatus_name = map[int32]string{
|
|
0: "MapfixStatusUnderConstruction",
|
|
1: "MapfixStatusChangesRequested",
|
|
2: "MapfixStatusSubmitting",
|
|
3: "MapfixStatusSubmitted",
|
|
4: "MapfixStatusAcceptedUnvalidated",
|
|
5: "MapfixStatusValidating",
|
|
6: "MapfixStatusValidated",
|
|
7: "MapfixStatusUploading",
|
|
8: "MapfixStatusUploaded",
|
|
11: "MapfixStatusReleasing",
|
|
9: "MapfixStatusRejected",
|
|
10: "MapfixStatusReleased",
|
|
}
|
|
MapfixStatus_value = map[string]int32{
|
|
"MapfixStatusUnderConstruction": 0,
|
|
"MapfixStatusChangesRequested": 1,
|
|
"MapfixStatusSubmitting": 2,
|
|
"MapfixStatusSubmitted": 3,
|
|
"MapfixStatusAcceptedUnvalidated": 4,
|
|
"MapfixStatusValidating": 5,
|
|
"MapfixStatusValidated": 6,
|
|
"MapfixStatusUploading": 7,
|
|
"MapfixStatusUploaded": 8,
|
|
"MapfixStatusReleasing": 11,
|
|
"MapfixStatusRejected": 9,
|
|
"MapfixStatusReleased": 10,
|
|
}
|
|
)
|
|
|
|
func (x MapfixStatus) Enum() *MapfixStatus {
|
|
p := new(MapfixStatus)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x MapfixStatus) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (MapfixStatus) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_mapfixes_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (MapfixStatus) Type() protoreflect.EnumType {
|
|
return &file_mapfixes_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x MapfixStatus) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use MapfixStatus.Descriptor instead.
|
|
func (MapfixStatus) EnumDescriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type MapfixIdList struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID []int64 `protobuf:"varint,1,rep,packed,name=ID,proto3" json:"ID,omitempty"`
|
|
}
|
|
|
|
func (x *MapfixIdList) Reset() {
|
|
*x = MapfixIdList{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MapfixIdList) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MapfixIdList) ProtoMessage() {}
|
|
|
|
func (x *MapfixIdList) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_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 MapfixIdList.ProtoReflect.Descriptor instead.
|
|
func (*MapfixIdList) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *MapfixIdList) GetID() []int64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MapfixId struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
}
|
|
|
|
func (x *MapfixId) Reset() {
|
|
*x = MapfixId{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MapfixId) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MapfixId) ProtoMessage() {}
|
|
|
|
func (x *MapfixId) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_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 MapfixId.ProtoReflect.Descriptor instead.
|
|
func (*MapfixId) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *MapfixId) GetID() int64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MapfixResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
DisplayName string `protobuf:"bytes,2,opt,name=DisplayName,proto3" json:"DisplayName,omitempty"`
|
|
Creator string `protobuf:"bytes,3,opt,name=Creator,proto3" json:"Creator,omitempty"`
|
|
GameID uint32 `protobuf:"varint,4,opt,name=GameID,proto3" json:"GameID,omitempty"`
|
|
CreatedAt int64 `protobuf:"varint,5,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"`
|
|
UpdatedAt int64 `protobuf:"varint,6,opt,name=UpdatedAt,proto3" json:"UpdatedAt,omitempty"`
|
|
Submitter uint64 `protobuf:"varint,7,opt,name=Submitter,proto3" json:"Submitter,omitempty"`
|
|
AssetID uint64 `protobuf:"varint,8,opt,name=AssetID,proto3" json:"AssetID,omitempty"`
|
|
AssetVersion uint64 `protobuf:"varint,9,opt,name=AssetVersion,proto3" json:"AssetVersion,omitempty"`
|
|
ValidatedAssetID *uint64 `protobuf:"varint,10,opt,name=ValidatedAssetID,proto3,oneof" json:"ValidatedAssetID,omitempty"`
|
|
ValidatedAssetVersion *uint64 `protobuf:"varint,11,opt,name=ValidatedAssetVersion,proto3,oneof" json:"ValidatedAssetVersion,omitempty"`
|
|
TargetAssetID uint64 `protobuf:"varint,12,opt,name=TargetAssetID,proto3" json:"TargetAssetID,omitempty"`
|
|
StatusID MapfixStatus `protobuf:"varint,13,opt,name=StatusID,proto3,enum=mapfixes.MapfixStatus" json:"StatusID,omitempty"`
|
|
}
|
|
|
|
func (x *MapfixResponse) Reset() {
|
|
*x = MapfixResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MapfixResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MapfixResponse) ProtoMessage() {}
|
|
|
|
func (x *MapfixResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[2]
|
|
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 MapfixResponse.ProtoReflect.Descriptor instead.
|
|
func (*MapfixResponse) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *MapfixResponse) GetID() int64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetDisplayName() string {
|
|
if x != nil {
|
|
return x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MapfixResponse) GetCreator() string {
|
|
if x != nil {
|
|
return x.Creator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MapfixResponse) GetGameID() uint32 {
|
|
if x != nil {
|
|
return x.GameID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetCreatedAt() int64 {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetUpdatedAt() int64 {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetSubmitter() uint64 {
|
|
if x != nil {
|
|
return x.Submitter
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetAssetID() uint64 {
|
|
if x != nil {
|
|
return x.AssetID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetAssetVersion() uint64 {
|
|
if x != nil {
|
|
return x.AssetVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetValidatedAssetID() uint64 {
|
|
if x != nil && x.ValidatedAssetID != nil {
|
|
return *x.ValidatedAssetID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetValidatedAssetVersion() uint64 {
|
|
if x != nil && x.ValidatedAssetVersion != nil {
|
|
return *x.ValidatedAssetVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetTargetAssetID() uint64 {
|
|
if x != nil {
|
|
return x.TargetAssetID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixResponse) GetStatusID() MapfixStatus {
|
|
if x != nil {
|
|
return x.StatusID
|
|
}
|
|
return MapfixStatus_MapfixStatusUnderConstruction
|
|
}
|
|
|
|
type MapfixFilter struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StatusID *MapfixStatus `protobuf:"varint,1,opt,name=StatusID,proto3,enum=mapfixes.MapfixStatus,oneof" json:"StatusID,omitempty"`
|
|
DisplayName *string `protobuf:"bytes,2,opt,name=DisplayName,proto3,oneof" json:"DisplayName,omitempty"`
|
|
Creator *string `protobuf:"bytes,3,opt,name=Creator,proto3,oneof" json:"Creator,omitempty"`
|
|
GameID *uint32 `protobuf:"varint,4,opt,name=GameID,proto3,oneof" json:"GameID,omitempty"`
|
|
Submitter *uint64 `protobuf:"varint,5,opt,name=Submitter,proto3,oneof" json:"Submitter,omitempty"`
|
|
}
|
|
|
|
func (x *MapfixFilter) Reset() {
|
|
*x = MapfixFilter{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MapfixFilter) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MapfixFilter) ProtoMessage() {}
|
|
|
|
func (x *MapfixFilter) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[3]
|
|
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 MapfixFilter.ProtoReflect.Descriptor instead.
|
|
func (*MapfixFilter) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *MapfixFilter) GetStatusID() MapfixStatus {
|
|
if x != nil && x.StatusID != nil {
|
|
return *x.StatusID
|
|
}
|
|
return MapfixStatus_MapfixStatusUnderConstruction
|
|
}
|
|
|
|
func (x *MapfixFilter) GetDisplayName() string {
|
|
if x != nil && x.DisplayName != nil {
|
|
return *x.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MapfixFilter) GetCreator() string {
|
|
if x != nil && x.Creator != nil {
|
|
return *x.Creator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *MapfixFilter) GetGameID() uint32 {
|
|
if x != nil && x.GameID != nil {
|
|
return *x.GameID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MapfixFilter) GetSubmitter() uint64 {
|
|
if x != nil && x.Submitter != nil {
|
|
return *x.Submitter
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MapfixList struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mapfixes []*MapfixResponse `protobuf:"bytes,1,rep,name=Mapfixes,proto3" json:"Mapfixes,omitempty"`
|
|
}
|
|
|
|
func (x *MapfixList) Reset() {
|
|
*x = MapfixList{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MapfixList) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MapfixList) ProtoMessage() {}
|
|
|
|
func (x *MapfixList) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[4]
|
|
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 MapfixList.ProtoReflect.Descriptor instead.
|
|
func (*MapfixList) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *MapfixList) GetMapfixes() []*MapfixResponse {
|
|
if x != nil {
|
|
return x.Mapfixes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Filter *MapfixFilter `protobuf:"bytes,1,opt,name=Filter,proto3" json:"Filter,omitempty"`
|
|
Page *Pagination `protobuf:"bytes,2,opt,name=Page,proto3" json:"Page,omitempty"`
|
|
}
|
|
|
|
func (x *ListRequest) Reset() {
|
|
*x = ListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListRequest) ProtoMessage() {}
|
|
|
|
func (x *ListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[5]
|
|
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 ListRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListRequest) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ListRequest) GetFilter() *MapfixFilter {
|
|
if x != nil {
|
|
return x.Filter
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ListRequest) GetPage() *Pagination {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Pagination struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Size uint32 `protobuf:"varint,1,opt,name=Size,proto3" json:"Size,omitempty"`
|
|
Number uint32 `protobuf:"varint,2,opt,name=Number,proto3" json:"Number,omitempty"`
|
|
}
|
|
|
|
func (x *Pagination) Reset() {
|
|
*x = Pagination{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Pagination) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Pagination) ProtoMessage() {}
|
|
|
|
func (x *Pagination) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[6]
|
|
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 Pagination.ProtoReflect.Descriptor instead.
|
|
func (*Pagination) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *Pagination) GetSize() uint32 {
|
|
if x != nil {
|
|
return x.Size
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Pagination) GetNumber() uint32 {
|
|
if x != nil {
|
|
return x.Number
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type NullResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *NullResponse) Reset() {
|
|
*x = NullResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mapfixes_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *NullResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*NullResponse) ProtoMessage() {}
|
|
|
|
func (x *NullResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mapfixes_proto_msgTypes[7]
|
|
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 NullResponse.ProtoReflect.Descriptor instead.
|
|
func (*NullResponse) Descriptor() ([]byte, []int) {
|
|
return file_mapfixes_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
var File_mapfixes_proto protoreflect.FileDescriptor
|
|
|
|
var file_mapfixes_proto_rawDesc = []byte{
|
|
0x0a, 0x0e, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x12, 0x08, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x22, 0x1e, 0x0a, 0x0c, 0x4d, 0x61,
|
|
0x70, 0x66, 0x69, 0x78, 0x49, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44,
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x22, 0x1a, 0x0a, 0x08, 0x4d, 0x61,
|
|
0x70, 0x66, 0x69, 0x78, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x22, 0x81, 0x04, 0x0a, 0x0e, 0x4d, 0x61, 0x70, 0x66, 0x69,
|
|
0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x44, 0x69, 0x73,
|
|
0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x43,
|
|
0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x43, 0x72,
|
|
0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x12, 0x1c, 0x0a,
|
|
0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x75, 0x62,
|
|
0x6d, 0x69, 0x74, 0x74, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x53, 0x75,
|
|
0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x73, 0x73, 0x65, 0x74,
|
|
0x49, 0x44, 0x18, 0x08, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x41, 0x73, 0x73, 0x65, 0x74, 0x49,
|
|
0x44, 0x12, 0x22, 0x0a, 0x0c, 0x41, 0x73, 0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x41, 0x73, 0x73, 0x65, 0x74, 0x56, 0x65,
|
|
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x10, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x49, 0x44, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x48,
|
|
0x00, 0x52, 0x10, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x73, 0x73, 0x65,
|
|
0x74, 0x49, 0x44, 0x88, 0x01, 0x01, 0x12, 0x39, 0x0a, 0x15, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61,
|
|
0x74, 0x65, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
|
|
0x0b, 0x20, 0x01, 0x28, 0x04, 0x48, 0x01, 0x52, 0x15, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01,
|
|
0x01, 0x12, 0x24, 0x0a, 0x0d, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74,
|
|
0x49, 0x44, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74,
|
|
0x41, 0x73, 0x73, 0x65, 0x74, 0x49, 0x44, 0x12, 0x32, 0x0a, 0x08, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x49, 0x44, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x6d, 0x61, 0x70, 0x66,
|
|
0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x52, 0x08, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x44, 0x42, 0x13, 0x0a, 0x11, 0x5f,
|
|
0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x49, 0x44,
|
|
0x42, 0x18, 0x0a, 0x16, 0x5f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x73,
|
|
0x73, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x8f, 0x02, 0x0a, 0x0c, 0x4d,
|
|
0x61, 0x70, 0x66, 0x69, 0x78, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x37, 0x0a, 0x08, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e,
|
|
0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x48, 0x00, 0x52, 0x08, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49,
|
|
0x44, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x44, 0x69, 0x73,
|
|
0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x43,
|
|
0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x07,
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x47, 0x61,
|
|
0x6d, 0x65, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x03, 0x52, 0x06, 0x47, 0x61,
|
|
0x6d, 0x65, 0x49, 0x44, 0x88, 0x01, 0x01, 0x12, 0x21, 0x0a, 0x09, 0x53, 0x75, 0x62, 0x6d, 0x69,
|
|
0x74, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x48, 0x04, 0x52, 0x09, 0x53, 0x75,
|
|
0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x44, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x44, 0x69, 0x73, 0x70,
|
|
0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x43, 0x72, 0x65, 0x61,
|
|
0x74, 0x6f, 0x72, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x42, 0x0c,
|
|
0x0a, 0x0a, 0x5f, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x72, 0x22, 0x42, 0x0a, 0x0a,
|
|
0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x08, 0x4d, 0x61,
|
|
0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d,
|
|
0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x08, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73,
|
|
0x22, 0x67, 0x0a, 0x0b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
0x2e, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x16, 0x2e, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69,
|
|
0x78, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12,
|
|
0x28, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e,
|
|
0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x22, 0x38, 0x0a, 0x0a, 0x50, 0x61, 0x67,
|
|
0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x69, 0x7a, 0x65, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x4e,
|
|
0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x4e, 0x75, 0x6d,
|
|
0x62, 0x65, 0x72, 0x22, 0x0e, 0x0a, 0x0c, 0x4e, 0x75, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
0x6e, 0x73, 0x65, 0x2a, 0xea, 0x02, 0x0a, 0x0c, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x12, 0x21, 0x0a, 0x1d, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x75,
|
|
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x00, 0x12, 0x20, 0x0a, 0x1c, 0x4d, 0x61, 0x70, 0x66, 0x69,
|
|
0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x4d, 0x61, 0x70,
|
|
0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74,
|
|
0x69, 0x6e, 0x67, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x64, 0x10, 0x03,
|
|
0x12, 0x23, 0x0a, 0x1f, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x55, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61,
|
|
0x74, 0x65, 0x64, 0x10, 0x04, 0x12, 0x1a, 0x0a, 0x16, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x10,
|
|
0x05, 0x12, 0x19, 0x0a, 0x15, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x64, 0x10, 0x06, 0x12, 0x19, 0x0a, 0x15,
|
|
0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x6c, 0x6f,
|
|
0x61, 0x64, 0x69, 0x6e, 0x67, 0x10, 0x07, 0x12, 0x18, 0x0a, 0x14, 0x4d, 0x61, 0x70, 0x66, 0x69,
|
|
0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x65, 0x64, 0x10,
|
|
0x08, 0x12, 0x19, 0x0a, 0x15, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x10, 0x0b, 0x12, 0x18, 0x0a, 0x14,
|
|
0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x6a, 0x65,
|
|
0x63, 0x74, 0x65, 0x64, 0x10, 0x09, 0x12, 0x18, 0x0a, 0x14, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x64, 0x10, 0x0a,
|
|
0x32, 0xb4, 0x01, 0x0a, 0x0f, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x53, 0x65, 0x72,
|
|
0x76, 0x69, 0x63, 0x65, 0x12, 0x33, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x12, 0x2e, 0x6d, 0x61,
|
|
0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x49, 0x64, 0x1a,
|
|
0x18, 0x2e, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69,
|
|
0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x47, 0x65, 0x74,
|
|
0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x2e, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e,
|
|
0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x49, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x6d,
|
|
0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x4c, 0x69,
|
|
0x73, 0x74, 0x12, 0x33, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e, 0x6d, 0x61, 0x70,
|
|
0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x1a, 0x14, 0x2e, 0x6d, 0x61, 0x70, 0x66, 0x69, 0x78, 0x65, 0x73, 0x2e, 0x4d, 0x61, 0x70,
|
|
0x66, 0x69, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x2b, 0x5a, 0x29, 0x67, 0x69, 0x74, 0x2e, 0x69,
|
|
0x74, 0x7a, 0x61, 0x6e, 0x61, 0x2e, 0x6d, 0x65, 0x2f, 0x73, 0x74, 0x72, 0x61, 0x66, 0x65, 0x73,
|
|
0x6e, 0x65, 0x74, 0x2f, 0x67, 0x6f, 0x2d, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x6d, 0x61, 0x70, 0x66,
|
|
0x69, 0x78, 0x65, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_mapfixes_proto_rawDescOnce sync.Once
|
|
file_mapfixes_proto_rawDescData = file_mapfixes_proto_rawDesc
|
|
)
|
|
|
|
func file_mapfixes_proto_rawDescGZIP() []byte {
|
|
file_mapfixes_proto_rawDescOnce.Do(func() {
|
|
file_mapfixes_proto_rawDescData = protoimpl.X.CompressGZIP(file_mapfixes_proto_rawDescData)
|
|
})
|
|
return file_mapfixes_proto_rawDescData
|
|
}
|
|
|
|
var file_mapfixes_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
var file_mapfixes_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
|
var file_mapfixes_proto_goTypes = []interface{}{
|
|
(MapfixStatus)(0), // 0: mapfixes.MapfixStatus
|
|
(*MapfixIdList)(nil), // 1: mapfixes.MapfixIdList
|
|
(*MapfixId)(nil), // 2: mapfixes.MapfixId
|
|
(*MapfixResponse)(nil), // 3: mapfixes.MapfixResponse
|
|
(*MapfixFilter)(nil), // 4: mapfixes.MapfixFilter
|
|
(*MapfixList)(nil), // 5: mapfixes.MapfixList
|
|
(*ListRequest)(nil), // 6: mapfixes.ListRequest
|
|
(*Pagination)(nil), // 7: mapfixes.Pagination
|
|
(*NullResponse)(nil), // 8: mapfixes.NullResponse
|
|
}
|
|
var file_mapfixes_proto_depIdxs = []int32{
|
|
0, // 0: mapfixes.MapfixResponse.StatusID:type_name -> mapfixes.MapfixStatus
|
|
0, // 1: mapfixes.MapfixFilter.StatusID:type_name -> mapfixes.MapfixStatus
|
|
3, // 2: mapfixes.MapfixList.Mapfixes:type_name -> mapfixes.MapfixResponse
|
|
4, // 3: mapfixes.ListRequest.Filter:type_name -> mapfixes.MapfixFilter
|
|
7, // 4: mapfixes.ListRequest.Page:type_name -> mapfixes.Pagination
|
|
2, // 5: mapfixes.MapfixesService.Get:input_type -> mapfixes.MapfixId
|
|
1, // 6: mapfixes.MapfixesService.GetList:input_type -> mapfixes.MapfixIdList
|
|
6, // 7: mapfixes.MapfixesService.List:input_type -> mapfixes.ListRequest
|
|
3, // 8: mapfixes.MapfixesService.Get:output_type -> mapfixes.MapfixResponse
|
|
5, // 9: mapfixes.MapfixesService.GetList:output_type -> mapfixes.MapfixList
|
|
5, // 10: mapfixes.MapfixesService.List:output_type -> mapfixes.MapfixList
|
|
8, // [8:11] is the sub-list for method output_type
|
|
5, // [5:8] is the sub-list for method input_type
|
|
5, // [5:5] is the sub-list for extension type_name
|
|
5, // [5:5] is the sub-list for extension extendee
|
|
0, // [0:5] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_mapfixes_proto_init() }
|
|
func file_mapfixes_proto_init() {
|
|
if File_mapfixes_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_mapfixes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MapfixIdList); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MapfixId); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MapfixResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MapfixFilter); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MapfixList); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Pagination); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*NullResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
file_mapfixes_proto_msgTypes[2].OneofWrappers = []interface{}{}
|
|
file_mapfixes_proto_msgTypes[3].OneofWrappers = []interface{}{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_mapfixes_proto_rawDesc,
|
|
NumEnums: 1,
|
|
NumMessages: 8,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_mapfixes_proto_goTypes,
|
|
DependencyIndexes: file_mapfixes_proto_depIdxs,
|
|
EnumInfos: file_mapfixes_proto_enumTypes,
|
|
MessageInfos: file_mapfixes_proto_msgTypes,
|
|
}.Build()
|
|
File_mapfixes_proto = out.File
|
|
file_mapfixes_proto_rawDesc = nil
|
|
file_mapfixes_proto_goTypes = nil
|
|
file_mapfixes_proto_depIdxs = nil
|
|
}
|