1017 lines
31 KiB
Go
1017 lines
31 KiB
Go
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// protoc-gen-go v1.30.0
|
||
|
// protoc v3.21.12
|
||
|
// source: settings.proto
|
||
|
|
||
|
package binary
|
||
|
|
||
|
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 Settings struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Data *Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
|
||
|
OpCodeData *OpCodeData `protobuf:"bytes,3,opt,name=opCodeData,proto3" json:"opCodeData,omitempty"`
|
||
|
BoolFields *BooleanFields `protobuf:"bytes,4,opt,name=boolFields,proto3" json:"boolFields,omitempty"`
|
||
|
Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
|
||
|
Bool1 bool `protobuf:"varint,7,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
BoolFields2 *BooleanFields2 `protobuf:"bytes,8,opt,name=boolFields2,proto3" json:"boolFields2,omitempty"`
|
||
|
EmptyString string `protobuf:"bytes,9,opt,name=emptyString,proto3" json:"emptyString,omitempty"`
|
||
|
BoolFields3 *BooleanFields3 `protobuf:"bytes,10,opt,name=boolFields3,proto3" json:"boolFields3,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *Settings) Reset() {
|
||
|
*x = Settings{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[0]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *Settings) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*Settings) ProtoMessage() {}
|
||
|
|
||
|
func (x *Settings) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 Settings.ProtoReflect.Descriptor instead.
|
||
|
func (*Settings) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{0}
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetData() *Data {
|
||
|
if x != nil {
|
||
|
return x.Data
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetOpCodeData() *OpCodeData {
|
||
|
if x != nil {
|
||
|
return x.OpCodeData
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetBoolFields() *BooleanFields {
|
||
|
if x != nil {
|
||
|
return x.BoolFields
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetVersion() string {
|
||
|
if x != nil {
|
||
|
return x.Version
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetBoolFields2() *BooleanFields2 {
|
||
|
if x != nil {
|
||
|
return x.BoolFields2
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetEmptyString() string {
|
||
|
if x != nil {
|
||
|
return x.EmptyString
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *Settings) GetBoolFields3() *BooleanFields3 {
|
||
|
if x != nil {
|
||
|
return x.BoolFields3
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
type Data struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
BoolMsg *BoolMsg `protobuf:"bytes,3,opt,name=boolMsg,proto3" json:"boolMsg,omitempty"`
|
||
|
SimData *SimData `protobuf:"bytes,5,opt,name=simData,proto3" json:"simData,omitempty"`
|
||
|
Bool1 bool `protobuf:"varint,6,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
NoClue *NoClue `protobuf:"bytes,7,opt,name=noClue,proto3" json:"noClue,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *Data) Reset() {
|
||
|
*x = Data{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[1]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *Data) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*Data) ProtoMessage() {}
|
||
|
|
||
|
func (x *Data) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 Data.ProtoReflect.Descriptor instead.
|
||
|
func (*Data) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{1}
|
||
|
}
|
||
|
|
||
|
func (x *Data) GetBoolMsg() *BoolMsg {
|
||
|
if x != nil {
|
||
|
return x.BoolMsg
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Data) GetSimData() *SimData {
|
||
|
if x != nil {
|
||
|
return x.SimData
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Data) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *Data) GetNoClue() *NoClue {
|
||
|
if x != nil {
|
||
|
return x.NoClue
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
type BoolMsg struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Bool1 bool `protobuf:"varint,1,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *BoolMsg) Reset() {
|
||
|
*x = BoolMsg{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[2]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *BoolMsg) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*BoolMsg) ProtoMessage() {}
|
||
|
|
||
|
func (x *BoolMsg) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 BoolMsg.ProtoReflect.Descriptor instead.
|
||
|
func (*BoolMsg) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{2}
|
||
|
}
|
||
|
|
||
|
func (x *BoolMsg) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
type SimData struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
UnknownMessage *UnknownMessage `protobuf:"bytes,1,opt,name=unknownMessage,proto3" json:"unknownMessage,omitempty"`
|
||
|
Bool1 bool `protobuf:"varint,2,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
CarrierName string `protobuf:"bytes,3,opt,name=carrierName,proto3" json:"carrierName,omitempty"`
|
||
|
HexHash string `protobuf:"bytes,4,opt,name=hexHash,proto3" json:"hexHash,omitempty"`
|
||
|
Int1 int64 `protobuf:"varint,5,opt,name=int1,proto3" json:"int1,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *SimData) Reset() {
|
||
|
*x = SimData{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[3]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *SimData) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*SimData) ProtoMessage() {}
|
||
|
|
||
|
func (x *SimData) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 SimData.ProtoReflect.Descriptor instead.
|
||
|
func (*SimData) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{3}
|
||
|
}
|
||
|
|
||
|
func (x *SimData) GetUnknownMessage() *UnknownMessage {
|
||
|
if x != nil {
|
||
|
return x.UnknownMessage
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *SimData) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *SimData) GetCarrierName() string {
|
||
|
if x != nil {
|
||
|
return x.CarrierName
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *SimData) GetHexHash() string {
|
||
|
if x != nil {
|
||
|
return x.HexHash
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *SimData) GetInt1() int64 {
|
||
|
if x != nil {
|
||
|
return x.Int1
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
type UnknownMessage struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Int1 int64 `protobuf:"varint,1,opt,name=int1,proto3" json:"int1,omitempty"`
|
||
|
Int2 int64 `protobuf:"varint,2,opt,name=int2,proto3" json:"int2,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *UnknownMessage) Reset() {
|
||
|
*x = UnknownMessage{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[4]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *UnknownMessage) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*UnknownMessage) ProtoMessage() {}
|
||
|
|
||
|
func (x *UnknownMessage) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 UnknownMessage.ProtoReflect.Descriptor instead.
|
||
|
func (*UnknownMessage) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{4}
|
||
|
}
|
||
|
|
||
|
func (x *UnknownMessage) GetInt1() int64 {
|
||
|
if x != nil {
|
||
|
return x.Int1
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
func (x *UnknownMessage) GetInt2() int64 {
|
||
|
if x != nil {
|
||
|
return x.Int2
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
type NoClue struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Count string `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *NoClue) Reset() {
|
||
|
*x = NoClue{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[5]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *NoClue) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*NoClue) ProtoMessage() {}
|
||
|
|
||
|
func (x *NoClue) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 NoClue.ProtoReflect.Descriptor instead.
|
||
|
func (*NoClue) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{5}
|
||
|
}
|
||
|
|
||
|
func (x *NoClue) GetCount() string {
|
||
|
if x != nil {
|
||
|
return x.Count
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
type OpCodeData struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Field7 bool `protobuf:"varint,7,opt,name=field7,proto3" json:"field7,omitempty"`
|
||
|
JsonData string `protobuf:"bytes,16,opt,name=jsonData,proto3" json:"jsonData,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *OpCodeData) Reset() {
|
||
|
*x = OpCodeData{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[6]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *OpCodeData) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*OpCodeData) ProtoMessage() {}
|
||
|
|
||
|
func (x *OpCodeData) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 OpCodeData.ProtoReflect.Descriptor instead.
|
||
|
func (*OpCodeData) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{6}
|
||
|
}
|
||
|
|
||
|
func (x *OpCodeData) GetField7() bool {
|
||
|
if x != nil {
|
||
|
return x.Field7
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *OpCodeData) GetJsonData() string {
|
||
|
if x != nil {
|
||
|
return x.JsonData
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
type BooleanFields struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Bool1 bool `protobuf:"varint,1,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
Bool2 bool `protobuf:"varint,2,opt,name=bool2,proto3" json:"bool2,omitempty"`
|
||
|
Bool3 bool `protobuf:"varint,3,opt,name=bool3,proto3" json:"bool3,omitempty"`
|
||
|
Bool4 bool `protobuf:"varint,4,opt,name=bool4,proto3" json:"bool4,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) Reset() {
|
||
|
*x = BooleanFields{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[7]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*BooleanFields) ProtoMessage() {}
|
||
|
|
||
|
func (x *BooleanFields) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 BooleanFields.ProtoReflect.Descriptor instead.
|
||
|
func (*BooleanFields) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{7}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) GetBool2() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool2
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) GetBool3() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool3
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields) GetBool4() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool4
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
type BooleanFields2 struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Bool1 bool `protobuf:"varint,1,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
Bool2 bool `protobuf:"varint,2,opt,name=bool2,proto3" json:"bool2,omitempty"`
|
||
|
BoolMsg1 *BoolMsg `protobuf:"bytes,3,opt,name=boolMsg1,proto3" json:"boolMsg1,omitempty"`
|
||
|
BoolMsg2 *BoolMsg `protobuf:"bytes,5,opt,name=boolMsg2,proto3" json:"boolMsg2,omitempty"`
|
||
|
Bool3 bool `protobuf:"varint,6,opt,name=bool3,proto3" json:"bool3,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) Reset() {
|
||
|
*x = BooleanFields2{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[8]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*BooleanFields2) ProtoMessage() {}
|
||
|
|
||
|
func (x *BooleanFields2) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_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 BooleanFields2.ProtoReflect.Descriptor instead.
|
||
|
func (*BooleanFields2) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{8}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) GetBool2() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool2
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) GetBoolMsg1() *BoolMsg {
|
||
|
if x != nil {
|
||
|
return x.BoolMsg1
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) GetBoolMsg2() *BoolMsg {
|
||
|
if x != nil {
|
||
|
return x.BoolMsg2
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields2) GetBool3() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool3
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
type BooleanFields3 struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Bool1 bool `protobuf:"varint,1,opt,name=bool1,proto3" json:"bool1,omitempty"`
|
||
|
Bool3 bool `protobuf:"varint,3,opt,name=bool3,proto3" json:"bool3,omitempty"`
|
||
|
Bool4 bool `protobuf:"varint,4,opt,name=bool4,proto3" json:"bool4,omitempty"`
|
||
|
Bool5 bool `protobuf:"varint,5,opt,name=bool5,proto3" json:"bool5,omitempty"`
|
||
|
Bool6 bool `protobuf:"varint,6,opt,name=bool6,proto3" json:"bool6,omitempty"`
|
||
|
Bool7 bool `protobuf:"varint,7,opt,name=bool7,proto3" json:"bool7,omitempty"`
|
||
|
Bool8 bool `protobuf:"varint,8,opt,name=bool8,proto3" json:"bool8,omitempty"`
|
||
|
Bool9 bool `protobuf:"varint,9,opt,name=bool9,proto3" json:"bool9,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) Reset() {
|
||
|
*x = BooleanFields3{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_settings_proto_msgTypes[9]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*BooleanFields3) ProtoMessage() {}
|
||
|
|
||
|
func (x *BooleanFields3) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_settings_proto_msgTypes[9]
|
||
|
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 BooleanFields3.ProtoReflect.Descriptor instead.
|
||
|
func (*BooleanFields3) Descriptor() ([]byte, []int) {
|
||
|
return file_settings_proto_rawDescGZIP(), []int{9}
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool1() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool1
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool3() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool3
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool4() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool4
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool5() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool5
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool6() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool6
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool7() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool7
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool8() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool8
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
func (x *BooleanFields3) GetBool9() bool {
|
||
|
if x != nil {
|
||
|
return x.Bool9
|
||
|
}
|
||
|
return false
|
||
|
}
|
||
|
|
||
|
var File_settings_proto protoreflect.FileDescriptor
|
||
|
|
||
|
var file_settings_proto_rawDesc = []byte{
|
||
|
0x0a, 0x0e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||
|
0x12, 0x08, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x22, 0xe7, 0x02, 0x0a, 0x08, 0x53,
|
||
|
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x22, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
||
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
||
|
0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x34, 0x0a, 0x0a, 0x6f,
|
||
|
0x70, 0x43, 0x6f, 0x64, 0x65, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||
|
0x14, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4f, 0x70, 0x43, 0x6f, 0x64,
|
||
|
0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0a, 0x6f, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x44, 0x61, 0x74,
|
||
|
0x61, 0x12, 0x37, 0x0a, 0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18,
|
||
|
0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73,
|
||
|
0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x0a,
|
||
|
0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65,
|
||
|
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72,
|
||
|
0x73, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x18, 0x07, 0x20,
|
||
|
0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x3a, 0x0a, 0x0b, 0x62, 0x6f,
|
||
|
0x6f, 0x6c, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x32, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
||
|
0x18, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x65,
|
||
|
0x61, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x32, 0x52, 0x0b, 0x62, 0x6f, 0x6f, 0x6c, 0x46,
|
||
|
0x69, 0x65, 0x6c, 0x64, 0x73, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x53,
|
||
|
0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x6d, 0x70,
|
||
|
0x74, 0x79, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x3a, 0x0a, 0x0b, 0x62, 0x6f, 0x6f, 0x6c,
|
||
|
0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x33, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e,
|
||
|
0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e,
|
||
|
0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x33, 0x52, 0x0b, 0x62, 0x6f, 0x6f, 0x6c, 0x46, 0x69, 0x65,
|
||
|
0x6c, 0x64, 0x73, 0x33, 0x22, 0xa0, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2b, 0x0a,
|
||
|
0x07, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11,
|
||
|
0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x4d, 0x73,
|
||
|
0x67, 0x52, 0x07, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x12, 0x2b, 0x0a, 0x07, 0x73, 0x69,
|
||
|
0x6d, 0x44, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x73, 0x65,
|
||
|
0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x69, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07,
|
||
|
0x73, 0x69, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31,
|
||
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x28, 0x0a,
|
||
|
0x06, 0x6e, 0x6f, 0x43, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e,
|
||
|
0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4e, 0x6f, 0x43, 0x6c, 0x75, 0x65, 0x52,
|
||
|
0x06, 0x6e, 0x6f, 0x43, 0x6c, 0x75, 0x65, 0x22, 0x1f, 0x0a, 0x07, 0x42, 0x6f, 0x6f, 0x6c, 0x4d,
|
||
|
0x73, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28,
|
||
|
0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x22, 0xb1, 0x01, 0x0a, 0x07, 0x53, 0x69, 0x6d,
|
||
|
0x44, 0x61, 0x74, 0x61, 0x12, 0x40, 0x0a, 0x0e, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x4d,
|
||
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73,
|
||
|
0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x4d,
|
||
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0e, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x4d,
|
||
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x18,
|
||
|
0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x20, 0x0a, 0x0b,
|
||
|
0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
||
|
0x09, 0x52, 0x0b, 0x63, 0x61, 0x72, 0x72, 0x69, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
|
||
|
0x0a, 0x07, 0x68, 0x65, 0x78, 0x48, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||
|
0x07, 0x68, 0x65, 0x78, 0x48, 0x61, 0x73, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x74, 0x31,
|
||
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x69, 0x6e, 0x74, 0x31, 0x22, 0x38, 0x0a, 0x0e,
|
||
|
0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12,
|
||
|
0x0a, 0x04, 0x69, 0x6e, 0x74, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x69, 0x6e,
|
||
|
0x74, 0x31, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x74, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
||
|
0x52, 0x04, 0x69, 0x6e, 0x74, 0x32, 0x22, 0x1e, 0x0a, 0x06, 0x4e, 0x6f, 0x43, 0x6c, 0x75, 0x65,
|
||
|
0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||
|
0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x40, 0x0a, 0x0a, 0x4f, 0x70, 0x43, 0x6f, 0x64, 0x65,
|
||
|
0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x18, 0x07,
|
||
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x12, 0x1a, 0x0a, 0x08,
|
||
|
0x6a, 0x73, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
||
|
0x6a, 0x73, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x22, 0x67, 0x0a, 0x0d, 0x42, 0x6f, 0x6f, 0x6c,
|
||
|
0x65, 0x61, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f,
|
||
|
0x6c, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12,
|
||
|
0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
|
||
|
0x62, 0x6f, 0x6f, 0x6c, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x33, 0x18, 0x03,
|
||
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x33, 0x12, 0x14, 0x0a, 0x05, 0x62,
|
||
|
0x6f, 0x6f, 0x6c, 0x34, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c,
|
||
|
0x34, 0x22, 0xb0, 0x01, 0x0a, 0x0e, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x46, 0x69, 0x65,
|
||
|
0x6c, 0x64, 0x73, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x18, 0x01, 0x20,
|
||
|
0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f,
|
||
|
0x6f, 0x6c, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x32,
|
||
|
0x12, 0x2d, 0x0a, 0x08, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x31, 0x18, 0x03, 0x20, 0x01,
|
||
|
0x28, 0x0b, 0x32, 0x11, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x42, 0x6f,
|
||
|
0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x52, 0x08, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x31, 0x12,
|
||
|
0x2d, 0x0a, 0x08, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28,
|
||
|
0x0b, 0x32, 0x11, 0x2e, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x42, 0x6f, 0x6f,
|
||
|
0x6c, 0x4d, 0x73, 0x67, 0x52, 0x08, 0x62, 0x6f, 0x6f, 0x6c, 0x4d, 0x73, 0x67, 0x32, 0x12, 0x14,
|
||
|
0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x33, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62,
|
||
|
0x6f, 0x6f, 0x6c, 0x33, 0x22, 0xc0, 0x01, 0x0a, 0x0e, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e,
|
||
|
0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x33, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31,
|
||
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x31, 0x12, 0x14, 0x0a,
|
||
|
0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f,
|
||
|
0x6f, 0x6c, 0x33, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x34, 0x18, 0x04, 0x20, 0x01,
|
||
|
0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x34, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f,
|
||
|
0x6c, 0x35, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x35, 0x12,
|
||
|
0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x36, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
|
||
|
0x62, 0x6f, 0x6f, 0x6c, 0x36, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x37, 0x18, 0x07,
|
||
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x37, 0x12, 0x14, 0x0a, 0x05, 0x62,
|
||
|
0x6f, 0x6f, 0x6c, 0x38, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c,
|
||
|
0x38, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x39, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08,
|
||
|
0x52, 0x05, 0x62, 0x6f, 0x6f, 0x6c, 0x39, 0x42, 0x0e, 0x5a, 0x0c, 0x2e, 0x2e, 0x2f, 0x2e, 0x2e,
|
||
|
0x2f, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||
|
}
|
||
|
|
||
|
var (
|
||
|
file_settings_proto_rawDescOnce sync.Once
|
||
|
file_settings_proto_rawDescData = file_settings_proto_rawDesc
|
||
|
)
|
||
|
|
||
|
func file_settings_proto_rawDescGZIP() []byte {
|
||
|
file_settings_proto_rawDescOnce.Do(func() {
|
||
|
file_settings_proto_rawDescData = protoimpl.X.CompressGZIP(file_settings_proto_rawDescData)
|
||
|
})
|
||
|
return file_settings_proto_rawDescData
|
||
|
}
|
||
|
|
||
|
var file_settings_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
||
|
var file_settings_proto_goTypes = []interface{}{
|
||
|
(*Settings)(nil), // 0: settings.Settings
|
||
|
(*Data)(nil), // 1: settings.Data
|
||
|
(*BoolMsg)(nil), // 2: settings.BoolMsg
|
||
|
(*SimData)(nil), // 3: settings.SimData
|
||
|
(*UnknownMessage)(nil), // 4: settings.UnknownMessage
|
||
|
(*NoClue)(nil), // 5: settings.NoClue
|
||
|
(*OpCodeData)(nil), // 6: settings.OpCodeData
|
||
|
(*BooleanFields)(nil), // 7: settings.BooleanFields
|
||
|
(*BooleanFields2)(nil), // 8: settings.BooleanFields2
|
||
|
(*BooleanFields3)(nil), // 9: settings.BooleanFields3
|
||
|
}
|
||
|
var file_settings_proto_depIdxs = []int32{
|
||
|
1, // 0: settings.Settings.data:type_name -> settings.Data
|
||
|
6, // 1: settings.Settings.opCodeData:type_name -> settings.OpCodeData
|
||
|
7, // 2: settings.Settings.boolFields:type_name -> settings.BooleanFields
|
||
|
8, // 3: settings.Settings.boolFields2:type_name -> settings.BooleanFields2
|
||
|
9, // 4: settings.Settings.boolFields3:type_name -> settings.BooleanFields3
|
||
|
2, // 5: settings.Data.boolMsg:type_name -> settings.BoolMsg
|
||
|
3, // 6: settings.Data.simData:type_name -> settings.SimData
|
||
|
5, // 7: settings.Data.noClue:type_name -> settings.NoClue
|
||
|
4, // 8: settings.SimData.unknownMessage:type_name -> settings.UnknownMessage
|
||
|
2, // 9: settings.BooleanFields2.boolMsg1:type_name -> settings.BoolMsg
|
||
|
2, // 10: settings.BooleanFields2.boolMsg2:type_name -> settings.BoolMsg
|
||
|
11, // [11:11] is the sub-list for method output_type
|
||
|
11, // [11:11] is the sub-list for method input_type
|
||
|
11, // [11:11] is the sub-list for extension type_name
|
||
|
11, // [11:11] is the sub-list for extension extendee
|
||
|
0, // [0:11] is the sub-list for field type_name
|
||
|
}
|
||
|
|
||
|
func init() { file_settings_proto_init() }
|
||
|
func file_settings_proto_init() {
|
||
|
if File_settings_proto != nil {
|
||
|
return
|
||
|
}
|
||
|
if !protoimpl.UnsafeEnabled {
|
||
|
file_settings_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*Settings); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*Data); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*BoolMsg); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*SimData); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*UnknownMessage); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*NoClue); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*OpCodeData); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*BooleanFields); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*BooleanFields2); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_settings_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*BooleanFields3); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
type x struct{}
|
||
|
out := protoimpl.TypeBuilder{
|
||
|
File: protoimpl.DescBuilder{
|
||
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||
|
RawDescriptor: file_settings_proto_rawDesc,
|
||
|
NumEnums: 0,
|
||
|
NumMessages: 10,
|
||
|
NumExtensions: 0,
|
||
|
NumServices: 0,
|
||
|
},
|
||
|
GoTypes: file_settings_proto_goTypes,
|
||
|
DependencyIndexes: file_settings_proto_depIdxs,
|
||
|
MessageInfos: file_settings_proto_msgTypes,
|
||
|
}.Build()
|
||
|
File_settings_proto = out.File
|
||
|
file_settings_proto_rawDesc = nil
|
||
|
file_settings_proto_goTypes = nil
|
||
|
file_settings_proto_depIdxs = nil
|
||
|
}
|