1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-06 20:13:50 +08:00
2021-06-11 06:24:29 +00:00

1301 lines
40 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.17.1
// source: busi.proto
package profilecard
import (
reflect "reflect"
sync "sync"
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 BusiColor struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
R *int32 `protobuf:"varint,1,opt,name=r" json:"r,omitempty"`
G *int32 `protobuf:"varint,2,opt,name=g" json:"g,omitempty"`
B *int32 `protobuf:"varint,3,opt,name=b" json:"b,omitempty"`
}
func (x *BusiColor) Reset() {
*x = BusiColor{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiColor) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiColor) ProtoMessage() {}
func (x *BusiColor) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiColor.ProtoReflect.Descriptor instead.
func (*BusiColor) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{0}
}
func (x *BusiColor) GetR() int32 {
if x != nil && x.R != nil {
return *x.R
}
return 0
}
func (x *BusiColor) GetG() int32 {
if x != nil && x.G != nil {
return *x.G
}
return 0
}
func (x *BusiColor) GetB() int32 {
if x != nil && x.B != nil {
return *x.B
}
return 0
}
type BusiComm struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Ver *int32 `protobuf:"varint,1,opt,name=ver" json:"ver,omitempty"`
Seq *int32 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
Fromuin *int64 `protobuf:"varint,3,opt,name=fromuin" json:"fromuin,omitempty"`
Touin *int64 `protobuf:"varint,4,opt,name=touin" json:"touin,omitempty"`
Service *int32 `protobuf:"varint,5,opt,name=service" json:"service,omitempty"`
SessionType *int32 `protobuf:"varint,6,opt,name=sessionType" json:"sessionType,omitempty"`
SessionKey []byte `protobuf:"bytes,7,opt,name=sessionKey" json:"sessionKey,omitempty"`
ClientIp *int32 `protobuf:"varint,8,opt,name=clientIp" json:"clientIp,omitempty"`
Display *BusiUi `protobuf:"bytes,9,opt,name=display" json:"display,omitempty"`
Result *int32 `protobuf:"varint,10,opt,name=result" json:"result,omitempty"`
ErrMsg *string `protobuf:"bytes,11,opt,name=errMsg" json:"errMsg,omitempty"`
Platform *int32 `protobuf:"varint,12,opt,name=platform" json:"platform,omitempty"`
Qqver *string `protobuf:"bytes,13,opt,name=qqver" json:"qqver,omitempty"`
Build *int32 `protobuf:"varint,14,opt,name=build" json:"build,omitempty"`
MsgLoginSig *BusiLoginSig `protobuf:"bytes,15,opt,name=msgLoginSig" json:"msgLoginSig,omitempty"`
Version *int32 `protobuf:"varint,17,opt,name=version" json:"version,omitempty"`
MsgUinInfo *BusiUinInfo `protobuf:"bytes,18,opt,name=msgUinInfo" json:"msgUinInfo,omitempty"`
MsgRichDisplay *BusiRichUi `protobuf:"bytes,19,opt,name=msgRichDisplay" json:"msgRichDisplay,omitempty"`
}
func (x *BusiComm) Reset() {
*x = BusiComm{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiComm) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiComm) ProtoMessage() {}
func (x *BusiComm) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiComm.ProtoReflect.Descriptor instead.
func (*BusiComm) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{1}
}
func (x *BusiComm) GetVer() int32 {
if x != nil && x.Ver != nil {
return *x.Ver
}
return 0
}
func (x *BusiComm) GetSeq() int32 {
if x != nil && x.Seq != nil {
return *x.Seq
}
return 0
}
func (x *BusiComm) GetFromuin() int64 {
if x != nil && x.Fromuin != nil {
return *x.Fromuin
}
return 0
}
func (x *BusiComm) GetTouin() int64 {
if x != nil && x.Touin != nil {
return *x.Touin
}
return 0
}
func (x *BusiComm) GetService() int32 {
if x != nil && x.Service != nil {
return *x.Service
}
return 0
}
func (x *BusiComm) GetSessionType() int32 {
if x != nil && x.SessionType != nil {
return *x.SessionType
}
return 0
}
func (x *BusiComm) GetSessionKey() []byte {
if x != nil {
return x.SessionKey
}
return nil
}
func (x *BusiComm) GetClientIp() int32 {
if x != nil && x.ClientIp != nil {
return *x.ClientIp
}
return 0
}
func (x *BusiComm) GetDisplay() *BusiUi {
if x != nil {
return x.Display
}
return nil
}
func (x *BusiComm) GetResult() int32 {
if x != nil && x.Result != nil {
return *x.Result
}
return 0
}
func (x *BusiComm) GetErrMsg() string {
if x != nil && x.ErrMsg != nil {
return *x.ErrMsg
}
return ""
}
func (x *BusiComm) GetPlatform() int32 {
if x != nil && x.Platform != nil {
return *x.Platform
}
return 0
}
func (x *BusiComm) GetQqver() string {
if x != nil && x.Qqver != nil {
return *x.Qqver
}
return ""
}
func (x *BusiComm) GetBuild() int32 {
if x != nil && x.Build != nil {
return *x.Build
}
return 0
}
func (x *BusiComm) GetMsgLoginSig() *BusiLoginSig {
if x != nil {
return x.MsgLoginSig
}
return nil
}
func (x *BusiComm) GetVersion() int32 {
if x != nil && x.Version != nil {
return *x.Version
}
return 0
}
func (x *BusiComm) GetMsgUinInfo() *BusiUinInfo {
if x != nil {
return x.MsgUinInfo
}
return nil
}
func (x *BusiComm) GetMsgRichDisplay() *BusiRichUi {
if x != nil {
return x.MsgRichDisplay
}
return nil
}
type BusiCommonReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ServiceCmd *string `protobuf:"bytes,1,opt,name=serviceCmd" json:"serviceCmd,omitempty"`
VcReq *BusiVisitorCountReq `protobuf:"bytes,2,opt,name=vcReq" json:"vcReq,omitempty"`
HrReq *BusiHideRecordsReq `protobuf:"bytes,3,opt,name=hrReq" json:"hrReq,omitempty"`
}
func (x *BusiCommonReq) Reset() {
*x = BusiCommonReq{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiCommonReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiCommonReq) ProtoMessage() {}
func (x *BusiCommonReq) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiCommonReq.ProtoReflect.Descriptor instead.
func (*BusiCommonReq) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{2}
}
func (x *BusiCommonReq) GetServiceCmd() string {
if x != nil && x.ServiceCmd != nil {
return *x.ServiceCmd
}
return ""
}
func (x *BusiCommonReq) GetVcReq() *BusiVisitorCountReq {
if x != nil {
return x.VcReq
}
return nil
}
func (x *BusiCommonReq) GetHrReq() *BusiHideRecordsReq {
if x != nil {
return x.HrReq
}
return nil
}
type BusiDetailRecord struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Fuin *int32 `protobuf:"varint,1,opt,name=fuin" json:"fuin,omitempty"`
Source *int32 `protobuf:"varint,2,opt,name=source" json:"source,omitempty"`
Vtime *int32 `protobuf:"varint,3,opt,name=vtime" json:"vtime,omitempty"`
Mod *int32 `protobuf:"varint,4,opt,name=mod" json:"mod,omitempty"`
HideFlag *int32 `protobuf:"varint,5,opt,name=hideFlag" json:"hideFlag,omitempty"`
}
func (x *BusiDetailRecord) Reset() {
*x = BusiDetailRecord{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiDetailRecord) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiDetailRecord) ProtoMessage() {}
func (x *BusiDetailRecord) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiDetailRecord.ProtoReflect.Descriptor instead.
func (*BusiDetailRecord) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{3}
}
func (x *BusiDetailRecord) GetFuin() int32 {
if x != nil && x.Fuin != nil {
return *x.Fuin
}
return 0
}
func (x *BusiDetailRecord) GetSource() int32 {
if x != nil && x.Source != nil {
return *x.Source
}
return 0
}
func (x *BusiDetailRecord) GetVtime() int32 {
if x != nil && x.Vtime != nil {
return *x.Vtime
}
return 0
}
func (x *BusiDetailRecord) GetMod() int32 {
if x != nil && x.Mod != nil {
return *x.Mod
}
return 0
}
func (x *BusiDetailRecord) GetHideFlag() int32 {
if x != nil && x.HideFlag != nil {
return *x.HideFlag
}
return 0
}
type BusiHideRecordsReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Huin *int32 `protobuf:"varint,1,opt,name=huin" json:"huin,omitempty"`
Fuin *int32 `protobuf:"varint,2,opt,name=fuin" json:"fuin,omitempty"`
Records []*BusiDetailRecord `protobuf:"bytes,3,rep,name=records" json:"records,omitempty"`
}
func (x *BusiHideRecordsReq) Reset() {
*x = BusiHideRecordsReq{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiHideRecordsReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiHideRecordsReq) ProtoMessage() {}
func (x *BusiHideRecordsReq) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiHideRecordsReq.ProtoReflect.Descriptor instead.
func (*BusiHideRecordsReq) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{4}
}
func (x *BusiHideRecordsReq) GetHuin() int32 {
if x != nil && x.Huin != nil {
return *x.Huin
}
return 0
}
func (x *BusiHideRecordsReq) GetFuin() int32 {
if x != nil && x.Fuin != nil {
return *x.Fuin
}
return 0
}
func (x *BusiHideRecordsReq) GetRecords() []*BusiDetailRecord {
if x != nil {
return x.Records
}
return nil
}
type BusiLabel struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name []byte `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
EnumType *int32 `protobuf:"varint,2,opt,name=enumType" json:"enumType,omitempty"`
TextColor *BusiColor `protobuf:"bytes,3,opt,name=textColor" json:"textColor,omitempty"`
EdgingColor *BusiColor `protobuf:"bytes,4,opt,name=edgingColor" json:"edgingColor,omitempty"`
LabelAttr *int32 `protobuf:"varint,5,opt,name=labelAttr" json:"labelAttr,omitempty"`
LabelType *int32 `protobuf:"varint,6,opt,name=labelType" json:"labelType,omitempty"`
}
func (x *BusiLabel) Reset() {
*x = BusiLabel{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiLabel) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiLabel) ProtoMessage() {}
func (x *BusiLabel) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiLabel.ProtoReflect.Descriptor instead.
func (*BusiLabel) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{5}
}
func (x *BusiLabel) GetName() []byte {
if x != nil {
return x.Name
}
return nil
}
func (x *BusiLabel) GetEnumType() int32 {
if x != nil && x.EnumType != nil {
return *x.EnumType
}
return 0
}
func (x *BusiLabel) GetTextColor() *BusiColor {
if x != nil {
return x.TextColor
}
return nil
}
func (x *BusiLabel) GetEdgingColor() *BusiColor {
if x != nil {
return x.EdgingColor
}
return nil
}
func (x *BusiLabel) GetLabelAttr() int32 {
if x != nil && x.LabelAttr != nil {
return *x.LabelAttr
}
return 0
}
func (x *BusiLabel) GetLabelType() int32 {
if x != nil && x.LabelType != nil {
return *x.LabelType
}
return 0
}
type BusiLoginSig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Type *int32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
Sig []byte `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"`
Appid *int32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
}
func (x *BusiLoginSig) Reset() {
*x = BusiLoginSig{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiLoginSig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiLoginSig) ProtoMessage() {}
func (x *BusiLoginSig) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiLoginSig.ProtoReflect.Descriptor instead.
func (*BusiLoginSig) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{6}
}
func (x *BusiLoginSig) GetType() int32 {
if x != nil && x.Type != nil {
return *x.Type
}
return 0
}
func (x *BusiLoginSig) GetSig() []byte {
if x != nil {
return x.Sig
}
return nil
}
func (x *BusiLoginSig) GetAppid() int32 {
if x != nil && x.Appid != nil {
return *x.Appid
}
return 0
}
type BusiRichUi struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
ServiceUrl *string `protobuf:"bytes,2,opt,name=serviceUrl" json:"serviceUrl,omitempty"` //repeated UiInfo uiList = 3;
}
func (x *BusiRichUi) Reset() {
*x = BusiRichUi{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiRichUi) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiRichUi) ProtoMessage() {}
func (x *BusiRichUi) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiRichUi.ProtoReflect.Descriptor instead.
func (*BusiRichUi) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{7}
}
func (x *BusiRichUi) GetName() string {
if x != nil && x.Name != nil {
return *x.Name
}
return ""
}
func (x *BusiRichUi) GetServiceUrl() string {
if x != nil && x.ServiceUrl != nil {
return *x.ServiceUrl
}
return ""
}
type BusiUi struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
Content *string `protobuf:"bytes,3,opt,name=content" json:"content,omitempty"`
JumpUrl *string `protobuf:"bytes,4,opt,name=jumpUrl" json:"jumpUrl,omitempty"`
}
func (x *BusiUi) Reset() {
*x = BusiUi{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiUi) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiUi) ProtoMessage() {}
func (x *BusiUi) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiUi.ProtoReflect.Descriptor instead.
func (*BusiUi) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{8}
}
func (x *BusiUi) GetUrl() string {
if x != nil && x.Url != nil {
return *x.Url
}
return ""
}
func (x *BusiUi) GetTitle() string {
if x != nil && x.Title != nil {
return *x.Title
}
return ""
}
func (x *BusiUi) GetContent() string {
if x != nil && x.Content != nil {
return *x.Content
}
return ""
}
func (x *BusiUi) GetJumpUrl() string {
if x != nil && x.JumpUrl != nil {
return *x.JumpUrl
}
return ""
}
type BusiUinInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Int64Longitude *int64 `protobuf:"varint,1,opt,name=int64Longitude" json:"int64Longitude,omitempty"`
Int64Latitude *int64 `protobuf:"varint,2,opt,name=int64Latitude" json:"int64Latitude,omitempty"`
}
func (x *BusiUinInfo) Reset() {
*x = BusiUinInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiUinInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiUinInfo) ProtoMessage() {}
func (x *BusiUinInfo) ProtoReflect() protoreflect.Message {
mi := &file_busi_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 BusiUinInfo.ProtoReflect.Descriptor instead.
func (*BusiUinInfo) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{9}
}
func (x *BusiUinInfo) GetInt64Longitude() int64 {
if x != nil && x.Int64Longitude != nil {
return *x.Int64Longitude
}
return 0
}
func (x *BusiUinInfo) GetInt64Latitude() int64 {
if x != nil && x.Int64Latitude != nil {
return *x.Int64Latitude
}
return 0
}
type BusiVisitorCountReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Requireuin *int32 `protobuf:"varint,1,opt,name=requireuin" json:"requireuin,omitempty"`
Operuin *int32 `protobuf:"varint,2,opt,name=operuin" json:"operuin,omitempty"`
Mod *int32 `protobuf:"varint,3,opt,name=mod" json:"mod,omitempty"`
ReportFlag *int32 `protobuf:"varint,4,opt,name=reportFlag" json:"reportFlag,omitempty"`
}
func (x *BusiVisitorCountReq) Reset() {
*x = BusiVisitorCountReq{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiVisitorCountReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiVisitorCountReq) ProtoMessage() {}
func (x *BusiVisitorCountReq) ProtoReflect() protoreflect.Message {
mi := &file_busi_proto_msgTypes[10]
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 BusiVisitorCountReq.ProtoReflect.Descriptor instead.
func (*BusiVisitorCountReq) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{10}
}
func (x *BusiVisitorCountReq) GetRequireuin() int32 {
if x != nil && x.Requireuin != nil {
return *x.Requireuin
}
return 0
}
func (x *BusiVisitorCountReq) GetOperuin() int32 {
if x != nil && x.Operuin != nil {
return *x.Operuin
}
return 0
}
func (x *BusiVisitorCountReq) GetMod() int32 {
if x != nil && x.Mod != nil {
return *x.Mod
}
return 0
}
func (x *BusiVisitorCountReq) GetReportFlag() int32 {
if x != nil && x.ReportFlag != nil {
return *x.ReportFlag
}
return 0
}
type BusiVisitorCountRsp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Requireuin *int32 `protobuf:"varint,1,opt,name=requireuin" json:"requireuin,omitempty"`
TotalLike *int32 `protobuf:"varint,2,opt,name=totalLike" json:"totalLike,omitempty"`
TotalView *int32 `protobuf:"varint,3,opt,name=totalView" json:"totalView,omitempty"`
HotValue *int32 `protobuf:"varint,4,opt,name=hotValue" json:"hotValue,omitempty"`
RedValue *int32 `protobuf:"varint,5,opt,name=redValue" json:"redValue,omitempty"`
HotDiff *int32 `protobuf:"varint,6,opt,name=hotDiff" json:"hotDiff,omitempty"`
}
func (x *BusiVisitorCountRsp) Reset() {
*x = BusiVisitorCountRsp{}
if protoimpl.UnsafeEnabled {
mi := &file_busi_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *BusiVisitorCountRsp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*BusiVisitorCountRsp) ProtoMessage() {}
func (x *BusiVisitorCountRsp) ProtoReflect() protoreflect.Message {
mi := &file_busi_proto_msgTypes[11]
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 BusiVisitorCountRsp.ProtoReflect.Descriptor instead.
func (*BusiVisitorCountRsp) Descriptor() ([]byte, []int) {
return file_busi_proto_rawDescGZIP(), []int{11}
}
func (x *BusiVisitorCountRsp) GetRequireuin() int32 {
if x != nil && x.Requireuin != nil {
return *x.Requireuin
}
return 0
}
func (x *BusiVisitorCountRsp) GetTotalLike() int32 {
if x != nil && x.TotalLike != nil {
return *x.TotalLike
}
return 0
}
func (x *BusiVisitorCountRsp) GetTotalView() int32 {
if x != nil && x.TotalView != nil {
return *x.TotalView
}
return 0
}
func (x *BusiVisitorCountRsp) GetHotValue() int32 {
if x != nil && x.HotValue != nil {
return *x.HotValue
}
return 0
}
func (x *BusiVisitorCountRsp) GetRedValue() int32 {
if x != nil && x.RedValue != nil {
return *x.RedValue
}
return 0
}
func (x *BusiVisitorCountRsp) GetHotDiff() int32 {
if x != nil && x.HotDiff != nil {
return *x.HotDiff
}
return 0
}
var File_busi_proto protoreflect.FileDescriptor
var file_busi_proto_rawDesc = []byte{
0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x35, 0x0a, 0x09,
0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x0c, 0x0a, 0x01, 0x72, 0x18, 0x01,
0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x72, 0x12, 0x0c, 0x0a, 0x01, 0x67, 0x18, 0x02, 0x20, 0x01,
0x28, 0x05, 0x52, 0x01, 0x67, 0x12, 0x0c, 0x0a, 0x01, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
0x52, 0x01, 0x62, 0x22, 0x9f, 0x04, 0x0a, 0x08, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6d, 0x6d,
0x12, 0x10, 0x0a, 0x03, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x76,
0x65, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
0x03, 0x73, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x18,
0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x75, 0x69, 0x6e, 0x12, 0x14,
0x0a, 0x05, 0x74, 0x6f, 0x75, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74,
0x6f, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18,
0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x20,
0x0a, 0x0b, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20,
0x01, 0x28, 0x05, 0x52, 0x0b, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x18, 0x07,
0x20, 0x01, 0x28, 0x0c, 0x52, 0x0a, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79,
0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x18, 0x08, 0x20, 0x01,
0x28, 0x05, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x70, 0x12, 0x21, 0x0a, 0x07,
0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x07, 0x2e,
0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x52, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12,
0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52,
0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73,
0x67, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12,
0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28,
0x05, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x71,
0x71, 0x76, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x71, 0x76, 0x65,
0x72, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05,
0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x2f, 0x0a, 0x0b, 0x6d, 0x73, 0x67, 0x4c, 0x6f,
0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42,
0x75, 0x73, 0x69, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x52, 0x0b, 0x6d, 0x73, 0x67,
0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73,
0x69, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x0a, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x6e,
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x6d, 0x73, 0x67, 0x55, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
0x12, 0x33, 0x0a, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x63, 0x68, 0x44, 0x69, 0x73, 0x70, 0x6c,
0x61, 0x79, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x52,
0x69, 0x63, 0x68, 0x55, 0x69, 0x52, 0x0e, 0x6d, 0x73, 0x67, 0x52, 0x69, 0x63, 0x68, 0x44, 0x69,
0x73, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x86, 0x01, 0x0a, 0x0d, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f,
0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69,
0x63, 0x65, 0x43, 0x6d, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72,
0x76, 0x69, 0x63, 0x65, 0x43, 0x6d, 0x64, 0x12, 0x2a, 0x0a, 0x05, 0x76, 0x63, 0x52, 0x65, 0x71,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69, 0x73,
0x69, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x52, 0x05, 0x76, 0x63,
0x52, 0x65, 0x71, 0x12, 0x29, 0x0a, 0x05, 0x68, 0x72, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x13, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x48, 0x69, 0x64, 0x65, 0x52, 0x65, 0x63,
0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x52, 0x05, 0x68, 0x72, 0x52, 0x65, 0x71, 0x22, 0x82,
0x01, 0x0a, 0x10, 0x42, 0x75, 0x73, 0x69, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x63,
0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x04, 0x66, 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12,
0x14, 0x0a, 0x05, 0x76, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
0x76, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01,
0x28, 0x05, 0x52, 0x03, 0x6d, 0x6f, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46,
0x6c, 0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x68, 0x69, 0x64, 0x65, 0x46,
0x6c, 0x61, 0x67, 0x22, 0x69, 0x0a, 0x12, 0x42, 0x75, 0x73, 0x69, 0x48, 0x69, 0x64, 0x65, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x75, 0x69,
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x68, 0x75, 0x69, 0x6e, 0x12, 0x12, 0x0a,
0x04, 0x66, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x66, 0x75, 0x69,
0x6e, 0x12, 0x2b, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x11, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52,
0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0xcf,
0x01, 0x0a, 0x09, 0x42, 0x75, 0x73, 0x69, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
0x12, 0x1a, 0x0a, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x05, 0x52, 0x08, 0x65, 0x6e, 0x75, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x09,
0x74, 0x65, 0x78, 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x0a, 0x2e, 0x42, 0x75, 0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x52, 0x09, 0x74, 0x65, 0x78,
0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x0b, 0x65, 0x64, 0x67, 0x69, 0x6e, 0x67,
0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x42, 0x75,
0x73, 0x69, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x52, 0x0b, 0x65, 0x64, 0x67, 0x69, 0x6e, 0x67, 0x43,
0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x74, 0x74,
0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x74,
0x74, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18,
0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65,
0x22, 0x4a, 0x0a, 0x0c, 0x42, 0x75, 0x73, 0x69, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x53, 0x69, 0x67,
0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28,
0x0c, 0x52, 0x03, 0x73, 0x69, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18,
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x22, 0x40, 0x0a, 0x0a,
0x42, 0x75, 0x73, 0x69, 0x52, 0x69, 0x63, 0x68, 0x55, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e,
0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x64,
0x0a, 0x06, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69,
0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6a, 0x75,
0x6d, 0x70, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6a, 0x75, 0x6d,
0x70, 0x55, 0x72, 0x6c, 0x22, 0x5b, 0x0a, 0x0b, 0x42, 0x75, 0x73, 0x69, 0x55, 0x69, 0x6e, 0x49,
0x6e, 0x66, 0x6f, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4c, 0x6f, 0x6e, 0x67,
0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x69, 0x6e, 0x74,
0x36, 0x34, 0x4c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69,
0x6e, 0x74, 0x36, 0x34, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x4c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64,
0x65, 0x22, 0x81, 0x01, 0x0a, 0x13, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69, 0x73, 0x69, 0x74, 0x6f,
0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x71,
0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72,
0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x70, 0x65,
0x72, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6f, 0x70, 0x65, 0x72,
0x75, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x6f, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
0x52, 0x03, 0x6d, 0x6f, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x46,
0x6c, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x72,
0x74, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xc3, 0x01, 0x0a, 0x13, 0x42, 0x75, 0x73, 0x69, 0x56, 0x69,
0x73, 0x69, 0x74, 0x6f, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x73, 0x70, 0x12, 0x1e, 0x0a,
0x0a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a,
0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x69, 0x6b, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74,
0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
0x74, 0x6f, 0x74, 0x61, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x74,
0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x68, 0x6f, 0x74,
0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x44, 0x69, 0x66, 0x66, 0x18, 0x06, 0x20, 0x01,
0x28, 0x05, 0x52, 0x07, 0x68, 0x6f, 0x74, 0x44, 0x69, 0x66, 0x66, 0x42, 0x10, 0x5a, 0x0e, 0x2e,
0x2f, 0x3b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x63, 0x61, 0x72, 0x64,
}
var (
file_busi_proto_rawDescOnce sync.Once
file_busi_proto_rawDescData = file_busi_proto_rawDesc
)
func file_busi_proto_rawDescGZIP() []byte {
file_busi_proto_rawDescOnce.Do(func() {
file_busi_proto_rawDescData = protoimpl.X.CompressGZIP(file_busi_proto_rawDescData)
})
return file_busi_proto_rawDescData
}
var file_busi_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
var file_busi_proto_goTypes = []interface{}{
(*BusiColor)(nil), // 0: BusiColor
(*BusiComm)(nil), // 1: BusiComm
(*BusiCommonReq)(nil), // 2: BusiCommonReq
(*BusiDetailRecord)(nil), // 3: BusiDetailRecord
(*BusiHideRecordsReq)(nil), // 4: BusiHideRecordsReq
(*BusiLabel)(nil), // 5: BusiLabel
(*BusiLoginSig)(nil), // 6: BusiLoginSig
(*BusiRichUi)(nil), // 7: BusiRichUi
(*BusiUi)(nil), // 8: BusiUi
(*BusiUinInfo)(nil), // 9: BusiUinInfo
(*BusiVisitorCountReq)(nil), // 10: BusiVisitorCountReq
(*BusiVisitorCountRsp)(nil), // 11: BusiVisitorCountRsp
}
var file_busi_proto_depIdxs = []int32{
8, // 0: BusiComm.display:type_name -> BusiUi
6, // 1: BusiComm.msgLoginSig:type_name -> BusiLoginSig
9, // 2: BusiComm.msgUinInfo:type_name -> BusiUinInfo
7, // 3: BusiComm.msgRichDisplay:type_name -> BusiRichUi
10, // 4: BusiCommonReq.vcReq:type_name -> BusiVisitorCountReq
4, // 5: BusiCommonReq.hrReq:type_name -> BusiHideRecordsReq
3, // 6: BusiHideRecordsReq.records:type_name -> BusiDetailRecord
0, // 7: BusiLabel.textColor:type_name -> BusiColor
0, // 8: BusiLabel.edgingColor:type_name -> BusiColor
9, // [9:9] is the sub-list for method output_type
9, // [9:9] is the sub-list for method input_type
9, // [9:9] is the sub-list for extension type_name
9, // [9:9] is the sub-list for extension extendee
0, // [0:9] is the sub-list for field type_name
}
func init() { file_busi_proto_init() }
func file_busi_proto_init() {
if File_busi_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_busi_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiColor); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiComm); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiCommonReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiDetailRecord); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiHideRecordsReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiLabel); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiLoginSig); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiRichUi); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiUi); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiUinInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiVisitorCountReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_busi_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*BusiVisitorCountRsp); 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_busi_proto_rawDesc,
NumEnums: 0,
NumMessages: 12,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_busi_proto_goTypes,
DependencyIndexes: file_busi_proto_depIdxs,
MessageInfos: file_busi_proto_msgTypes,
}.Build()
File_busi_proto = out.File
file_busi_proto_rawDesc = nil
file_busi_proto_goTypes = nil
file_busi_proto_depIdxs = nil
}