123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.6
- // protoc v3.19.4
- // source: wecom/WPullMySnsListTaskResultNotice.proto
- package wecom
- import (
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- unsafe "unsafe"
- )
- 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 PullMySnsListTaskResultNoticeMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` //
- Success bool `protobuf:"varint,2,opt,name=Success,proto3" json:"Success,omitempty"` // 是否成功
- ErrMsg string `protobuf:"bytes,3,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"` // 错误内容描述 获取 成功时附带的结果内容
- SnsList []*SnsInfoMessage `protobuf:"bytes,4,rep,name=SnsList,proto3" json:"SnsList,omitempty"`
- NextSeq int64 `protobuf:"varint,5,opt,name=NextSeq,proto3" json:"NextSeq,omitempty"` // 下一页起始Seq
- TaskId int64 `protobuf:"varint,6,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *PullMySnsListTaskResultNoticeMessage) Reset() {
- *x = PullMySnsListTaskResultNoticeMessage{}
- mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *PullMySnsListTaskResultNoticeMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*PullMySnsListTaskResultNoticeMessage) ProtoMessage() {}
- func (x *PullMySnsListTaskResultNoticeMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPullMySnsListTaskResultNotice_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 PullMySnsListTaskResultNoticeMessage.ProtoReflect.Descriptor instead.
- func (*PullMySnsListTaskResultNoticeMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{0}
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetWxId() int64 {
- if x != nil {
- return x.WxId
- }
- return 0
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetSuccess() bool {
- if x != nil {
- return x.Success
- }
- return false
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetErrMsg() string {
- if x != nil {
- return x.ErrMsg
- }
- return ""
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetSnsList() []*SnsInfoMessage {
- if x != nil {
- return x.SnsList
- }
- return nil
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetNextSeq() int64 {
- if x != nil {
- return x.NextSeq
- }
- return 0
- }
- func (x *PullMySnsListTaskResultNoticeMessage) GetTaskId() int64 {
- if x != nil {
- return x.TaskId
- }
- return 0
- }
- type SnsInfoMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Author int64 `protobuf:"varint,1,opt,name=Author,proto3" json:"Author,omitempty"`
- Content string `protobuf:"bytes,2,opt,name=Content,proto3" json:"Content,omitempty"`
- Images []*SnsMediaInfoMessage `protobuf:"bytes,3,rep,name=Images,proto3" json:"Images,omitempty"`
- Link *SnsMediaInfoMessage `protobuf:"bytes,4,opt,name=Link,proto3" json:"Link,omitempty"`
- Video *SnsMediaInfoMessage `protobuf:"bytes,5,opt,name=Video,proto3" json:"Video,omitempty"`
- Comments []*SnsCommentMessage `protobuf:"bytes,6,rep,name=Comments,proto3" json:"Comments,omitempty"`
- Likes []*SnsLikeMessage `protobuf:"bytes,7,rep,name=Likes,proto3" json:"Likes,omitempty"`
- SnsId int64 `protobuf:"varint,8,opt,name=SnsId,proto3" json:"SnsId,omitempty"`
- Time int32 `protobuf:"varint,9,opt,name=Time,proto3" json:"Time,omitempty"`
- PostId string `protobuf:"bytes,10,opt,name=PostId,proto3" json:"PostId,omitempty"`
- Type int32 `protobuf:"varint,11,opt,name=Type,proto3" json:"Type,omitempty"` // 0 员工发表,2 企业发表
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SnsInfoMessage) Reset() {
- *x = SnsInfoMessage{}
- mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SnsInfoMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SnsInfoMessage) ProtoMessage() {}
- func (x *SnsInfoMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPullMySnsListTaskResultNotice_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 SnsInfoMessage.ProtoReflect.Descriptor instead.
- func (*SnsInfoMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{1}
- }
- func (x *SnsInfoMessage) GetAuthor() int64 {
- if x != nil {
- return x.Author
- }
- return 0
- }
- func (x *SnsInfoMessage) GetContent() string {
- if x != nil {
- return x.Content
- }
- return ""
- }
- func (x *SnsInfoMessage) GetImages() []*SnsMediaInfoMessage {
- if x != nil {
- return x.Images
- }
- return nil
- }
- func (x *SnsInfoMessage) GetLink() *SnsMediaInfoMessage {
- if x != nil {
- return x.Link
- }
- return nil
- }
- func (x *SnsInfoMessage) GetVideo() *SnsMediaInfoMessage {
- if x != nil {
- return x.Video
- }
- return nil
- }
- func (x *SnsInfoMessage) GetComments() []*SnsCommentMessage {
- if x != nil {
- return x.Comments
- }
- return nil
- }
- func (x *SnsInfoMessage) GetLikes() []*SnsLikeMessage {
- if x != nil {
- return x.Likes
- }
- return nil
- }
- func (x *SnsInfoMessage) GetSnsId() int64 {
- if x != nil {
- return x.SnsId
- }
- return 0
- }
- func (x *SnsInfoMessage) GetTime() int32 {
- if x != nil {
- return x.Time
- }
- return 0
- }
- func (x *SnsInfoMessage) GetPostId() string {
- if x != nil {
- return x.PostId
- }
- return ""
- }
- func (x *SnsInfoMessage) GetType() int32 {
- if x != nil {
- return x.Type
- }
- return 0
- }
- type SnsMediaInfoMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- ThumbImg string `protobuf:"bytes,1,opt,name=ThumbImg,proto3" json:"ThumbImg,omitempty"` // 缩略图地址
- Url string `protobuf:"bytes,2,opt,name=Url,proto3" json:"Url,omitempty"` // 大图地址,链接地址 视频地址等
- Desc string `protobuf:"bytes,3,opt,name=Desc,proto3" json:"Desc,omitempty"` // 描述,标题等
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SnsMediaInfoMessage) Reset() {
- *x = SnsMediaInfoMessage{}
- mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SnsMediaInfoMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SnsMediaInfoMessage) ProtoMessage() {}
- func (x *SnsMediaInfoMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPullMySnsListTaskResultNotice_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 SnsMediaInfoMessage.ProtoReflect.Descriptor instead.
- func (*SnsMediaInfoMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{2}
- }
- func (x *SnsMediaInfoMessage) GetThumbImg() string {
- if x != nil {
- return x.ThumbImg
- }
- return ""
- }
- func (x *SnsMediaInfoMessage) GetUrl() string {
- if x != nil {
- return x.Url
- }
- return ""
- }
- func (x *SnsMediaInfoMessage) GetDesc() string {
- if x != nil {
- return x.Desc
- }
- return ""
- }
- type SnsCommentMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- FriendId int64 `protobuf:"varint,1,opt,name=FriendId,proto3" json:"FriendId,omitempty"` // 评论人的微信号
- Content string `protobuf:"bytes,2,opt,name=Content,proto3" json:"Content,omitempty"` // 评论内容
- CommentId int64 `protobuf:"varint,3,opt,name=CommentId,proto3" json:"CommentId,omitempty"` // 微信本地数据库的id
- ReplyCommentId int64 `protobuf:"varint,4,opt,name=ReplyCommentId,proto3" json:"ReplyCommentId,omitempty"` // 回复的微信本地数据库的id
- ReplyWxId int64 `protobuf:"varint,5,opt,name=ReplyWxId,proto3" json:"ReplyWxId,omitempty"` // 评论对象的微信号
- Time int32 `protobuf:"varint,6,opt,name=Time,proto3" json:"Time,omitempty"` // 评论时间
- PostId string `protobuf:"bytes,7,opt,name=PostId,proto3" json:"PostId,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SnsCommentMessage) Reset() {
- *x = SnsCommentMessage{}
- mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SnsCommentMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SnsCommentMessage) ProtoMessage() {}
- func (x *SnsCommentMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPullMySnsListTaskResultNotice_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 SnsCommentMessage.ProtoReflect.Descriptor instead.
- func (*SnsCommentMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{3}
- }
- func (x *SnsCommentMessage) GetFriendId() int64 {
- if x != nil {
- return x.FriendId
- }
- return 0
- }
- func (x *SnsCommentMessage) GetContent() string {
- if x != nil {
- return x.Content
- }
- return ""
- }
- func (x *SnsCommentMessage) GetCommentId() int64 {
- if x != nil {
- return x.CommentId
- }
- return 0
- }
- func (x *SnsCommentMessage) GetReplyCommentId() int64 {
- if x != nil {
- return x.ReplyCommentId
- }
- return 0
- }
- func (x *SnsCommentMessage) GetReplyWxId() int64 {
- if x != nil {
- return x.ReplyWxId
- }
- return 0
- }
- func (x *SnsCommentMessage) GetTime() int32 {
- if x != nil {
- return x.Time
- }
- return 0
- }
- func (x *SnsCommentMessage) GetPostId() string {
- if x != nil {
- return x.PostId
- }
- return ""
- }
- type SnsLikeMessage struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- FriendId int64 `protobuf:"varint,1,opt,name=FriendId,proto3" json:"FriendId,omitempty"`
- Time int32 `protobuf:"varint,2,opt,name=Time,proto3" json:"Time,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SnsLikeMessage) Reset() {
- *x = SnsLikeMessage{}
- mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SnsLikeMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SnsLikeMessage) ProtoMessage() {}
- func (x *SnsLikeMessage) ProtoReflect() protoreflect.Message {
- mi := &file_wecom_WPullMySnsListTaskResultNotice_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 SnsLikeMessage.ProtoReflect.Descriptor instead.
- func (*SnsLikeMessage) Descriptor() ([]byte, []int) {
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{4}
- }
- func (x *SnsLikeMessage) GetFriendId() int64 {
- if x != nil {
- return x.FriendId
- }
- return 0
- }
- func (x *SnsLikeMessage) GetTime() int32 {
- if x != nil {
- return x.Time
- }
- return 0
- }
- var File_wecom_WPullMySnsListTaskResultNotice_proto protoreflect.FileDescriptor
- const file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc = "" +
- "\n" +
- "*wecom/WPullMySnsListTaskResultNotice.proto\x12\x10Im.Scrm.Ww.Proto\"\xda\x01\n" +
- "$PullMySnsListTaskResultNoticeMessage\x12\x12\n" +
- "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x18\n" +
- "\aSuccess\x18\x02 \x01(\bR\aSuccess\x12\x16\n" +
- "\x06ErrMsg\x18\x03 \x01(\tR\x06ErrMsg\x12:\n" +
- "\aSnsList\x18\x04 \x03(\v2 .Im.Scrm.Ww.Proto.SnsInfoMessageR\aSnsList\x12\x18\n" +
- "\aNextSeq\x18\x05 \x01(\x03R\aNextSeq\x12\x16\n" +
- "\x06TaskId\x18\x06 \x01(\x03R\x06TaskId\"\xc8\x03\n" +
- "\x0eSnsInfoMessage\x12\x16\n" +
- "\x06Author\x18\x01 \x01(\x03R\x06Author\x12\x18\n" +
- "\aContent\x18\x02 \x01(\tR\aContent\x12=\n" +
- "\x06Images\x18\x03 \x03(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x06Images\x129\n" +
- "\x04Link\x18\x04 \x01(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x04Link\x12;\n" +
- "\x05Video\x18\x05 \x01(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x05Video\x12?\n" +
- "\bComments\x18\x06 \x03(\v2#.Im.Scrm.Ww.Proto.SnsCommentMessageR\bComments\x126\n" +
- "\x05Likes\x18\a \x03(\v2 .Im.Scrm.Ww.Proto.SnsLikeMessageR\x05Likes\x12\x14\n" +
- "\x05SnsId\x18\b \x01(\x03R\x05SnsId\x12\x12\n" +
- "\x04Time\x18\t \x01(\x05R\x04Time\x12\x16\n" +
- "\x06PostId\x18\n" +
- " \x01(\tR\x06PostId\x12\x12\n" +
- "\x04Type\x18\v \x01(\x05R\x04Type\"W\n" +
- "\x13SnsMediaInfoMessage\x12\x1a\n" +
- "\bThumbImg\x18\x01 \x01(\tR\bThumbImg\x12\x10\n" +
- "\x03Url\x18\x02 \x01(\tR\x03Url\x12\x12\n" +
- "\x04Desc\x18\x03 \x01(\tR\x04Desc\"\xd9\x01\n" +
- "\x11SnsCommentMessage\x12\x1a\n" +
- "\bFriendId\x18\x01 \x01(\x03R\bFriendId\x12\x18\n" +
- "\aContent\x18\x02 \x01(\tR\aContent\x12\x1c\n" +
- "\tCommentId\x18\x03 \x01(\x03R\tCommentId\x12&\n" +
- "\x0eReplyCommentId\x18\x04 \x01(\x03R\x0eReplyCommentId\x12\x1c\n" +
- "\tReplyWxId\x18\x05 \x01(\x03R\tReplyWxId\x12\x12\n" +
- "\x04Time\x18\x06 \x01(\x05R\x04Time\x12\x16\n" +
- "\x06PostId\x18\a \x01(\tR\x06PostId\"@\n" +
- "\x0eSnsLikeMessage\x12\x1a\n" +
- "\bFriendId\x18\x01 \x01(\x03R\bFriendId\x12\x12\n" +
- "\x04Time\x18\x02 \x01(\x05R\x04TimeB\x13Z\x11./workphone/wecomb\x06proto3"
- var (
- file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescOnce sync.Once
- file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData []byte
- )
- func file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP() []byte {
- file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescOnce.Do(func() {
- file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc)))
- })
- return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData
- }
- var file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
- var file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes = []any{
- (*PullMySnsListTaskResultNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.PullMySnsListTaskResultNoticeMessage
- (*SnsInfoMessage)(nil), // 1: Im.Scrm.Ww.Proto.SnsInfoMessage
- (*SnsMediaInfoMessage)(nil), // 2: Im.Scrm.Ww.Proto.SnsMediaInfoMessage
- (*SnsCommentMessage)(nil), // 3: Im.Scrm.Ww.Proto.SnsCommentMessage
- (*SnsLikeMessage)(nil), // 4: Im.Scrm.Ww.Proto.SnsLikeMessage
- }
- var file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs = []int32{
- 1, // 0: Im.Scrm.Ww.Proto.PullMySnsListTaskResultNoticeMessage.SnsList:type_name -> Im.Scrm.Ww.Proto.SnsInfoMessage
- 2, // 1: Im.Scrm.Ww.Proto.SnsInfoMessage.Images:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
- 2, // 2: Im.Scrm.Ww.Proto.SnsInfoMessage.Link:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
- 2, // 3: Im.Scrm.Ww.Proto.SnsInfoMessage.Video:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
- 3, // 4: Im.Scrm.Ww.Proto.SnsInfoMessage.Comments:type_name -> Im.Scrm.Ww.Proto.SnsCommentMessage
- 4, // 5: Im.Scrm.Ww.Proto.SnsInfoMessage.Likes:type_name -> Im.Scrm.Ww.Proto.SnsLikeMessage
- 6, // [6:6] is the sub-list for method output_type
- 6, // [6:6] is the sub-list for method input_type
- 6, // [6:6] is the sub-list for extension type_name
- 6, // [6:6] is the sub-list for extension extendee
- 0, // [0:6] is the sub-list for field type_name
- }
- func init() { file_wecom_WPullMySnsListTaskResultNotice_proto_init() }
- func file_wecom_WPullMySnsListTaskResultNotice_proto_init() {
- if File_wecom_WPullMySnsListTaskResultNotice_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 5,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes,
- DependencyIndexes: file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs,
- MessageInfos: file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes,
- }.Build()
- File_wecom_WPullMySnsListTaskResultNotice_proto = out.File
- file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes = nil
- file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs = nil
- }
|