| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.10
- // protoc v3.21.12
- // source: waCommonParameterised/WACommonParameterised.proto
- package waCommonParameterised
- import (
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- )
- 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 FutureProofBehavior int32
- const (
- FutureProofBehavior_PLACEHOLDER FutureProofBehavior = 0
- FutureProofBehavior_NO_PLACEHOLDER FutureProofBehavior = 1
- FutureProofBehavior_IGNORE FutureProofBehavior = 2
- )
- // Enum value maps for FutureProofBehavior.
- var (
- FutureProofBehavior_name = map[int32]string{
- 0: "PLACEHOLDER",
- 1: "NO_PLACEHOLDER",
- 2: "IGNORE",
- }
- FutureProofBehavior_value = map[string]int32{
- "PLACEHOLDER": 0,
- "NO_PLACEHOLDER": 1,
- "IGNORE": 2,
- }
- )
- func (x FutureProofBehavior) Enum() *FutureProofBehavior {
- p := new(FutureProofBehavior)
- *p = x
- return p
- }
- func (x FutureProofBehavior) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (FutureProofBehavior) Descriptor() protoreflect.EnumDescriptor {
- return file_waCommonParameterised_WACommonParameterised_proto_enumTypes[0].Descriptor()
- }
- func (FutureProofBehavior) Type() protoreflect.EnumType {
- return &file_waCommonParameterised_WACommonParameterised_proto_enumTypes[0]
- }
- func (x FutureProofBehavior) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *FutureProofBehavior) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = FutureProofBehavior(num)
- return nil
- }
- // Deprecated: Use FutureProofBehavior.Descriptor instead.
- func (FutureProofBehavior) EnumDescriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{0}
- }
- type Command_CommandType int32
- const (
- Command_EVERYONE Command_CommandType = 1
- Command_SILENT Command_CommandType = 2
- Command_AI Command_CommandType = 3
- Command_AI_IMAGINE Command_CommandType = 4
- )
- // Enum value maps for Command_CommandType.
- var (
- Command_CommandType_name = map[int32]string{
- 1: "EVERYONE",
- 2: "SILENT",
- 3: "AI",
- 4: "AI_IMAGINE",
- }
- Command_CommandType_value = map[string]int32{
- "EVERYONE": 1,
- "SILENT": 2,
- "AI": 3,
- "AI_IMAGINE": 4,
- }
- )
- func (x Command_CommandType) Enum() *Command_CommandType {
- p := new(Command_CommandType)
- *p = x
- return p
- }
- func (x Command_CommandType) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (Command_CommandType) Descriptor() protoreflect.EnumDescriptor {
- return file_waCommonParameterised_WACommonParameterised_proto_enumTypes[1].Descriptor()
- }
- func (Command_CommandType) Type() protoreflect.EnumType {
- return &file_waCommonParameterised_WACommonParameterised_proto_enumTypes[1]
- }
- func (x Command_CommandType) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *Command_CommandType) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = Command_CommandType(num)
- return nil
- }
- // Deprecated: Use Command_CommandType.Descriptor instead.
- func (Command_CommandType) EnumDescriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{1, 0}
- }
- type Mention_MentionType int32
- const (
- Mention_PROFILE Mention_MentionType = 0
- )
- // Enum value maps for Mention_MentionType.
- var (
- Mention_MentionType_name = map[int32]string{
- 0: "PROFILE",
- }
- Mention_MentionType_value = map[string]int32{
- "PROFILE": 0,
- }
- )
- func (x Mention_MentionType) Enum() *Mention_MentionType {
- p := new(Mention_MentionType)
- *p = x
- return p
- }
- func (x Mention_MentionType) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (Mention_MentionType) Descriptor() protoreflect.EnumDescriptor {
- return file_waCommonParameterised_WACommonParameterised_proto_enumTypes[2].Descriptor()
- }
- func (Mention_MentionType) Type() protoreflect.EnumType {
- return &file_waCommonParameterised_WACommonParameterised_proto_enumTypes[2]
- }
- func (x Mention_MentionType) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *Mention_MentionType) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = Mention_MentionType(num)
- return nil
- }
- // Deprecated: Use Mention_MentionType.Descriptor instead.
- func (Mention_MentionType) EnumDescriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{2, 0}
- }
- type MessageKey struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- RemoteJID *string `protobuf:"bytes,1,opt,name=remoteJID" json:"remoteJID,omitempty"`
- FromMe *bool `protobuf:"varint,2,opt,name=fromMe" json:"fromMe,omitempty"`
- ID *string `protobuf:"bytes,3,opt,name=ID" json:"ID,omitempty"`
- Participant *string `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *MessageKey) Reset() {
- *x = MessageKey{}
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *MessageKey) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*MessageKey) ProtoMessage() {}
- func (x *MessageKey) ProtoReflect() protoreflect.Message {
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[0]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use MessageKey.ProtoReflect.Descriptor instead.
- func (*MessageKey) Descriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{0}
- }
- func (x *MessageKey) GetRemoteJID() string {
- if x != nil && x.RemoteJID != nil {
- return *x.RemoteJID
- }
- return ""
- }
- func (x *MessageKey) GetFromMe() bool {
- if x != nil && x.FromMe != nil {
- return *x.FromMe
- }
- return false
- }
- func (x *MessageKey) GetID() string {
- if x != nil && x.ID != nil {
- return *x.ID
- }
- return ""
- }
- func (x *MessageKey) GetParticipant() string {
- if x != nil && x.Participant != nil {
- return *x.Participant
- }
- return ""
- }
- type Command struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- CommandType *Command_CommandType `protobuf:"varint,1,opt,name=commandType,enum=WACommonParameterised.Command_CommandType" json:"commandType,omitempty"`
- Offset *uint32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
- Length *uint32 `protobuf:"varint,3,opt,name=length" json:"length,omitempty"`
- ValidationToken *string `protobuf:"bytes,4,opt,name=validationToken" json:"validationToken,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Command) Reset() {
- *x = Command{}
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Command) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Command) ProtoMessage() {}
- func (x *Command) ProtoReflect() protoreflect.Message {
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[1]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Command.ProtoReflect.Descriptor instead.
- func (*Command) Descriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{1}
- }
- func (x *Command) GetCommandType() Command_CommandType {
- if x != nil && x.CommandType != nil {
- return *x.CommandType
- }
- return Command_EVERYONE
- }
- func (x *Command) GetOffset() uint32 {
- if x != nil && x.Offset != nil {
- return *x.Offset
- }
- return 0
- }
- func (x *Command) GetLength() uint32 {
- if x != nil && x.Length != nil {
- return *x.Length
- }
- return 0
- }
- func (x *Command) GetValidationToken() string {
- if x != nil && x.ValidationToken != nil {
- return *x.ValidationToken
- }
- return ""
- }
- type Mention struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- MentionType *Mention_MentionType `protobuf:"varint,1,opt,name=mentionType,enum=WACommonParameterised.Mention_MentionType" json:"mentionType,omitempty"`
- MentionedJID *string `protobuf:"bytes,2,opt,name=mentionedJID" json:"mentionedJID,omitempty"`
- Offset *uint32 `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
- Length *uint32 `protobuf:"varint,4,opt,name=length" json:"length,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Mention) Reset() {
- *x = Mention{}
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *Mention) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*Mention) ProtoMessage() {}
- func (x *Mention) ProtoReflect() protoreflect.Message {
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[2]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use Mention.ProtoReflect.Descriptor instead.
- func (*Mention) Descriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{2}
- }
- func (x *Mention) GetMentionType() Mention_MentionType {
- if x != nil && x.MentionType != nil {
- return *x.MentionType
- }
- return Mention_PROFILE
- }
- func (x *Mention) GetMentionedJID() string {
- if x != nil && x.MentionedJID != nil {
- return *x.MentionedJID
- }
- return ""
- }
- func (x *Mention) GetOffset() uint32 {
- if x != nil && x.Offset != nil {
- return *x.Offset
- }
- return 0
- }
- func (x *Mention) GetLength() uint32 {
- if x != nil && x.Length != nil {
- return *x.Length
- }
- return 0
- }
- type MessageText struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
- MentionedJID []string `protobuf:"bytes,2,rep,name=mentionedJID" json:"mentionedJID,omitempty"`
- Commands []*Command `protobuf:"bytes,3,rep,name=commands" json:"commands,omitempty"`
- Mentions []*Mention `protobuf:"bytes,4,rep,name=mentions" json:"mentions,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *MessageText) Reset() {
- *x = MessageText{}
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *MessageText) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*MessageText) ProtoMessage() {}
- func (x *MessageText) ProtoReflect() protoreflect.Message {
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[3]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use MessageText.ProtoReflect.Descriptor instead.
- func (*MessageText) Descriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{3}
- }
- func (x *MessageText) GetText() string {
- if x != nil && x.Text != nil {
- return *x.Text
- }
- return ""
- }
- func (x *MessageText) GetMentionedJID() []string {
- if x != nil {
- return x.MentionedJID
- }
- return nil
- }
- func (x *MessageText) GetCommands() []*Command {
- if x != nil {
- return x.Commands
- }
- return nil
- }
- func (x *MessageText) GetMentions() []*Mention {
- if x != nil {
- return x.Mentions
- }
- return nil
- }
- type SubProtocol struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Payload []byte `protobuf:"bytes,1,opt,name=payload" json:"payload,omitempty"`
- Version *int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SubProtocol) Reset() {
- *x = SubProtocol{}
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SubProtocol) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SubProtocol) ProtoMessage() {}
- func (x *SubProtocol) ProtoReflect() protoreflect.Message {
- mi := &file_waCommonParameterised_WACommonParameterised_proto_msgTypes[4]
- if x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use SubProtocol.ProtoReflect.Descriptor instead.
- func (*SubProtocol) Descriptor() ([]byte, []int) {
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP(), []int{4}
- }
- func (x *SubProtocol) GetPayload() []byte {
- if x != nil {
- return x.Payload
- }
- return nil
- }
- func (x *SubProtocol) GetVersion() int32 {
- if x != nil && x.Version != nil {
- return *x.Version
- }
- return 0
- }
- var File_waCommonParameterised_WACommonParameterised_proto protoreflect.FileDescriptor
- const file_waCommonParameterised_WACommonParameterised_proto_rawDesc = "" +
- "\n" +
- "1waCommonParameterised/WACommonParameterised.proto\x12\x15WACommonParameterised\"t\n" +
- "\n" +
- "MessageKey\x12\x1c\n" +
- "\tremoteJID\x18\x01 \x01(\tR\tremoteJID\x12\x16\n" +
- "\x06fromMe\x18\x02 \x01(\bR\x06fromMe\x12\x0e\n" +
- "\x02ID\x18\x03 \x01(\tR\x02ID\x12 \n" +
- "\vparticipant\x18\x04 \x01(\tR\vparticipant\"\xf2\x01\n" +
- "\aCommand\x12L\n" +
- "\vcommandType\x18\x01 \x01(\x0e2*.WACommonParameterised.Command.CommandTypeR\vcommandType\x12\x16\n" +
- "\x06offset\x18\x02 \x01(\rR\x06offset\x12\x16\n" +
- "\x06length\x18\x03 \x01(\rR\x06length\x12(\n" +
- "\x0fvalidationToken\x18\x04 \x01(\tR\x0fvalidationToken\"?\n" +
- "\vCommandType\x12\f\n" +
- "\bEVERYONE\x10\x01\x12\n" +
- "\n" +
- "\x06SILENT\x10\x02\x12\x06\n" +
- "\x02AI\x10\x03\x12\x0e\n" +
- "\n" +
- "AI_IMAGINE\x10\x04\"\xc7\x01\n" +
- "\aMention\x12L\n" +
- "\vmentionType\x18\x01 \x01(\x0e2*.WACommonParameterised.Mention.MentionTypeR\vmentionType\x12\"\n" +
- "\fmentionedJID\x18\x02 \x01(\tR\fmentionedJID\x12\x16\n" +
- "\x06offset\x18\x03 \x01(\rR\x06offset\x12\x16\n" +
- "\x06length\x18\x04 \x01(\rR\x06length\"\x1a\n" +
- "\vMentionType\x12\v\n" +
- "\aPROFILE\x10\x00\"\xbd\x01\n" +
- "\vMessageText\x12\x12\n" +
- "\x04text\x18\x01 \x01(\tR\x04text\x12\"\n" +
- "\fmentionedJID\x18\x02 \x03(\tR\fmentionedJID\x12:\n" +
- "\bcommands\x18\x03 \x03(\v2\x1e.WACommonParameterised.CommandR\bcommands\x12:\n" +
- "\bmentions\x18\x04 \x03(\v2\x1e.WACommonParameterised.MentionR\bmentions\"A\n" +
- "\vSubProtocol\x12\x18\n" +
- "\apayload\x18\x01 \x01(\fR\apayload\x12\x18\n" +
- "\aversion\x18\x02 \x01(\x05R\aversion*F\n" +
- "\x13FutureProofBehavior\x12\x0f\n" +
- "\vPLACEHOLDER\x10\x00\x12\x12\n" +
- "\x0eNO_PLACEHOLDER\x10\x01\x12\n" +
- "\n" +
- "\x06IGNORE\x10\x02B1Z/git.bobomao.top/joey/whatsmeow/proto/waCommonParameterised"
- var (
- file_waCommonParameterised_WACommonParameterised_proto_rawDescOnce sync.Once
- file_waCommonParameterised_WACommonParameterised_proto_rawDescData []byte
- )
- func file_waCommonParameterised_WACommonParameterised_proto_rawDescGZIP() []byte {
- file_waCommonParameterised_WACommonParameterised_proto_rawDescOnce.Do(func() {
- file_waCommonParameterised_WACommonParameterised_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waCommonParameterised_WACommonParameterised_proto_rawDesc), len(file_waCommonParameterised_WACommonParameterised_proto_rawDesc)))
- })
- return file_waCommonParameterised_WACommonParameterised_proto_rawDescData
- }
- var file_waCommonParameterised_WACommonParameterised_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
- var file_waCommonParameterised_WACommonParameterised_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
- var file_waCommonParameterised_WACommonParameterised_proto_goTypes = []any{
- (FutureProofBehavior)(0), // 0: WACommonParameterised.FutureProofBehavior
- (Command_CommandType)(0), // 1: WACommonParameterised.Command.CommandType
- (Mention_MentionType)(0), // 2: WACommonParameterised.Mention.MentionType
- (*MessageKey)(nil), // 3: WACommonParameterised.MessageKey
- (*Command)(nil), // 4: WACommonParameterised.Command
- (*Mention)(nil), // 5: WACommonParameterised.Mention
- (*MessageText)(nil), // 6: WACommonParameterised.MessageText
- (*SubProtocol)(nil), // 7: WACommonParameterised.SubProtocol
- }
- var file_waCommonParameterised_WACommonParameterised_proto_depIdxs = []int32{
- 1, // 0: WACommonParameterised.Command.commandType:type_name -> WACommonParameterised.Command.CommandType
- 2, // 1: WACommonParameterised.Mention.mentionType:type_name -> WACommonParameterised.Mention.MentionType
- 4, // 2: WACommonParameterised.MessageText.commands:type_name -> WACommonParameterised.Command
- 5, // 3: WACommonParameterised.MessageText.mentions:type_name -> WACommonParameterised.Mention
- 4, // [4:4] is the sub-list for method output_type
- 4, // [4:4] is the sub-list for method input_type
- 4, // [4:4] is the sub-list for extension type_name
- 4, // [4:4] is the sub-list for extension extendee
- 0, // [0:4] is the sub-list for field type_name
- }
- func init() { file_waCommonParameterised_WACommonParameterised_proto_init() }
- func file_waCommonParameterised_WACommonParameterised_proto_init() {
- if File_waCommonParameterised_WACommonParameterised_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_waCommonParameterised_WACommonParameterised_proto_rawDesc), len(file_waCommonParameterised_WACommonParameterised_proto_rawDesc)),
- NumEnums: 3,
- NumMessages: 5,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_waCommonParameterised_WACommonParameterised_proto_goTypes,
- DependencyIndexes: file_waCommonParameterised_WACommonParameterised_proto_depIdxs,
- EnumInfos: file_waCommonParameterised_WACommonParameterised_proto_enumTypes,
- MessageInfos: file_waCommonParameterised_WACommonParameterised_proto_msgTypes,
- }.Build()
- File_waCommonParameterised_WACommonParameterised_proto = out.File
- file_waCommonParameterised_WACommonParameterised_proto_goTypes = nil
- file_waCommonParameterised_WACommonParameterised_proto_depIdxs = nil
- }
|