You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/pkg/proto/admin_cms/admin_cms.pb.go

3818 lines
144 KiB

3 years ago
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: admin_cms/admin_cms.proto
2 years ago
package admin_cms // import "Open_IM/pkg/proto/admin_cms"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import sdk_ws "Open_IM/pkg/proto/sdk_ws"
3 years ago
import (
2 years ago
context "golang.org/x/net/context"
3 years ago
grpc "google.golang.org/grpc"
)
2 years ago
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
3 years ago
2 years ago
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
2 years ago
2 years ago
type CommonResp struct {
ErrCode int32 `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
ErrMsg string `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *CommonResp) Reset() { *m = CommonResp{} }
func (m *CommonResp) String() string { return proto.CompactTextString(m) }
func (*CommonResp) ProtoMessage() {}
func (*CommonResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{0}
2 years ago
}
2 years ago
func (m *CommonResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommonResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *CommonResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CommonResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *CommonResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_CommonResp.Merge(dst, src)
}
func (m *CommonResp) XXX_Size() int {
return xxx_messageInfo_CommonResp.Size(m)
2 years ago
}
2 years ago
func (m *CommonResp) XXX_DiscardUnknown() {
xxx_messageInfo_CommonResp.DiscardUnknown(m)
}
var xxx_messageInfo_CommonResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *CommonResp) GetErrCode() int32 {
if m != nil {
return m.ErrCode
2 years ago
}
return 0
}
2 years ago
func (m *CommonResp) GetErrMsg() string {
if m != nil {
return m.ErrMsg
2 years ago
}
return ""
}
3 years ago
type AdminLoginReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
AdminID string `protobuf:"bytes,2,opt,name=adminID" json:"adminID,omitempty"`
Secret string `protobuf:"bytes,3,opt,name=secret" json:"secret,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AdminLoginReq) Reset() { *m = AdminLoginReq{} }
func (m *AdminLoginReq) String() string { return proto.CompactTextString(m) }
func (*AdminLoginReq) ProtoMessage() {}
func (*AdminLoginReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{1}
2 years ago
}
2 years ago
func (m *AdminLoginReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdminLoginReq.Unmarshal(m, b)
3 years ago
}
2 years ago
func (m *AdminLoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdminLoginReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AdminLoginReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdminLoginReq.Merge(dst, src)
2 years ago
}
2 years ago
func (m *AdminLoginReq) XXX_Size() int {
return xxx_messageInfo_AdminLoginReq.Size(m)
}
func (m *AdminLoginReq) XXX_DiscardUnknown() {
xxx_messageInfo_AdminLoginReq.DiscardUnknown(m)
}
var xxx_messageInfo_AdminLoginReq proto.InternalMessageInfo
3 years ago
2 years ago
func (m *AdminLoginReq) GetOperationID() string {
if m != nil {
return m.OperationID
3 years ago
}
2 years ago
return ""
3 years ago
}
2 years ago
func (m *AdminLoginReq) GetAdminID() string {
if m != nil {
return m.AdminID
2 years ago
}
return ""
3 years ago
}
2 years ago
func (m *AdminLoginReq) GetSecret() string {
if m != nil {
return m.Secret
3 years ago
}
2 years ago
return ""
3 years ago
}
2 years ago
type AdminLoginResp struct {
2 years ago
Token string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
UserName string `protobuf:"bytes,2,opt,name=userName" json:"userName,omitempty"`
FaceURL string `protobuf:"bytes,3,opt,name=faceURL" json:"faceURL,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,4,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdminLoginResp) Reset() { *m = AdminLoginResp{} }
func (m *AdminLoginResp) String() string { return proto.CompactTextString(m) }
func (*AdminLoginResp) ProtoMessage() {}
func (*AdminLoginResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{2}
2 years ago
}
2 years ago
func (m *AdminLoginResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdminLoginResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *AdminLoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdminLoginResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AdminLoginResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdminLoginResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *AdminLoginResp) XXX_Size() int {
return xxx_messageInfo_AdminLoginResp.Size(m)
}
func (m *AdminLoginResp) XXX_DiscardUnknown() {
xxx_messageInfo_AdminLoginResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_AdminLoginResp proto.InternalMessageInfo
func (m *AdminLoginResp) GetToken() string {
if m != nil {
return m.Token
3 years ago
}
return ""
}
2 years ago
func (m *AdminLoginResp) GetUserName() string {
if m != nil {
return m.UserName
2 years ago
}
return ""
}
2 years ago
func (m *AdminLoginResp) GetFaceURL() string {
if m != nil {
return m.FaceURL
2 years ago
}
return ""
}
2 years ago
func (m *AdminLoginResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
2 years ago
type AddUserRegisterAddFriendIDListReq struct {
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
UserIDList []string `protobuf:"bytes,2,rep,name=userIDList" json:"userIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddUserRegisterAddFriendIDListReq) Reset() { *m = AddUserRegisterAddFriendIDListReq{} }
func (m *AddUserRegisterAddFriendIDListReq) String() string { return proto.CompactTextString(m) }
func (*AddUserRegisterAddFriendIDListReq) ProtoMessage() {}
func (*AddUserRegisterAddFriendIDListReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{3}
2 years ago
}
func (m *AddUserRegisterAddFriendIDListReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserRegisterAddFriendIDListReq.Unmarshal(m, b)
}
func (m *AddUserRegisterAddFriendIDListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserRegisterAddFriendIDListReq.Marshal(b, m, deterministic)
}
func (dst *AddUserRegisterAddFriendIDListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserRegisterAddFriendIDListReq.Merge(dst, src)
}
func (m *AddUserRegisterAddFriendIDListReq) XXX_Size() int {
return xxx_messageInfo_AddUserRegisterAddFriendIDListReq.Size(m)
}
func (m *AddUserRegisterAddFriendIDListReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserRegisterAddFriendIDListReq.DiscardUnknown(m)
2 years ago
}
2 years ago
var xxx_messageInfo_AddUserRegisterAddFriendIDListReq proto.InternalMessageInfo
3 years ago
2 years ago
func (m *AddUserRegisterAddFriendIDListReq) GetOperationID() string {
if m != nil {
return m.OperationID
}
return ""
2 years ago
}
2 years ago
2 years ago
func (m *AddUserRegisterAddFriendIDListReq) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2 years ago
}
2 years ago
return nil
}
type AddUserRegisterAddFriendIDListResp struct {
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddUserRegisterAddFriendIDListResp) Reset() { *m = AddUserRegisterAddFriendIDListResp{} }
func (m *AddUserRegisterAddFriendIDListResp) String() string { return proto.CompactTextString(m) }
func (*AddUserRegisterAddFriendIDListResp) ProtoMessage() {}
func (*AddUserRegisterAddFriendIDListResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{4}
2 years ago
}
func (m *AddUserRegisterAddFriendIDListResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserRegisterAddFriendIDListResp.Unmarshal(m, b)
}
func (m *AddUserRegisterAddFriendIDListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserRegisterAddFriendIDListResp.Marshal(b, m, deterministic)
}
func (dst *AddUserRegisterAddFriendIDListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserRegisterAddFriendIDListResp.Merge(dst, src)
}
func (m *AddUserRegisterAddFriendIDListResp) XXX_Size() int {
return xxx_messageInfo_AddUserRegisterAddFriendIDListResp.Size(m)
}
func (m *AddUserRegisterAddFriendIDListResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserRegisterAddFriendIDListResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_AddUserRegisterAddFriendIDListResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *AddUserRegisterAddFriendIDListResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
2 years ago
return nil
3 years ago
}
2 years ago
type ReduceUserRegisterAddFriendIDListReq struct {
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
Operation int32 `protobuf:"varint,2,opt,name=operation" json:"operation,omitempty"`
UserIDList []string `protobuf:"bytes,3,rep,name=userIDList" json:"userIDList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ReduceUserRegisterAddFriendIDListReq) Reset() { *m = ReduceUserRegisterAddFriendIDListReq{} }
func (m *ReduceUserRegisterAddFriendIDListReq) String() string { return proto.CompactTextString(m) }
func (*ReduceUserRegisterAddFriendIDListReq) ProtoMessage() {}
2 years ago
func (*ReduceUserRegisterAddFriendIDListReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{5}
2 years ago
}
func (m *ReduceUserRegisterAddFriendIDListReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq.Unmarshal(m, b)
}
func (m *ReduceUserRegisterAddFriendIDListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq.Marshal(b, m, deterministic)
}
func (dst *ReduceUserRegisterAddFriendIDListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq.Merge(dst, src)
}
func (m *ReduceUserRegisterAddFriendIDListReq) XXX_Size() int {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq.Size(m)
2 years ago
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListReq) XXX_DiscardUnknown() {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq.DiscardUnknown(m)
}
var xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq proto.InternalMessageInfo
3 years ago
2 years ago
func (m *ReduceUserRegisterAddFriendIDListReq) GetOperationID() string {
if m != nil {
return m.OperationID
3 years ago
}
2 years ago
return ""
3 years ago
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListReq) GetOperation() int32 {
if m != nil {
return m.Operation
2 years ago
}
return 0
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListReq) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2 years ago
}
return nil
}
type ReduceUserRegisterAddFriendIDListResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
3 years ago
}
2 years ago
2 years ago
func (m *ReduceUserRegisterAddFriendIDListResp) Reset() { *m = ReduceUserRegisterAddFriendIDListResp{} }
func (m *ReduceUserRegisterAddFriendIDListResp) String() string { return proto.CompactTextString(m) }
func (*ReduceUserRegisterAddFriendIDListResp) ProtoMessage() {}
func (*ReduceUserRegisterAddFriendIDListResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{6}
2 years ago
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *ReduceUserRegisterAddFriendIDListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *ReduceUserRegisterAddFriendIDListResp) XXX_Size() int {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp.Size(m)
}
func (m *ReduceUserRegisterAddFriendIDListResp) XXX_DiscardUnknown() {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp.DiscardUnknown(m)
}
var xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp proto.InternalMessageInfo
3 years ago
2 years ago
func (m *ReduceUserRegisterAddFriendIDListResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
2 years ago
type GetUserRegisterAddFriendIDListReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetUserRegisterAddFriendIDListReq) Reset() { *m = GetUserRegisterAddFriendIDListReq{} }
func (m *GetUserRegisterAddFriendIDListReq) String() string { return proto.CompactTextString(m) }
func (*GetUserRegisterAddFriendIDListReq) ProtoMessage() {}
func (*GetUserRegisterAddFriendIDListReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{7}
2 years ago
}
2 years ago
func (m *GetUserRegisterAddFriendIDListReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserRegisterAddFriendIDListReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserRegisterAddFriendIDListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserRegisterAddFriendIDListReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserRegisterAddFriendIDListReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserRegisterAddFriendIDListReq.Merge(dst, src)
}
func (m *GetUserRegisterAddFriendIDListReq) XXX_Size() int {
return xxx_messageInfo_GetUserRegisterAddFriendIDListReq.Size(m)
}
func (m *GetUserRegisterAddFriendIDListReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserRegisterAddFriendIDListReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserRegisterAddFriendIDListReq proto.InternalMessageInfo
func (m *GetUserRegisterAddFriendIDListReq) GetOperationID() string {
if m != nil {
return m.OperationID
3 years ago
}
return ""
}
2 years ago
func (m *GetUserRegisterAddFriendIDListReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2 years ago
}
return nil
}
3 years ago
2 years ago
type GetUserRegisterAddFriendIDListResp struct {
2 years ago
UserInfoList []*sdk_ws.UserInfo `protobuf:"bytes,1,rep,name=userInfoList" json:"userInfoList,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,3,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetUserRegisterAddFriendIDListResp) Reset() { *m = GetUserRegisterAddFriendIDListResp{} }
func (m *GetUserRegisterAddFriendIDListResp) String() string { return proto.CompactTextString(m) }
func (*GetUserRegisterAddFriendIDListResp) ProtoMessage() {}
func (*GetUserRegisterAddFriendIDListResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{8}
2 years ago
}
2 years ago
func (m *GetUserRegisterAddFriendIDListResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserRegisterAddFriendIDListResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserRegisterAddFriendIDListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserRegisterAddFriendIDListResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserRegisterAddFriendIDListResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserRegisterAddFriendIDListResp.Merge(dst, src)
}
func (m *GetUserRegisterAddFriendIDListResp) XXX_Size() int {
return xxx_messageInfo_GetUserRegisterAddFriendIDListResp.Size(m)
}
func (m *GetUserRegisterAddFriendIDListResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserRegisterAddFriendIDListResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserRegisterAddFriendIDListResp proto.InternalMessageInfo
func (m *GetUserRegisterAddFriendIDListResp) GetUserInfoList() []*sdk_ws.UserInfo {
if m != nil {
return m.UserInfoList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserRegisterAddFriendIDListResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2 years ago
}
return nil
}
2 years ago
func (m *GetUserRegisterAddFriendIDListResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
3 years ago
}
2 years ago
type GetChatLogsReq struct {
2 years ago
Content string `protobuf:"bytes,1,opt,name=content" json:"content,omitempty"`
SendID string `protobuf:"bytes,2,opt,name=sendID" json:"sendID,omitempty"`
RecvID string `protobuf:"bytes,3,opt,name=recvID" json:"recvID,omitempty"`
SendTime string `protobuf:"bytes,4,opt,name=sendTime" json:"sendTime,omitempty"`
SessionType int32 `protobuf:"varint,5,opt,name=sessionType" json:"sessionType,omitempty"`
ContentType int32 `protobuf:"varint,6,opt,name=contentType" json:"contentType,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,7,opt,name=pagination" json:"pagination,omitempty"`
OperationID string `protobuf:"bytes,8,opt,name=operationID" json:"operationID,omitempty"`
2 years ago
OpUserID string `protobuf:"bytes,9,opt,name=opUserID" json:"opUserID,omitempty"`
2 years ago
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetChatLogsReq) Reset() { *m = GetChatLogsReq{} }
func (m *GetChatLogsReq) String() string { return proto.CompactTextString(m) }
func (*GetChatLogsReq) ProtoMessage() {}
func (*GetChatLogsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{9}
2 years ago
}
2 years ago
func (m *GetChatLogsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetChatLogsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetChatLogsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetChatLogsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetChatLogsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetChatLogsReq.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetChatLogsReq) XXX_Size() int {
return xxx_messageInfo_GetChatLogsReq.Size(m)
}
func (m *GetChatLogsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetChatLogsReq.DiscardUnknown(m)
2 years ago
}
3 years ago
2 years ago
var xxx_messageInfo_GetChatLogsReq proto.InternalMessageInfo
func (m *GetChatLogsReq) GetContent() string {
if m != nil {
return m.Content
2 years ago
}
return ""
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetSendID() string {
if m != nil {
return m.SendID
2 years ago
}
return ""
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetRecvID() string {
if m != nil {
return m.RecvID
2 years ago
}
return ""
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetSendTime() string {
if m != nil {
return m.SendTime
3 years ago
}
2 years ago
return ""
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetSessionType() int32 {
if m != nil {
return m.SessionType
2 years ago
}
2 years ago
return 0
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetContentType() int32 {
if m != nil {
return m.ContentType
2 years ago
}
2 years ago
return 0
3 years ago
}
2 years ago
func (m *GetChatLogsReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2 years ago
}
2 years ago
return nil
2 years ago
}
2 years ago
func (m *GetChatLogsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
2 years ago
func (m *GetChatLogsReq) GetOpUserID() string {
if m != nil {
return m.OpUserID
}
return ""
}
2 years ago
type ChatLog struct {
2 years ago
ServerMsgID string `protobuf:"bytes,1,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
ClientMsgID string `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"`
SendID string `protobuf:"bytes,3,opt,name=sendID" json:"sendID,omitempty"`
RecvID string `protobuf:"bytes,4,opt,name=recvID" json:"recvID,omitempty"`
GroupID string `protobuf:"bytes,5,opt,name=groupID" json:"groupID,omitempty"`
RecvNickname string `protobuf:"bytes,6,opt,name=recvNickname" json:"recvNickname,omitempty"`
SenderPlatformID int32 `protobuf:"varint,7,opt,name=senderPlatformID" json:"senderPlatformID,omitempty"`
SenderNickname string `protobuf:"bytes,8,opt,name=senderNickname" json:"senderNickname,omitempty"`
SenderFaceURL string `protobuf:"bytes,9,opt,name=senderFaceURL" json:"senderFaceURL,omitempty"`
GroupName string `protobuf:"bytes,10,opt,name=groupName" json:"groupName,omitempty"`
SessionType int32 `protobuf:"varint,11,opt,name=sessionType" json:"sessionType,omitempty"`
MsgFrom int32 `protobuf:"varint,12,opt,name=msgFrom" json:"msgFrom,omitempty"`
ContentType int32 `protobuf:"varint,13,opt,name=contentType" json:"contentType,omitempty"`
Content string `protobuf:"bytes,14,opt,name=content" json:"content,omitempty"`
Status int32 `protobuf:"varint,15,opt,name=status" json:"status,omitempty"`
SendTime int64 `protobuf:"varint,16,opt,name=sendTime" json:"sendTime,omitempty"`
CreateTime int64 `protobuf:"varint,17,opt,name=createTime" json:"createTime,omitempty"`
Ex string `protobuf:"bytes,18,opt,name=ex" json:"ex,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ChatLog) Reset() { *m = ChatLog{} }
func (m *ChatLog) String() string { return proto.CompactTextString(m) }
func (*ChatLog) ProtoMessage() {}
2 years ago
func (*ChatLog) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{10}
2 years ago
}
func (m *ChatLog) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ChatLog.Unmarshal(m, b)
}
func (m *ChatLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ChatLog.Marshal(b, m, deterministic)
}
func (dst *ChatLog) XXX_Merge(src proto.Message) {
xxx_messageInfo_ChatLog.Merge(dst, src)
2 years ago
}
2 years ago
func (m *ChatLog) XXX_Size() int {
return xxx_messageInfo_ChatLog.Size(m)
}
func (m *ChatLog) XXX_DiscardUnknown() {
xxx_messageInfo_ChatLog.DiscardUnknown(m)
}
var xxx_messageInfo_ChatLog proto.InternalMessageInfo
2 years ago
2 years ago
func (m *ChatLog) GetServerMsgID() string {
if m != nil {
return m.ServerMsgID
3 years ago
}
2 years ago
return ""
}
2 years ago
func (m *ChatLog) GetClientMsgID() string {
if m != nil {
return m.ClientMsgID
3 years ago
}
2 years ago
return ""
}
2 years ago
func (m *ChatLog) GetSendID() string {
if m != nil {
return m.SendID
3 years ago
}
2 years ago
return ""
3 years ago
}
2 years ago
func (m *ChatLog) GetRecvID() string {
if m != nil {
return m.RecvID
2 years ago
}
2 years ago
return ""
}
2 years ago
func (m *ChatLog) GetGroupID() string {
if m != nil {
return m.GroupID
2 years ago
}
return ""
}
2 years ago
func (m *ChatLog) GetRecvNickname() string {
if m != nil {
return m.RecvNickname
2 years ago
}
return ""
}
2 years ago
func (m *ChatLog) GetSenderPlatformID() int32 {
if m != nil {
return m.SenderPlatformID
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetSenderNickname() string {
if m != nil {
return m.SenderNickname
2 years ago
}
2 years ago
return ""
}
2 years ago
func (m *ChatLog) GetSenderFaceURL() string {
if m != nil {
return m.SenderFaceURL
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *ChatLog) GetGroupName() string {
if m != nil {
return m.GroupName
2 years ago
}
return ""
}
2 years ago
func (m *ChatLog) GetSessionType() int32 {
if m != nil {
return m.SessionType
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetMsgFrom() int32 {
if m != nil {
return m.MsgFrom
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetContentType() int32 {
if m != nil {
return m.ContentType
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetContent() string {
if m != nil {
return m.Content
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *ChatLog) GetStatus() int32 {
if m != nil {
return m.Status
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetSendTime() int64 {
if m != nil {
return m.SendTime
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetCreateTime() int64 {
if m != nil {
return m.CreateTime
2 years ago
}
2 years ago
return 0
}
2 years ago
func (m *ChatLog) GetEx() string {
if m != nil {
return m.Ex
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
type GetChatLogsResp struct {
2 years ago
ChatLogs []*ChatLog `protobuf:"bytes,1,rep,name=chatLogs" json:"chatLogs,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,2,opt,name=pagination" json:"pagination,omitempty"`
ChatLogsNum int32 `protobuf:"varint,3,opt,name=chatLogsNum" json:"chatLogsNum,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,4,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetChatLogsResp) Reset() { *m = GetChatLogsResp{} }
func (m *GetChatLogsResp) String() string { return proto.CompactTextString(m) }
func (*GetChatLogsResp) ProtoMessage() {}
func (*GetChatLogsResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{11}
2 years ago
}
2 years ago
func (m *GetChatLogsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetChatLogsResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetChatLogsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetChatLogsResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetChatLogsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetChatLogsResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetChatLogsResp) XXX_Size() int {
return xxx_messageInfo_GetChatLogsResp.Size(m)
}
func (m *GetChatLogsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetChatLogsResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetChatLogsResp proto.InternalMessageInfo
func (m *GetChatLogsResp) GetChatLogs() []*ChatLog {
if m != nil {
return m.ChatLogs
2 years ago
}
return nil
}
2 years ago
func (m *GetChatLogsResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2 years ago
}
return nil
}
2 years ago
func (m *GetChatLogsResp) GetChatLogsNum() int32 {
if m != nil {
return m.ChatLogsNum
2 years ago
}
return 0
}
2 years ago
func (m *GetChatLogsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type StatisticsReq struct {
2 years ago
From string `protobuf:"bytes,1,opt,name=from" json:"from,omitempty"`
To string `protobuf:"bytes,2,opt,name=to" json:"to,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *StatisticsReq) Reset() { *m = StatisticsReq{} }
func (m *StatisticsReq) String() string { return proto.CompactTextString(m) }
func (*StatisticsReq) ProtoMessage() {}
func (*StatisticsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{12}
2 years ago
}
2 years ago
func (m *StatisticsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StatisticsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *StatisticsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StatisticsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *StatisticsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_StatisticsReq.Merge(dst, src)
}
func (m *StatisticsReq) XXX_Size() int {
return xxx_messageInfo_StatisticsReq.Size(m)
}
func (m *StatisticsReq) XXX_DiscardUnknown() {
xxx_messageInfo_StatisticsReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_StatisticsReq proto.InternalMessageInfo
func (m *StatisticsReq) GetFrom() string {
if m != nil {
return m.From
2 years ago
}
return ""
}
2 years ago
func (m *StatisticsReq) GetTo() string {
if m != nil {
return m.To
2 years ago
}
return ""
}
type GetActiveUserReq struct {
2 years ago
StatisticsReq *StatisticsReq `protobuf:"bytes,1,opt,name=statisticsReq" json:"statisticsReq,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetActiveUserReq) Reset() { *m = GetActiveUserReq{} }
func (m *GetActiveUserReq) String() string { return proto.CompactTextString(m) }
func (*GetActiveUserReq) ProtoMessage() {}
func (*GetActiveUserReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{13}
2 years ago
}
2 years ago
func (m *GetActiveUserReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetActiveUserReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetActiveUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetActiveUserReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetActiveUserReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetActiveUserReq.Merge(dst, src)
}
func (m *GetActiveUserReq) XXX_Size() int {
return xxx_messageInfo_GetActiveUserReq.Size(m)
}
func (m *GetActiveUserReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetActiveUserReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetActiveUserReq proto.InternalMessageInfo
func (m *GetActiveUserReq) GetStatisticsReq() *StatisticsReq {
if m != nil {
return m.StatisticsReq
2 years ago
}
return nil
}
2 years ago
func (m *GetActiveUserReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type UserResp struct {
2 years ago
NickName string `protobuf:"bytes,1,opt,name=nickName" json:"nickName,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
MessageNum int32 `protobuf:"varint,3,opt,name=messageNum" json:"messageNum,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *UserResp) Reset() { *m = UserResp{} }
func (m *UserResp) String() string { return proto.CompactTextString(m) }
func (*UserResp) ProtoMessage() {}
func (*UserResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{14}
2 years ago
}
2 years ago
func (m *UserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *UserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *UserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserResp.Merge(dst, src)
}
func (m *UserResp) XXX_Size() int {
return xxx_messageInfo_UserResp.Size(m)
2 years ago
}
2 years ago
func (m *UserResp) XXX_DiscardUnknown() {
xxx_messageInfo_UserResp.DiscardUnknown(m)
}
var xxx_messageInfo_UserResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *UserResp) GetNickName() string {
if m != nil {
return m.NickName
2 years ago
}
return ""
}
2 years ago
func (m *UserResp) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
2 years ago
func (m *UserResp) GetMessageNum() int32 {
if m != nil {
return m.MessageNum
2 years ago
}
return 0
}
type GetActiveUserResp struct {
2 years ago
Users []*UserResp `protobuf:"bytes,1,rep,name=Users" json:"Users,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,2,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetActiveUserResp) Reset() { *m = GetActiveUserResp{} }
func (m *GetActiveUserResp) String() string { return proto.CompactTextString(m) }
func (*GetActiveUserResp) ProtoMessage() {}
func (*GetActiveUserResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{15}
2 years ago
}
2 years ago
func (m *GetActiveUserResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetActiveUserResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetActiveUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetActiveUserResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetActiveUserResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetActiveUserResp.Merge(dst, src)
}
func (m *GetActiveUserResp) XXX_Size() int {
return xxx_messageInfo_GetActiveUserResp.Size(m)
2 years ago
}
2 years ago
func (m *GetActiveUserResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetActiveUserResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetActiveUserResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetActiveUserResp) GetUsers() []*UserResp {
if m != nil {
return m.Users
2 years ago
}
return nil
}
2 years ago
func (m *GetActiveUserResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetActiveGroupReq struct {
2 years ago
StatisticsReq *StatisticsReq `protobuf:"bytes,1,opt,name=statisticsReq" json:"statisticsReq,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetActiveGroupReq) Reset() { *m = GetActiveGroupReq{} }
func (m *GetActiveGroupReq) String() string { return proto.CompactTextString(m) }
func (*GetActiveGroupReq) ProtoMessage() {}
func (*GetActiveGroupReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{16}
2 years ago
}
2 years ago
func (m *GetActiveGroupReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetActiveGroupReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetActiveGroupReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetActiveGroupReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetActiveGroupReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetActiveGroupReq.Merge(dst, src)
}
func (m *GetActiveGroupReq) XXX_Size() int {
return xxx_messageInfo_GetActiveGroupReq.Size(m)
2 years ago
}
2 years ago
func (m *GetActiveGroupReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetActiveGroupReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetActiveGroupReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetActiveGroupReq) GetStatisticsReq() *StatisticsReq {
if m != nil {
return m.StatisticsReq
2 years ago
}
return nil
}
2 years ago
func (m *GetActiveGroupReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type GroupResp struct {
2 years ago
GroupName string `protobuf:"bytes,1,opt,name=GroupName" json:"GroupName,omitempty"`
GroupId string `protobuf:"bytes,2,opt,name=GroupId" json:"GroupId,omitempty"`
MessageNum int32 `protobuf:"varint,3,opt,name=MessageNum" json:"MessageNum,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,4,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupResp) Reset() { *m = GroupResp{} }
func (m *GroupResp) String() string { return proto.CompactTextString(m) }
func (*GroupResp) ProtoMessage() {}
func (*GroupResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{17}
2 years ago
}
2 years ago
func (m *GroupResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GroupResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GroupResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GroupResp) XXX_Size() int {
return xxx_messageInfo_GroupResp.Size(m)
2 years ago
}
2 years ago
func (m *GroupResp) XXX_DiscardUnknown() {
xxx_messageInfo_GroupResp.DiscardUnknown(m)
}
var xxx_messageInfo_GroupResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GroupResp) GetGroupName() string {
if m != nil {
return m.GroupName
2 years ago
}
return ""
}
2 years ago
func (m *GroupResp) GetGroupId() string {
if m != nil {
return m.GroupId
2 years ago
}
return ""
}
2 years ago
func (m *GroupResp) GetMessageNum() int32 {
if m != nil {
return m.MessageNum
2 years ago
}
return 0
}
2 years ago
func (m *GroupResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetActiveGroupResp struct {
2 years ago
Groups []*GroupResp `protobuf:"bytes,1,rep,name=Groups" json:"Groups,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,2,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetActiveGroupResp) Reset() { *m = GetActiveGroupResp{} }
func (m *GetActiveGroupResp) String() string { return proto.CompactTextString(m) }
func (*GetActiveGroupResp) ProtoMessage() {}
func (*GetActiveGroupResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{18}
2 years ago
}
2 years ago
func (m *GetActiveGroupResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetActiveGroupResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetActiveGroupResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetActiveGroupResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetActiveGroupResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetActiveGroupResp.Merge(dst, src)
}
func (m *GetActiveGroupResp) XXX_Size() int {
return xxx_messageInfo_GetActiveGroupResp.Size(m)
2 years ago
}
2 years ago
func (m *GetActiveGroupResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetActiveGroupResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetActiveGroupResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetActiveGroupResp) GetGroups() []*GroupResp {
if m != nil {
return m.Groups
2 years ago
}
return nil
}
2 years ago
func (m *GetActiveGroupResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type DateNumList struct {
2 years ago
Date string `protobuf:"bytes,1,opt,name=Date" json:"Date,omitempty"`
Num int32 `protobuf:"varint,2,opt,name=Num" json:"Num,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *DateNumList) Reset() { *m = DateNumList{} }
func (m *DateNumList) String() string { return proto.CompactTextString(m) }
func (*DateNumList) ProtoMessage() {}
func (*DateNumList) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{19}
2 years ago
}
2 years ago
func (m *DateNumList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DateNumList.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *DateNumList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DateNumList.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *DateNumList) XXX_Merge(src proto.Message) {
xxx_messageInfo_DateNumList.Merge(dst, src)
}
func (m *DateNumList) XXX_Size() int {
return xxx_messageInfo_DateNumList.Size(m)
2 years ago
}
2 years ago
func (m *DateNumList) XXX_DiscardUnknown() {
xxx_messageInfo_DateNumList.DiscardUnknown(m)
}
var xxx_messageInfo_DateNumList proto.InternalMessageInfo
2 years ago
2 years ago
func (m *DateNumList) GetDate() string {
if m != nil {
return m.Date
2 years ago
}
return ""
}
2 years ago
func (m *DateNumList) GetNum() int32 {
if m != nil {
return m.Num
2 years ago
}
return 0
}
type GetMessageStatisticsReq struct {
2 years ago
StatisticsReq *StatisticsReq `protobuf:"bytes,1,opt,name=StatisticsReq" json:"StatisticsReq,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetMessageStatisticsReq) Reset() { *m = GetMessageStatisticsReq{} }
func (m *GetMessageStatisticsReq) String() string { return proto.CompactTextString(m) }
func (*GetMessageStatisticsReq) ProtoMessage() {}
func (*GetMessageStatisticsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{20}
2 years ago
}
2 years ago
func (m *GetMessageStatisticsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetMessageStatisticsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetMessageStatisticsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetMessageStatisticsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetMessageStatisticsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetMessageStatisticsReq.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetMessageStatisticsReq) XXX_Size() int {
return xxx_messageInfo_GetMessageStatisticsReq.Size(m)
}
func (m *GetMessageStatisticsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetMessageStatisticsReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetMessageStatisticsReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetMessageStatisticsReq) GetStatisticsReq() *StatisticsReq {
if m != nil {
return m.StatisticsReq
2 years ago
}
return nil
}
2 years ago
func (m *GetMessageStatisticsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type GetMessageStatisticsResp struct {
2 years ago
PrivateMessageNum int32 `protobuf:"varint,1,opt,name=PrivateMessageNum" json:"PrivateMessageNum,omitempty"`
GroupMessageNum int32 `protobuf:"varint,2,opt,name=GroupMessageNum" json:"GroupMessageNum,omitempty"`
PrivateMessageNumList []*DateNumList `protobuf:"bytes,3,rep,name=PrivateMessageNumList" json:"PrivateMessageNumList,omitempty"`
GroupMessageNumList []*DateNumList `protobuf:"bytes,4,rep,name=GroupMessageNumList" json:"GroupMessageNumList,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,5,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetMessageStatisticsResp) Reset() { *m = GetMessageStatisticsResp{} }
func (m *GetMessageStatisticsResp) String() string { return proto.CompactTextString(m) }
func (*GetMessageStatisticsResp) ProtoMessage() {}
func (*GetMessageStatisticsResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{21}
2 years ago
}
2 years ago
func (m *GetMessageStatisticsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetMessageStatisticsResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetMessageStatisticsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetMessageStatisticsResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetMessageStatisticsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetMessageStatisticsResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetMessageStatisticsResp) XXX_Size() int {
return xxx_messageInfo_GetMessageStatisticsResp.Size(m)
}
func (m *GetMessageStatisticsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetMessageStatisticsResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetMessageStatisticsResp proto.InternalMessageInfo
func (m *GetMessageStatisticsResp) GetPrivateMessageNum() int32 {
if m != nil {
return m.PrivateMessageNum
2 years ago
}
return 0
}
2 years ago
func (m *GetMessageStatisticsResp) GetGroupMessageNum() int32 {
if m != nil {
return m.GroupMessageNum
2 years ago
}
return 0
}
2 years ago
func (m *GetMessageStatisticsResp) GetPrivateMessageNumList() []*DateNumList {
if m != nil {
return m.PrivateMessageNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetMessageStatisticsResp) GetGroupMessageNumList() []*DateNumList {
if m != nil {
return m.GroupMessageNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetMessageStatisticsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetGroupStatisticsReq struct {
2 years ago
StatisticsReq *StatisticsReq `protobuf:"bytes,1,opt,name=StatisticsReq" json:"StatisticsReq,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetGroupStatisticsReq) Reset() { *m = GetGroupStatisticsReq{} }
func (m *GetGroupStatisticsReq) String() string { return proto.CompactTextString(m) }
func (*GetGroupStatisticsReq) ProtoMessage() {}
func (*GetGroupStatisticsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{22}
2 years ago
}
2 years ago
func (m *GetGroupStatisticsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetGroupStatisticsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetGroupStatisticsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetGroupStatisticsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetGroupStatisticsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetGroupStatisticsReq.Merge(dst, src)
}
func (m *GetGroupStatisticsReq) XXX_Size() int {
return xxx_messageInfo_GetGroupStatisticsReq.Size(m)
}
func (m *GetGroupStatisticsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetGroupStatisticsReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetGroupStatisticsReq proto.InternalMessageInfo
func (m *GetGroupStatisticsReq) GetStatisticsReq() *StatisticsReq {
if m != nil {
return m.StatisticsReq
2 years ago
}
return nil
}
2 years ago
func (m *GetGroupStatisticsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type GetGroupStatisticsResp struct {
2 years ago
IncreaseGroupNum int32 `protobuf:"varint,1,opt,name=IncreaseGroupNum" json:"IncreaseGroupNum,omitempty"`
TotalGroupNum int32 `protobuf:"varint,2,opt,name=TotalGroupNum" json:"TotalGroupNum,omitempty"`
IncreaseGroupNumList []*DateNumList `protobuf:"bytes,3,rep,name=IncreaseGroupNumList" json:"IncreaseGroupNumList,omitempty"`
TotalGroupNumList []*DateNumList `protobuf:"bytes,4,rep,name=TotalGroupNumList" json:"TotalGroupNumList,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,5,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetGroupStatisticsResp) Reset() { *m = GetGroupStatisticsResp{} }
func (m *GetGroupStatisticsResp) String() string { return proto.CompactTextString(m) }
func (*GetGroupStatisticsResp) ProtoMessage() {}
func (*GetGroupStatisticsResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{23}
2 years ago
}
2 years ago
func (m *GetGroupStatisticsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetGroupStatisticsResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetGroupStatisticsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetGroupStatisticsResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetGroupStatisticsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetGroupStatisticsResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetGroupStatisticsResp) XXX_Size() int {
return xxx_messageInfo_GetGroupStatisticsResp.Size(m)
}
func (m *GetGroupStatisticsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetGroupStatisticsResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetGroupStatisticsResp proto.InternalMessageInfo
func (m *GetGroupStatisticsResp) GetIncreaseGroupNum() int32 {
if m != nil {
return m.IncreaseGroupNum
2 years ago
}
return 0
}
2 years ago
func (m *GetGroupStatisticsResp) GetTotalGroupNum() int32 {
if m != nil {
return m.TotalGroupNum
2 years ago
}
return 0
}
2 years ago
func (m *GetGroupStatisticsResp) GetIncreaseGroupNumList() []*DateNumList {
if m != nil {
return m.IncreaseGroupNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetGroupStatisticsResp) GetTotalGroupNumList() []*DateNumList {
if m != nil {
return m.TotalGroupNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetGroupStatisticsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetUserStatisticsReq struct {
2 years ago
StatisticsReq *StatisticsReq `protobuf:"bytes,1,opt,name=StatisticsReq" json:"StatisticsReq,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=OperationID" json:"OperationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetUserStatisticsReq) Reset() { *m = GetUserStatisticsReq{} }
func (m *GetUserStatisticsReq) String() string { return proto.CompactTextString(m) }
func (*GetUserStatisticsReq) ProtoMessage() {}
func (*GetUserStatisticsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{24}
2 years ago
}
2 years ago
func (m *GetUserStatisticsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserStatisticsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserStatisticsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserStatisticsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserStatisticsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserStatisticsReq.Merge(dst, src)
}
func (m *GetUserStatisticsReq) XXX_Size() int {
return xxx_messageInfo_GetUserStatisticsReq.Size(m)
2 years ago
}
2 years ago
func (m *GetUserStatisticsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserStatisticsReq.DiscardUnknown(m)
}
var xxx_messageInfo_GetUserStatisticsReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetUserStatisticsReq) GetStatisticsReq() *StatisticsReq {
if m != nil {
return m.StatisticsReq
2 years ago
}
return nil
}
2 years ago
func (m *GetUserStatisticsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type GetUserStatisticsResp struct {
2 years ago
IncreaseUserNum int32 `protobuf:"varint,1,opt,name=IncreaseUserNum" json:"IncreaseUserNum,omitempty"`
ActiveUserNum int32 `protobuf:"varint,2,opt,name=ActiveUserNum" json:"ActiveUserNum,omitempty"`
TotalUserNum int32 `protobuf:"varint,3,opt,name=TotalUserNum" json:"TotalUserNum,omitempty"`
IncreaseUserNumList []*DateNumList `protobuf:"bytes,4,rep,name=IncreaseUserNumList" json:"IncreaseUserNumList,omitempty"`
ActiveUserNumList []*DateNumList `protobuf:"bytes,5,rep,name=ActiveUserNumList" json:"ActiveUserNumList,omitempty"`
TotalUserNumList []*DateNumList `protobuf:"bytes,6,rep,name=TotalUserNumList" json:"TotalUserNumList,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,7,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetUserStatisticsResp) Reset() { *m = GetUserStatisticsResp{} }
func (m *GetUserStatisticsResp) String() string { return proto.CompactTextString(m) }
func (*GetUserStatisticsResp) ProtoMessage() {}
func (*GetUserStatisticsResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{25}
2 years ago
}
2 years ago
func (m *GetUserStatisticsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserStatisticsResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserStatisticsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserStatisticsResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserStatisticsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserStatisticsResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetUserStatisticsResp) XXX_Size() int {
return xxx_messageInfo_GetUserStatisticsResp.Size(m)
2 years ago
}
2 years ago
func (m *GetUserStatisticsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserStatisticsResp.DiscardUnknown(m)
}
var xxx_messageInfo_GetUserStatisticsResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GetUserStatisticsResp) GetIncreaseUserNum() int32 {
if m != nil {
return m.IncreaseUserNum
2 years ago
}
return 0
}
2 years ago
func (m *GetUserStatisticsResp) GetActiveUserNum() int32 {
if m != nil {
return m.ActiveUserNum
2 years ago
}
return 0
}
2 years ago
func (m *GetUserStatisticsResp) GetTotalUserNum() int32 {
if m != nil {
return m.TotalUserNum
2 years ago
}
return 0
}
2 years ago
func (m *GetUserStatisticsResp) GetIncreaseUserNumList() []*DateNumList {
if m != nil {
return m.IncreaseUserNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserStatisticsResp) GetActiveUserNumList() []*DateNumList {
if m != nil {
return m.ActiveUserNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserStatisticsResp) GetTotalUserNumList() []*DateNumList {
if m != nil {
return m.TotalUserNumList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserStatisticsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
2 years ago
type GenerateInvitationCodeReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
CodeLen int32 `protobuf:"varint,2,opt,name=codeLen" json:"codeLen,omitempty"`
CodeNum int32 `protobuf:"varint,3,opt,name=codeNum" json:"codeNum,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GenerateInvitationCodeReq) Reset() { *m = GenerateInvitationCodeReq{} }
func (m *GenerateInvitationCodeReq) String() string { return proto.CompactTextString(m) }
func (*GenerateInvitationCodeReq) ProtoMessage() {}
func (*GenerateInvitationCodeReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{26}
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GenerateInvitationCodeReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GenerateInvitationCodeReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GenerateInvitationCodeReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GenerateInvitationCodeReq.Merge(dst, src)
}
func (m *GenerateInvitationCodeReq) XXX_Size() int {
return xxx_messageInfo_GenerateInvitationCodeReq.Size(m)
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeReq) XXX_DiscardUnknown() {
xxx_messageInfo_GenerateInvitationCodeReq.DiscardUnknown(m)
}
var xxx_messageInfo_GenerateInvitationCodeReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GenerateInvitationCodeReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
2 years ago
func (m *GenerateInvitationCodeReq) GetCodeLen() int32 {
if m != nil {
return m.CodeLen
2 years ago
}
return 0
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeReq) GetCodeNum() int32 {
if m != nil {
return m.CodeNum
2 years ago
}
return 0
2 years ago
}
2 years ago
type GenerateInvitationCodeResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GenerateInvitationCodeResp) Reset() { *m = GenerateInvitationCodeResp{} }
func (m *GenerateInvitationCodeResp) String() string { return proto.CompactTextString(m) }
func (*GenerateInvitationCodeResp) ProtoMessage() {}
func (*GenerateInvitationCodeResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{27}
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GenerateInvitationCodeResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GenerateInvitationCodeResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GenerateInvitationCodeResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GenerateInvitationCodeResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GenerateInvitationCodeResp) XXX_Size() int {
return xxx_messageInfo_GenerateInvitationCodeResp.Size(m)
}
func (m *GenerateInvitationCodeResp) XXX_DiscardUnknown() {
xxx_messageInfo_GenerateInvitationCodeResp.DiscardUnknown(m)
}
var xxx_messageInfo_GenerateInvitationCodeResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *GenerateInvitationCodeResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
2 years ago
return nil
2 years ago
}
2 years ago
type GetInvitationCodesReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
Code string `protobuf:"bytes,2,opt,name=code" json:"code,omitempty"`
Status int32 `protobuf:"varint,3,opt,name=status" json:"status,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,4,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetInvitationCodesReq) Reset() { *m = GetInvitationCodesReq{} }
func (m *GetInvitationCodesReq) String() string { return proto.CompactTextString(m) }
func (*GetInvitationCodesReq) ProtoMessage() {}
func (*GetInvitationCodesReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{28}
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetInvitationCodesReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetInvitationCodesReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetInvitationCodesReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetInvitationCodesReq.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) XXX_Size() int {
return xxx_messageInfo_GetInvitationCodesReq.Size(m)
}
func (m *GetInvitationCodesReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetInvitationCodesReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetInvitationCodesReq proto.InternalMessageInfo
func (m *GetInvitationCodesReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) GetCode() string {
if m != nil {
return m.Code
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) GetStatus() int32 {
if m != nil {
return m.Status
2 years ago
}
2 years ago
return 0
2 years ago
}
2 years ago
func (m *GetInvitationCodesReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2 years ago
}
2 years ago
return nil
2 years ago
}
2 years ago
type InvitationCode struct {
2 years ago
InvitationCode string `protobuf:"bytes,1,opt,name=invitationCode" json:"invitationCode,omitempty"`
CreateTime int32 `protobuf:"varint,2,opt,name=createTime" json:"createTime,omitempty"`
LastTime int32 `protobuf:"varint,3,opt,name=lastTime" json:"lastTime,omitempty"`
UserID string `protobuf:"bytes,4,opt,name=userID" json:"userID,omitempty"`
Status int32 `protobuf:"varint,5,opt,name=status" json:"status,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *InvitationCode) Reset() { *m = InvitationCode{} }
func (m *InvitationCode) String() string { return proto.CompactTextString(m) }
func (*InvitationCode) ProtoMessage() {}
func (*InvitationCode) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{29}
2 years ago
}
2 years ago
func (m *InvitationCode) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_InvitationCode.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *InvitationCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_InvitationCode.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *InvitationCode) XXX_Merge(src proto.Message) {
xxx_messageInfo_InvitationCode.Merge(dst, src)
2 years ago
}
2 years ago
func (m *InvitationCode) XXX_Size() int {
return xxx_messageInfo_InvitationCode.Size(m)
}
func (m *InvitationCode) XXX_DiscardUnknown() {
xxx_messageInfo_InvitationCode.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_InvitationCode proto.InternalMessageInfo
func (m *InvitationCode) GetInvitationCode() string {
if m != nil {
return m.InvitationCode
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *InvitationCode) GetCreateTime() int32 {
if m != nil {
return m.CreateTime
2 years ago
}
2 years ago
return 0
2 years ago
}
2 years ago
func (m *InvitationCode) GetLastTime() int32 {
if m != nil {
return m.LastTime
2 years ago
}
2 years ago
return 0
2 years ago
}
2 years ago
func (m *InvitationCode) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
2 years ago
return ""
2 years ago
}
2 years ago
func (m *InvitationCode) GetStatus() int32 {
if m != nil {
return m.Status
2 years ago
}
return 0
}
2 years ago
2 years ago
type GetInvitationCodesResp struct {
2 years ago
InvitationCodes []*InvitationCode `protobuf:"bytes,1,rep,name=invitationCodes" json:"invitationCodes,omitempty"`
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,2,opt,name=Pagination" json:"Pagination,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,3,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetInvitationCodesResp) Reset() { *m = GetInvitationCodesResp{} }
func (m *GetInvitationCodesResp) String() string { return proto.CompactTextString(m) }
func (*GetInvitationCodesResp) ProtoMessage() {}
func (*GetInvitationCodesResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{30}
2 years ago
}
2 years ago
func (m *GetInvitationCodesResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetInvitationCodesResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetInvitationCodesResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetInvitationCodesResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetInvitationCodesResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetInvitationCodesResp.Merge(dst, src)
}
func (m *GetInvitationCodesResp) XXX_Size() int {
return xxx_messageInfo_GetInvitationCodesResp.Size(m)
}
func (m *GetInvitationCodesResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetInvitationCodesResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetInvitationCodesResp proto.InternalMessageInfo
func (m *GetInvitationCodesResp) GetInvitationCodes() []*InvitationCode {
if m != nil {
return m.InvitationCodes
2 years ago
}
2 years ago
return nil
}
2 years ago
func (m *GetInvitationCodesResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2 years ago
}
2 years ago
return nil
2 years ago
}
2 years ago
func (m *GetInvitationCodesResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type QueryIPRegisterReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
IP string `protobuf:"bytes,2,opt,name=IP" json:"IP,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *QueryIPRegisterReq) Reset() { *m = QueryIPRegisterReq{} }
func (m *QueryIPRegisterReq) String() string { return proto.CompactTextString(m) }
func (*QueryIPRegisterReq) ProtoMessage() {}
func (*QueryIPRegisterReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{31}
2 years ago
}
2 years ago
func (m *QueryIPRegisterReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QueryIPRegisterReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *QueryIPRegisterReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QueryIPRegisterReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *QueryIPRegisterReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_QueryIPRegisterReq.Merge(dst, src)
}
func (m *QueryIPRegisterReq) XXX_Size() int {
return xxx_messageInfo_QueryIPRegisterReq.Size(m)
2 years ago
}
2 years ago
func (m *QueryIPRegisterReq) XXX_DiscardUnknown() {
xxx_messageInfo_QueryIPRegisterReq.DiscardUnknown(m)
}
var xxx_messageInfo_QueryIPRegisterReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *QueryIPRegisterReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *QueryIPRegisterReq) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
type QueryIPRegisterResp struct {
2 years ago
IP string `protobuf:"bytes,1,opt,name=IP" json:"IP,omitempty"`
RegisterNum int32 `protobuf:"varint,2,opt,name=RegisterNum" json:"RegisterNum,omitempty"`
Status int32 `protobuf:"varint,3,opt,name=Status" json:"Status,omitempty"`
UserIDList []string `protobuf:"bytes,4,rep,name=userIDList" json:"userIDList,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,5,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *QueryIPRegisterResp) Reset() { *m = QueryIPRegisterResp{} }
func (m *QueryIPRegisterResp) String() string { return proto.CompactTextString(m) }
func (*QueryIPRegisterResp) ProtoMessage() {}
func (*QueryIPRegisterResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{32}
2 years ago
}
2 years ago
func (m *QueryIPRegisterResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QueryIPRegisterResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *QueryIPRegisterResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QueryIPRegisterResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *QueryIPRegisterResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_QueryIPRegisterResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *QueryIPRegisterResp) XXX_Size() int {
return xxx_messageInfo_QueryIPRegisterResp.Size(m)
2 years ago
}
2 years ago
func (m *QueryIPRegisterResp) XXX_DiscardUnknown() {
xxx_messageInfo_QueryIPRegisterResp.DiscardUnknown(m)
}
var xxx_messageInfo_QueryIPRegisterResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *QueryIPRegisterResp) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
2 years ago
func (m *QueryIPRegisterResp) GetRegisterNum() int32 {
if m != nil {
return m.RegisterNum
2 years ago
}
return 0
}
2 years ago
func (m *QueryIPRegisterResp) GetStatus() int32 {
if m != nil {
return m.Status
2 years ago
}
return 0
}
2 years ago
func (m *QueryIPRegisterResp) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2 years ago
}
return nil
}
2 years ago
func (m *QueryIPRegisterResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type AddIPLimitReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
IP string `protobuf:"bytes,2,opt,name=IP" json:"IP,omitempty"`
LimitTime int32 `protobuf:"varint,3,opt,name=limitTime" json:"limitTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddIPLimitReq) Reset() { *m = AddIPLimitReq{} }
func (m *AddIPLimitReq) String() string { return proto.CompactTextString(m) }
func (*AddIPLimitReq) ProtoMessage() {}
func (*AddIPLimitReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{33}
2 years ago
}
2 years ago
func (m *AddIPLimitReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddIPLimitReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *AddIPLimitReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddIPLimitReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AddIPLimitReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddIPLimitReq.Merge(dst, src)
}
func (m *AddIPLimitReq) XXX_Size() int {
return xxx_messageInfo_AddIPLimitReq.Size(m)
2 years ago
}
2 years ago
func (m *AddIPLimitReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddIPLimitReq.DiscardUnknown(m)
}
var xxx_messageInfo_AddIPLimitReq proto.InternalMessageInfo
2 years ago
2 years ago
func (m *AddIPLimitReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *AddIPLimitReq) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
2 years ago
func (m *AddIPLimitReq) GetLimitTime() int32 {
if m != nil {
return m.LimitTime
2 years ago
}
return 0
}
type AddIPLimitResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddIPLimitResp) Reset() { *m = AddIPLimitResp{} }
func (m *AddIPLimitResp) String() string { return proto.CompactTextString(m) }
func (*AddIPLimitResp) ProtoMessage() {}
2 years ago
func (*AddIPLimitResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{34}
2 years ago
}
2 years ago
func (m *AddIPLimitResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddIPLimitResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *AddIPLimitResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddIPLimitResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AddIPLimitResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddIPLimitResp.Merge(dst, src)
}
func (m *AddIPLimitResp) XXX_Size() int {
return xxx_messageInfo_AddIPLimitResp.Size(m)
2 years ago
}
2 years ago
func (m *AddIPLimitResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddIPLimitResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_AddIPLimitResp proto.InternalMessageInfo
2 years ago
2 years ago
func (m *AddIPLimitResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
2 years ago
return nil
}
type RemoveIPLimitReq struct {
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
IP string `protobuf:"bytes,2,opt,name=IP" json:"IP,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
func (m *RemoveIPLimitReq) Reset() { *m = RemoveIPLimitReq{} }
func (m *RemoveIPLimitReq) String() string { return proto.CompactTextString(m) }
func (*RemoveIPLimitReq) ProtoMessage() {}
2 years ago
func (*RemoveIPLimitReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{35}
2 years ago
}
func (m *RemoveIPLimitReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveIPLimitReq.Unmarshal(m, b)
}
func (m *RemoveIPLimitReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveIPLimitReq.Marshal(b, m, deterministic)
}
func (dst *RemoveIPLimitReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveIPLimitReq.Merge(dst, src)
}
func (m *RemoveIPLimitReq) XXX_Size() int {
return xxx_messageInfo_RemoveIPLimitReq.Size(m)
}
func (m *RemoveIPLimitReq) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveIPLimitReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_RemoveIPLimitReq proto.InternalMessageInfo
func (m *RemoveIPLimitReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *RemoveIPLimitReq) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
type RemoveIPLimitResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *RemoveIPLimitResp) Reset() { *m = RemoveIPLimitResp{} }
func (m *RemoveIPLimitResp) String() string { return proto.CompactTextString(m) }
func (*RemoveIPLimitResp) ProtoMessage() {}
func (*RemoveIPLimitResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{36}
2 years ago
}
2 years ago
func (m *RemoveIPLimitResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveIPLimitResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *RemoveIPLimitResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveIPLimitResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *RemoveIPLimitResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveIPLimitResp.Merge(dst, src)
}
func (m *RemoveIPLimitResp) XXX_Size() int {
return xxx_messageInfo_RemoveIPLimitResp.Size(m)
}
func (m *RemoveIPLimitResp) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveIPLimitResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_RemoveIPLimitResp proto.InternalMessageInfo
func (m *RemoveIPLimitResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type QueryUserIDIPLimitLoginReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *QueryUserIDIPLimitLoginReq) Reset() { *m = QueryUserIDIPLimitLoginReq{} }
func (m *QueryUserIDIPLimitLoginReq) String() string { return proto.CompactTextString(m) }
func (*QueryUserIDIPLimitLoginReq) ProtoMessage() {}
func (*QueryUserIDIPLimitLoginReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{37}
2 years ago
}
2 years ago
func (m *QueryUserIDIPLimitLoginReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QueryUserIDIPLimitLoginReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *QueryUserIDIPLimitLoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QueryUserIDIPLimitLoginReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *QueryUserIDIPLimitLoginReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_QueryUserIDIPLimitLoginReq.Merge(dst, src)
}
func (m *QueryUserIDIPLimitLoginReq) XXX_Size() int {
return xxx_messageInfo_QueryUserIDIPLimitLoginReq.Size(m)
}
func (m *QueryUserIDIPLimitLoginReq) XXX_DiscardUnknown() {
xxx_messageInfo_QueryUserIDIPLimitLoginReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_QueryUserIDIPLimitLoginReq proto.InternalMessageInfo
func (m *QueryUserIDIPLimitLoginReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *QueryUserIDIPLimitLoginReq) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
type UserIPLimit struct {
2 years ago
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
IP string `protobuf:"bytes,2,opt,name=IP" json:"IP,omitempty"`
CreateTime int32 `protobuf:"varint,3,opt,name=createTime" json:"createTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *UserIPLimit) Reset() { *m = UserIPLimit{} }
func (m *UserIPLimit) String() string { return proto.CompactTextString(m) }
func (*UserIPLimit) ProtoMessage() {}
func (*UserIPLimit) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{38}
2 years ago
}
2 years ago
func (m *UserIPLimit) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserIPLimit.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *UserIPLimit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_UserIPLimit.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *UserIPLimit) XXX_Merge(src proto.Message) {
xxx_messageInfo_UserIPLimit.Merge(dst, src)
}
func (m *UserIPLimit) XXX_Size() int {
return xxx_messageInfo_UserIPLimit.Size(m)
}
func (m *UserIPLimit) XXX_DiscardUnknown() {
xxx_messageInfo_UserIPLimit.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_UserIPLimit proto.InternalMessageInfo
func (m *UserIPLimit) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
2 years ago
func (m *UserIPLimit) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
2 years ago
func (m *UserIPLimit) GetCreateTime() int32 {
if m != nil {
return m.CreateTime
2 years ago
}
return 0
}
type QueryUserIDIPLimitLoginResp struct {
2 years ago
UserIPLimits []*UserIPLimit `protobuf:"bytes,1,rep,name=UserIPLimits" json:"UserIPLimits,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,2,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *QueryUserIDIPLimitLoginResp) Reset() { *m = QueryUserIDIPLimitLoginResp{} }
func (m *QueryUserIDIPLimitLoginResp) String() string { return proto.CompactTextString(m) }
func (*QueryUserIDIPLimitLoginResp) ProtoMessage() {}
func (*QueryUserIDIPLimitLoginResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{39}
2 years ago
}
2 years ago
func (m *QueryUserIDIPLimitLoginResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_QueryUserIDIPLimitLoginResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *QueryUserIDIPLimitLoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_QueryUserIDIPLimitLoginResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *QueryUserIDIPLimitLoginResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_QueryUserIDIPLimitLoginResp.Merge(dst, src)
}
func (m *QueryUserIDIPLimitLoginResp) XXX_Size() int {
return xxx_messageInfo_QueryUserIDIPLimitLoginResp.Size(m)
}
func (m *QueryUserIDIPLimitLoginResp) XXX_DiscardUnknown() {
xxx_messageInfo_QueryUserIDIPLimitLoginResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_QueryUserIDIPLimitLoginResp proto.InternalMessageInfo
func (m *QueryUserIDIPLimitLoginResp) GetUserIPLimits() []*UserIPLimit {
if m != nil {
return m.UserIPLimits
2 years ago
}
return nil
}
2 years ago
func (m *QueryUserIDIPLimitLoginResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type AddUserIPLimitLoginReq struct {
2 years ago
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
IP string `protobuf:"bytes,3,opt,name=IP" json:"IP,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddUserIPLimitLoginReq) Reset() { *m = AddUserIPLimitLoginReq{} }
func (m *AddUserIPLimitLoginReq) String() string { return proto.CompactTextString(m) }
func (*AddUserIPLimitLoginReq) ProtoMessage() {}
func (*AddUserIPLimitLoginReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{40}
2 years ago
}
2 years ago
func (m *AddUserIPLimitLoginReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserIPLimitLoginReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *AddUserIPLimitLoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserIPLimitLoginReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AddUserIPLimitLoginReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserIPLimitLoginReq.Merge(dst, src)
}
func (m *AddUserIPLimitLoginReq) XXX_Size() int {
return xxx_messageInfo_AddUserIPLimitLoginReq.Size(m)
}
func (m *AddUserIPLimitLoginReq) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserIPLimitLoginReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_AddUserIPLimitLoginReq proto.InternalMessageInfo
func (m *AddUserIPLimitLoginReq) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
2 years ago
func (m *AddUserIPLimitLoginReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *AddUserIPLimitLoginReq) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
type AddUserIPLimitLoginResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *AddUserIPLimitLoginResp) Reset() { *m = AddUserIPLimitLoginResp{} }
func (m *AddUserIPLimitLoginResp) String() string { return proto.CompactTextString(m) }
func (*AddUserIPLimitLoginResp) ProtoMessage() {}
func (*AddUserIPLimitLoginResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{41}
2 years ago
}
2 years ago
func (m *AddUserIPLimitLoginResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AddUserIPLimitLoginResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *AddUserIPLimitLoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AddUserIPLimitLoginResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *AddUserIPLimitLoginResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_AddUserIPLimitLoginResp.Merge(dst, src)
}
func (m *AddUserIPLimitLoginResp) XXX_Size() int {
return xxx_messageInfo_AddUserIPLimitLoginResp.Size(m)
}
func (m *AddUserIPLimitLoginResp) XXX_DiscardUnknown() {
xxx_messageInfo_AddUserIPLimitLoginResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_AddUserIPLimitLoginResp proto.InternalMessageInfo
func (m *AddUserIPLimitLoginResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type RemoveUserIPLimitReq struct {
2 years ago
UserID string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
IP string `protobuf:"bytes,3,opt,name=IP" json:"IP,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *RemoveUserIPLimitReq) Reset() { *m = RemoveUserIPLimitReq{} }
func (m *RemoveUserIPLimitReq) String() string { return proto.CompactTextString(m) }
func (*RemoveUserIPLimitReq) ProtoMessage() {}
func (*RemoveUserIPLimitReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{42}
2 years ago
}
2 years ago
func (m *RemoveUserIPLimitReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveUserIPLimitReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *RemoveUserIPLimitReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveUserIPLimitReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *RemoveUserIPLimitReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveUserIPLimitReq.Merge(dst, src)
}
func (m *RemoveUserIPLimitReq) XXX_Size() int {
return xxx_messageInfo_RemoveUserIPLimitReq.Size(m)
}
func (m *RemoveUserIPLimitReq) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveUserIPLimitReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_RemoveUserIPLimitReq proto.InternalMessageInfo
func (m *RemoveUserIPLimitReq) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
2 years ago
func (m *RemoveUserIPLimitReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *RemoveUserIPLimitReq) GetIP() string {
if m != nil {
return m.IP
2 years ago
}
return ""
}
type RemoveUserIPLimitResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *RemoveUserIPLimitResp) Reset() { *m = RemoveUserIPLimitResp{} }
func (m *RemoveUserIPLimitResp) String() string { return proto.CompactTextString(m) }
func (*RemoveUserIPLimitResp) ProtoMessage() {}
func (*RemoveUserIPLimitResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{43}
2 years ago
}
2 years ago
func (m *RemoveUserIPLimitResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RemoveUserIPLimitResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *RemoveUserIPLimitResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RemoveUserIPLimitResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *RemoveUserIPLimitResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_RemoveUserIPLimitResp.Merge(dst, src)
}
func (m *RemoveUserIPLimitResp) XXX_Size() int {
return xxx_messageInfo_RemoveUserIPLimitResp.Size(m)
}
func (m *RemoveUserIPLimitResp) XXX_DiscardUnknown() {
xxx_messageInfo_RemoveUserIPLimitResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_RemoveUserIPLimitResp proto.InternalMessageInfo
func (m *RemoveUserIPLimitResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetClientInitConfigReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetClientInitConfigReq) Reset() { *m = GetClientInitConfigReq{} }
func (m *GetClientInitConfigReq) String() string { return proto.CompactTextString(m) }
func (*GetClientInitConfigReq) ProtoMessage() {}
func (*GetClientInitConfigReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{44}
2 years ago
}
2 years ago
func (m *GetClientInitConfigReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetClientInitConfigReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetClientInitConfigReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetClientInitConfigReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetClientInitConfigReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetClientInitConfigReq.Merge(dst, src)
}
func (m *GetClientInitConfigReq) XXX_Size() int {
return xxx_messageInfo_GetClientInitConfigReq.Size(m)
}
func (m *GetClientInitConfigReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetClientInitConfigReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetClientInitConfigReq proto.InternalMessageInfo
func (m *GetClientInitConfigReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
type GetClientInitConfigResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetClientInitConfigResp) Reset() { *m = GetClientInitConfigResp{} }
func (m *GetClientInitConfigResp) String() string { return proto.CompactTextString(m) }
func (*GetClientInitConfigResp) ProtoMessage() {}
func (*GetClientInitConfigResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{45}
2 years ago
}
2 years ago
func (m *GetClientInitConfigResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetClientInitConfigResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetClientInitConfigResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetClientInitConfigResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetClientInitConfigResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetClientInitConfigResp.Merge(dst, src)
}
func (m *GetClientInitConfigResp) XXX_Size() int {
return xxx_messageInfo_GetClientInitConfigResp.Size(m)
}
func (m *GetClientInitConfigResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetClientInitConfigResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetClientInitConfigResp proto.InternalMessageInfo
func (m *GetClientInitConfigResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type SetClientInitConfigReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
DiscoverPageURL string `protobuf:"bytes,2,opt,name=discoverPageURL" json:"discoverPageURL,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *SetClientInitConfigReq) Reset() { *m = SetClientInitConfigReq{} }
func (m *SetClientInitConfigReq) String() string { return proto.CompactTextString(m) }
func (*SetClientInitConfigReq) ProtoMessage() {}
func (*SetClientInitConfigReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{46}
2 years ago
}
2 years ago
func (m *SetClientInitConfigReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetClientInitConfigReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *SetClientInitConfigReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetClientInitConfigReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *SetClientInitConfigReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetClientInitConfigReq.Merge(dst, src)
}
func (m *SetClientInitConfigReq) XXX_Size() int {
return xxx_messageInfo_SetClientInitConfigReq.Size(m)
}
func (m *SetClientInitConfigReq) XXX_DiscardUnknown() {
xxx_messageInfo_SetClientInitConfigReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_SetClientInitConfigReq proto.InternalMessageInfo
func (m *SetClientInitConfigReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *SetClientInitConfigReq) GetDiscoverPageURL() string {
if m != nil {
return m.DiscoverPageURL
2 years ago
}
return ""
}
type SetClientInitConfigResp struct {
2 years ago
CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *SetClientInitConfigResp) Reset() { *m = SetClientInitConfigResp{} }
func (m *SetClientInitConfigResp) String() string { return proto.CompactTextString(m) }
func (*SetClientInitConfigResp) ProtoMessage() {}
func (*SetClientInitConfigResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{47}
2 years ago
}
2 years ago
func (m *SetClientInitConfigResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SetClientInitConfigResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *SetClientInitConfigResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SetClientInitConfigResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *SetClientInitConfigResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SetClientInitConfigResp.Merge(dst, src)
}
func (m *SetClientInitConfigResp) XXX_Size() int {
return xxx_messageInfo_SetClientInitConfigResp.Size(m)
}
func (m *SetClientInitConfigResp) XXX_DiscardUnknown() {
xxx_messageInfo_SetClientInitConfigResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_SetClientInitConfigResp proto.InternalMessageInfo
func (m *SetClientInitConfigResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
type GetUserFriendsReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
UserID string `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
FriendUserID string `protobuf:"bytes,3,opt,name=friendUserID" json:"friendUserID,omitempty"`
FriendUserName string `protobuf:"bytes,4,opt,name=friendUserName" json:"friendUserName,omitempty"`
Pagination *sdk_ws.RequestPagination `protobuf:"bytes,5,opt,name=pagination" json:"pagination,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetUserFriendsReq) Reset() { *m = GetUserFriendsReq{} }
func (m *GetUserFriendsReq) String() string { return proto.CompactTextString(m) }
func (*GetUserFriendsReq) ProtoMessage() {}
func (*GetUserFriendsReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{48}
2 years ago
}
2 years ago
func (m *GetUserFriendsReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserFriendsReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserFriendsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserFriendsReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserFriendsReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserFriendsReq.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetUserFriendsReq) XXX_Size() int {
return xxx_messageInfo_GetUserFriendsReq.Size(m)
}
func (m *GetUserFriendsReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserFriendsReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserFriendsReq proto.InternalMessageInfo
func (m *GetUserFriendsReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *GetUserFriendsReq) GetUserID() string {
if m != nil {
return m.UserID
2 years ago
}
return ""
}
2 years ago
func (m *GetUserFriendsReq) GetFriendUserID() string {
if m != nil {
return m.FriendUserID
2 years ago
}
return ""
}
2 years ago
func (m *GetUserFriendsReq) GetFriendUserName() string {
if m != nil {
return m.FriendUserName
2 years ago
}
return ""
}
2 years ago
func (m *GetUserFriendsReq) GetPagination() *sdk_ws.RequestPagination {
if m != nil {
return m.Pagination
2 years ago
}
return nil
}
type GetUserFriendsResp struct {
2 years ago
Pagination *sdk_ws.ResponsePagination `protobuf:"bytes,1,opt,name=pagination" json:"pagination,omitempty"`
FriendInfoList []*sdk_ws.FriendInfo `protobuf:"bytes,2,rep,name=friendInfoList" json:"friendInfoList,omitempty"`
FriendNums int32 `protobuf:"varint,3,opt,name=friendNums" json:"friendNums,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,4,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetUserFriendsResp) Reset() { *m = GetUserFriendsResp{} }
func (m *GetUserFriendsResp) String() string { return proto.CompactTextString(m) }
func (*GetUserFriendsResp) ProtoMessage() {}
func (*GetUserFriendsResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{49}
2 years ago
}
2 years ago
func (m *GetUserFriendsResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserFriendsResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserFriendsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserFriendsResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserFriendsResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserFriendsResp.Merge(dst, src)
2 years ago
}
2 years ago
func (m *GetUserFriendsResp) XXX_Size() int {
return xxx_messageInfo_GetUserFriendsResp.Size(m)
}
func (m *GetUserFriendsResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserFriendsResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserFriendsResp proto.InternalMessageInfo
func (m *GetUserFriendsResp) GetPagination() *sdk_ws.ResponsePagination {
if m != nil {
return m.Pagination
2 years ago
}
return nil
}
2 years ago
func (m *GetUserFriendsResp) GetFriendInfoList() []*sdk_ws.FriendInfo {
if m != nil {
return m.FriendInfoList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserFriendsResp) GetFriendNums() int32 {
if m != nil {
return m.FriendNums
2 years ago
}
return 0
}
2 years ago
func (m *GetUserFriendsResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
2 years ago
type GetUserIDByEmailAndPhoneNumberReq struct {
2 years ago
OperationID string `protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
PhoneNumber string `protobuf:"bytes,3,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberReq) Reset() { *m = GetUserIDByEmailAndPhoneNumberReq{} }
func (m *GetUserIDByEmailAndPhoneNumberReq) String() string { return proto.CompactTextString(m) }
func (*GetUserIDByEmailAndPhoneNumberReq) ProtoMessage() {}
func (*GetUserIDByEmailAndPhoneNumberReq) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{50}
2 years ago
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserIDByEmailAndPhoneNumberReq) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq.Merge(dst, src)
}
func (m *GetUserIDByEmailAndPhoneNumberReq) XXX_Size() int {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq.Size(m)
}
func (m *GetUserIDByEmailAndPhoneNumberReq) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserIDByEmailAndPhoneNumberReq proto.InternalMessageInfo
func (m *GetUserIDByEmailAndPhoneNumberReq) GetOperationID() string {
if m != nil {
return m.OperationID
2 years ago
}
return ""
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberReq) GetEmail() string {
if m != nil {
return m.Email
2 years ago
}
return ""
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberReq) GetPhoneNumber() string {
if m != nil {
return m.PhoneNumber
2 years ago
}
return ""
}
type GetUserIDByEmailAndPhoneNumberResp struct {
2 years ago
UserIDList []string `protobuf:"bytes,1,rep,name=userIDList" json:"userIDList,omitempty"`
CommonResp *CommonResp `protobuf:"bytes,2,opt,name=commonResp" json:"commonResp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
2 years ago
}
2 years ago
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberResp) Reset() { *m = GetUserIDByEmailAndPhoneNumberResp{} }
func (m *GetUserIDByEmailAndPhoneNumberResp) String() string { return proto.CompactTextString(m) }
func (*GetUserIDByEmailAndPhoneNumberResp) ProtoMessage() {}
func (*GetUserIDByEmailAndPhoneNumberResp) Descriptor() ([]byte, []int) {
2 years ago
return fileDescriptor_admin_cms_ab5a35fab6587b8a, []int{51}
2 years ago
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp.Unmarshal(m, b)
2 years ago
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp.Marshal(b, m, deterministic)
2 years ago
}
2 years ago
func (dst *GetUserIDByEmailAndPhoneNumberResp) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp.Merge(dst, src)
}
func (m *GetUserIDByEmailAndPhoneNumberResp) XXX_Size() int {
return xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp.Size(m)
}
func (m *GetUserIDByEmailAndPhoneNumberResp) XXX_DiscardUnknown() {
xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp.DiscardUnknown(m)
2 years ago
}
2 years ago
2 years ago
var xxx_messageInfo_GetUserIDByEmailAndPhoneNumberResp proto.InternalMessageInfo
func (m *GetUserIDByEmailAndPhoneNumberResp) GetUserIDList() []string {
if m != nil {
return m.UserIDList
2 years ago
}
return nil
}
2 years ago
func (m *GetUserIDByEmailAndPhoneNumberResp) GetCommonResp() *CommonResp {
if m != nil {
return m.CommonResp
2 years ago
}
return nil
}
2 years ago
func init() {
proto.RegisterType((*CommonResp)(nil), "admin_cms.CommonResp")
proto.RegisterType((*AdminLoginReq)(nil), "admin_cms.AdminLoginReq")
proto.RegisterType((*AdminLoginResp)(nil), "admin_cms.AdminLoginResp")
proto.RegisterType((*AddUserRegisterAddFriendIDListReq)(nil), "admin_cms.AddUserRegisterAddFriendIDListReq")
proto.RegisterType((*AddUserRegisterAddFriendIDListResp)(nil), "admin_cms.AddUserRegisterAddFriendIDListResp")
proto.RegisterType((*ReduceUserRegisterAddFriendIDListReq)(nil), "admin_cms.ReduceUserRegisterAddFriendIDListReq")
proto.RegisterType((*ReduceUserRegisterAddFriendIDListResp)(nil), "admin_cms.ReduceUserRegisterAddFriendIDListResp")
proto.RegisterType((*GetUserRegisterAddFriendIDListReq)(nil), "admin_cms.GetUserRegisterAddFriendIDListReq")
proto.RegisterType((*GetUserRegisterAddFriendIDListResp)(nil), "admin_cms.GetUserRegisterAddFriendIDListResp")
proto.RegisterType((*GetChatLogsReq)(nil), "admin_cms.GetChatLogsReq")
proto.RegisterType((*ChatLog)(nil), "admin_cms.ChatLog")
proto.RegisterType((*GetChatLogsResp)(nil), "admin_cms.GetChatLogsResp")
proto.RegisterType((*StatisticsReq)(nil), "admin_cms.StatisticsReq")
proto.RegisterType((*GetActiveUserReq)(nil), "admin_cms.GetActiveUserReq")
proto.RegisterType((*UserResp)(nil), "admin_cms.UserResp")
proto.RegisterType((*GetActiveUserResp)(nil), "admin_cms.GetActiveUserResp")
proto.RegisterType((*GetActiveGroupReq)(nil), "admin_cms.GetActiveGroupReq")
proto.RegisterType((*GroupResp)(nil), "admin_cms.GroupResp")
proto.RegisterType((*GetActiveGroupResp)(nil), "admin_cms.GetActiveGroupResp")
proto.RegisterType((*DateNumList)(nil), "admin_cms.DateNumList")
proto.RegisterType((*GetMessageStatisticsReq)(nil), "admin_cms.GetMessageStatisticsReq")
proto.RegisterType((*GetMessageStatisticsResp)(nil), "admin_cms.GetMessageStatisticsResp")
proto.RegisterType((*GetGroupStatisticsReq)(nil), "admin_cms.GetGroupStatisticsReq")
proto.RegisterType((*GetGroupStatisticsResp)(nil), "admin_cms.GetGroupStatisticsResp")
proto.RegisterType((*GetUserStatisticsReq)(nil), "admin_cms.GetUserStatisticsReq")
proto.RegisterType((*GetUserStatisticsResp)(nil), "admin_cms.GetUserStatisticsResp")
proto.RegisterType((*GenerateInvitationCodeReq)(nil), "admin_cms.GenerateInvitationCodeReq")
proto.RegisterType((*GenerateInvitationCodeResp)(nil), "admin_cms.GenerateInvitationCodeResp")
proto.RegisterType((*GetInvitationCodesReq)(nil), "admin_cms.GetInvitationCodesReq")
proto.RegisterType((*InvitationCode)(nil), "admin_cms.invitationCode")
proto.RegisterType((*GetInvitationCodesResp)(nil), "admin_cms.GetInvitationCodesResp")
proto.RegisterType((*QueryIPRegisterReq)(nil), "admin_cms.QueryIPRegisterReq")
proto.RegisterType((*QueryIPRegisterResp)(nil), "admin_cms.QueryIPRegisterResp")
proto.RegisterType((*AddIPLimitReq)(nil), "admin_cms.AddIPLimitReq")
proto.RegisterType((*AddIPLimitResp)(nil), "admin_cms.AddIPLimitResp")
proto.RegisterType((*RemoveIPLimitReq)(nil), "admin_cms.RemoveIPLimitReq")
proto.RegisterType((*RemoveIPLimitResp)(nil), "admin_cms.RemoveIPLimitResp")
proto.RegisterType((*QueryUserIDIPLimitLoginReq)(nil), "admin_cms.QueryUserIDIPLimitLoginReq")
proto.RegisterType((*UserIPLimit)(nil), "admin_cms.UserIPLimit")
proto.RegisterType((*QueryUserIDIPLimitLoginResp)(nil), "admin_cms.QueryUserIDIPLimitLoginResp")
proto.RegisterType((*AddUserIPLimitLoginReq)(nil), "admin_cms.AddUserIPLimitLoginReq")
proto.RegisterType((*AddUserIPLimitLoginResp)(nil), "admin_cms.AddUserIPLimitLoginResp")
proto.RegisterType((*RemoveUserIPLimitReq)(nil), "admin_cms.RemoveUserIPLimitReq")
proto.RegisterType((*RemoveUserIPLimitResp)(nil), "admin_cms.RemoveUserIPLimitResp")
proto.RegisterType((*GetClientInitConfigReq)(nil), "admin_cms.GetClientInitConfigReq")
proto.RegisterType((*GetClientInitConfigResp)(nil), "admin_cms.GetClientInitConfigResp")
proto.RegisterType((*SetClientInitConfigReq)(nil), "admin_cms.SetClientInitConfigReq")
proto.RegisterType((*SetClientInitConfigResp)(nil), "admin_cms.SetClientInitConfigResp")
proto.RegisterType((*GetUserFriendsReq)(nil), "admin_cms.GetUserFriendsReq")
proto.RegisterType((*GetUserFriendsResp)(nil), "admin_cms.GetUserFriendsResp")
proto.RegisterType((*GetUserIDByEmailAndPhoneNumberReq)(nil), "admin_cms.GetUserIDByEmailAndPhoneNumberReq")
proto.RegisterType((*GetUserIDByEmailAndPhoneNumberResp)(nil), "admin_cms.GetUserIDByEmailAndPhoneNumberResp")
2 years ago
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
2 years ago
var _ grpc.ClientConn
2 years ago
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
2 years ago
const _ = grpc.SupportPackageIsVersion4
// Client API for AdminCMS service
2 years ago
type AdminCMSClient interface {
AdminLogin(ctx context.Context, in *AdminLoginReq, opts ...grpc.CallOption) (*AdminLoginResp, error)
AddUserRegisterAddFriendIDList(ctx context.Context, in *AddUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*AddUserRegisterAddFriendIDListResp, error)
ReduceUserRegisterAddFriendIDList(ctx context.Context, in *ReduceUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*ReduceUserRegisterAddFriendIDListResp, error)
GetUserRegisterAddFriendIDList(ctx context.Context, in *GetUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*GetUserRegisterAddFriendIDListResp, error)
GetChatLogs(ctx context.Context, in *GetChatLogsReq, opts ...grpc.CallOption) (*GetChatLogsResp, error)
GetActiveUser(ctx context.Context, in *GetActiveUserReq, opts ...grpc.CallOption) (*GetActiveUserResp, error)
GetActiveGroup(ctx context.Context, in *GetActiveGroupReq, opts ...grpc.CallOption) (*GetActiveGroupResp, error)
GetMessageStatistics(ctx context.Context, in *GetMessageStatisticsReq, opts ...grpc.CallOption) (*GetMessageStatisticsResp, error)
GetGroupStatistics(ctx context.Context, in *GetGroupStatisticsReq, opts ...grpc.CallOption) (*GetGroupStatisticsResp, error)
GetUserStatistics(ctx context.Context, in *GetUserStatisticsReq, opts ...grpc.CallOption) (*GetUserStatisticsResp, error)
GenerateInvitationCode(ctx context.Context, in *GenerateInvitationCodeReq, opts ...grpc.CallOption) (*GenerateInvitationCodeResp, error)
GetInvitationCodes(ctx context.Context, in *GetInvitationCodesReq, opts ...grpc.CallOption) (*GetInvitationCodesResp, error)
QueryIPRegister(ctx context.Context, in *QueryIPRegisterReq, opts ...grpc.CallOption) (*QueryIPRegisterResp, error)
AddIPLimit(ctx context.Context, in *AddIPLimitReq, opts ...grpc.CallOption) (*AddIPLimitResp, error)
RemoveIPLimit(ctx context.Context, in *RemoveIPLimitReq, opts ...grpc.CallOption) (*RemoveIPLimitResp, error)
QueryUserIDIPLimitLogin(ctx context.Context, in *QueryUserIDIPLimitLoginReq, opts ...grpc.CallOption) (*QueryUserIDIPLimitLoginResp, error)
AddUserIPLimitLogin(ctx context.Context, in *AddUserIPLimitLoginReq, opts ...grpc.CallOption) (*AddUserIPLimitLoginResp, error)
RemoveUserIPLimit(ctx context.Context, in *RemoveUserIPLimitReq, opts ...grpc.CallOption) (*RemoveUserIPLimitResp, error)
GetClientInitConfig(ctx context.Context, in *GetClientInitConfigReq, opts ...grpc.CallOption) (*GetClientInitConfigResp, error)
SetClientInitConfig(ctx context.Context, in *SetClientInitConfigReq, opts ...grpc.CallOption) (*SetClientInitConfigResp, error)
GetUserFriends(ctx context.Context, in *GetUserFriendsReq, opts ...grpc.CallOption) (*GetUserFriendsResp, error)
2 years ago
GetUserIDByEmailAndPhoneNumber(ctx context.Context, in *GetUserIDByEmailAndPhoneNumberReq, opts ...grpc.CallOption) (*GetUserIDByEmailAndPhoneNumberResp, error)
2 years ago
}
type adminCMSClient struct {
2 years ago
cc *grpc.ClientConn
2 years ago
}
2 years ago
func NewAdminCMSClient(cc *grpc.ClientConn) AdminCMSClient {
2 years ago
return &adminCMSClient{cc}
}
func (c *adminCMSClient) AdminLogin(ctx context.Context, in *AdminLoginReq, opts ...grpc.CallOption) (*AdminLoginResp, error) {
out := new(AdminLoginResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/AdminLogin", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) AddUserRegisterAddFriendIDList(ctx context.Context, in *AddUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*AddUserRegisterAddFriendIDListResp, error) {
out := new(AddUserRegisterAddFriendIDListResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/AddUserRegisterAddFriendIDList", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) ReduceUserRegisterAddFriendIDList(ctx context.Context, in *ReduceUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*ReduceUserRegisterAddFriendIDListResp, error) {
out := new(ReduceUserRegisterAddFriendIDListResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/ReduceUserRegisterAddFriendIDList", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetUserRegisterAddFriendIDList(ctx context.Context, in *GetUserRegisterAddFriendIDListReq, opts ...grpc.CallOption) (*GetUserRegisterAddFriendIDListResp, error) {
out := new(GetUserRegisterAddFriendIDListResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetUserRegisterAddFriendIDList", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetChatLogs(ctx context.Context, in *GetChatLogsReq, opts ...grpc.CallOption) (*GetChatLogsResp, error) {
out := new(GetChatLogsResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetChatLogs", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetActiveUser(ctx context.Context, in *GetActiveUserReq, opts ...grpc.CallOption) (*GetActiveUserResp, error) {
out := new(GetActiveUserResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetActiveUser", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetActiveGroup(ctx context.Context, in *GetActiveGroupReq, opts ...grpc.CallOption) (*GetActiveGroupResp, error) {
out := new(GetActiveGroupResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetActiveGroup", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetMessageStatistics(ctx context.Context, in *GetMessageStatisticsReq, opts ...grpc.CallOption) (*GetMessageStatisticsResp, error) {
out := new(GetMessageStatisticsResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetMessageStatistics", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetGroupStatistics(ctx context.Context, in *GetGroupStatisticsReq, opts ...grpc.CallOption) (*GetGroupStatisticsResp, error) {
out := new(GetGroupStatisticsResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetGroupStatistics", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetUserStatistics(ctx context.Context, in *GetUserStatisticsReq, opts ...grpc.CallOption) (*GetUserStatisticsResp, error) {
out := new(GetUserStatisticsResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetUserStatistics", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GenerateInvitationCode(ctx context.Context, in *GenerateInvitationCodeReq, opts ...grpc.CallOption) (*GenerateInvitationCodeResp, error) {
out := new(GenerateInvitationCodeResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GenerateInvitationCode", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetInvitationCodes(ctx context.Context, in *GetInvitationCodesReq, opts ...grpc.CallOption) (*GetInvitationCodesResp, error) {
out := new(GetInvitationCodesResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetInvitationCodes", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) QueryIPRegister(ctx context.Context, in *QueryIPRegisterReq, opts ...grpc.CallOption) (*QueryIPRegisterResp, error) {
out := new(QueryIPRegisterResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/QueryIPRegister", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) AddIPLimit(ctx context.Context, in *AddIPLimitReq, opts ...grpc.CallOption) (*AddIPLimitResp, error) {
out := new(AddIPLimitResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/AddIPLimit", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) RemoveIPLimit(ctx context.Context, in *RemoveIPLimitReq, opts ...grpc.CallOption) (*RemoveIPLimitResp, error) {
out := new(RemoveIPLimitResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/RemoveIPLimit", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) QueryUserIDIPLimitLogin(ctx context.Context, in *QueryUserIDIPLimitLoginReq, opts ...grpc.CallOption) (*QueryUserIDIPLimitLoginResp, error) {
out := new(QueryUserIDIPLimitLoginResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/QueryUserIDIPLimitLogin", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) AddUserIPLimitLogin(ctx context.Context, in *AddUserIPLimitLoginReq, opts ...grpc.CallOption) (*AddUserIPLimitLoginResp, error) {
out := new(AddUserIPLimitLoginResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/AddUserIPLimitLogin", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) RemoveUserIPLimit(ctx context.Context, in *RemoveUserIPLimitReq, opts ...grpc.CallOption) (*RemoveUserIPLimitResp, error) {
out := new(RemoveUserIPLimitResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/RemoveUserIPLimit", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetClientInitConfig(ctx context.Context, in *GetClientInitConfigReq, opts ...grpc.CallOption) (*GetClientInitConfigResp, error) {
out := new(GetClientInitConfigResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetClientInitConfig", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) SetClientInitConfig(ctx context.Context, in *SetClientInitConfigReq, opts ...grpc.CallOption) (*SetClientInitConfigResp, error) {
out := new(SetClientInitConfigResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/SetClientInitConfig", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
func (c *adminCMSClient) GetUserFriends(ctx context.Context, in *GetUserFriendsReq, opts ...grpc.CallOption) (*GetUserFriendsResp, error) {
out := new(GetUserFriendsResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetUserFriends", in, out, c.cc, opts...)
2 years ago
if err != nil {
return nil, err
}
return out, nil
}
2 years ago
func (c *adminCMSClient) GetUserIDByEmailAndPhoneNumber(ctx context.Context, in *GetUserIDByEmailAndPhoneNumberReq, opts ...grpc.CallOption) (*GetUserIDByEmailAndPhoneNumberResp, error) {
out := new(GetUserIDByEmailAndPhoneNumberResp)
2 years ago
err := grpc.Invoke(ctx, "/admin_cms.adminCMS/GetUserIDByEmailAndPhoneNumber", in, out, c.cc, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// Server API for AdminCMS service
2 years ago
type AdminCMSServer interface {
AdminLogin(context.Context, *AdminLoginReq) (*AdminLoginResp, error)
AddUserRegisterAddFriendIDList(context.Context, *AddUserRegisterAddFriendIDListReq) (*AddUserRegisterAddFriendIDListResp, error)
ReduceUserRegisterAddFriendIDList(context.Context, *ReduceUserRegisterAddFriendIDListReq) (*ReduceUserRegisterAddFriendIDListResp, error)
GetUserRegisterAddFriendIDList(context.Context, *GetUserRegisterAddFriendIDListReq) (*GetUserRegisterAddFriendIDListResp, error)
GetChatLogs(context.Context, *GetChatLogsReq) (*GetChatLogsResp, error)
GetActiveUser(context.Context, *GetActiveUserReq) (*GetActiveUserResp, error)
GetActiveGroup(context.Context, *GetActiveGroupReq) (*GetActiveGroupResp, error)
GetMessageStatistics(context.Context, *GetMessageStatisticsReq) (*GetMessageStatisticsResp, error)
GetGroupStatistics(context.Context, *GetGroupStatisticsReq) (*GetGroupStatisticsResp, error)
GetUserStatistics(context.Context, *GetUserStatisticsReq) (*GetUserStatisticsResp, error)
GenerateInvitationCode(context.Context, *GenerateInvitationCodeReq) (*GenerateInvitationCodeResp, error)
GetInvitationCodes(context.Context, *GetInvitationCodesReq) (*GetInvitationCodesResp, error)
QueryIPRegister(context.Context, *QueryIPRegisterReq) (*QueryIPRegisterResp, error)
AddIPLimit(context.Context, *AddIPLimitReq) (*AddIPLimitResp, error)
RemoveIPLimit(context.Context, *RemoveIPLimitReq) (*RemoveIPLimitResp, error)
QueryUserIDIPLimitLogin(context.Context, *QueryUserIDIPLimitLoginReq) (*QueryUserIDIPLimitLoginResp, error)
AddUserIPLimitLogin(context.Context, *AddUserIPLimitLoginReq) (*AddUserIPLimitLoginResp, error)
RemoveUserIPLimit(context.Context, *RemoveUserIPLimitReq) (*RemoveUserIPLimitResp, error)
GetClientInitConfig(context.Context, *GetClientInitConfigReq) (*GetClientInitConfigResp, error)
SetClientInitConfig(context.Context, *SetClientInitConfigReq) (*SetClientInitConfigResp, error)
GetUserFriends(context.Context, *GetUserFriendsReq) (*GetUserFriendsResp, error)
2 years ago
GetUserIDByEmailAndPhoneNumber(context.Context, *GetUserIDByEmailAndPhoneNumberReq) (*GetUserIDByEmailAndPhoneNumberResp, error)
2 years ago
}
2 years ago
func RegisterAdminCMSServer(s *grpc.Server, srv AdminCMSServer) {
s.RegisterService(&_AdminCMS_serviceDesc, srv)
}
func _AdminCMS_AdminLogin_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AdminLoginReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).AdminLogin(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/AdminLogin",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).AdminLogin(ctx, req.(*AdminLoginReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_AddUserRegisterAddFriendIDList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddUserRegisterAddFriendIDListReq)
if err := dec(in); err != nil {
return nil, err
2 years ago
}
if interceptor == nil {
return srv.(AdminCMSServer).AddUserRegisterAddFriendIDList(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/AddUserRegisterAddFriendIDList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).AddUserRegisterAddFriendIDList(ctx, req.(*AddUserRegisterAddFriendIDListReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_ReduceUserRegisterAddFriendIDList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ReduceUserRegisterAddFriendIDListReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).ReduceUserRegisterAddFriendIDList(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/ReduceUserRegisterAddFriendIDList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).ReduceUserRegisterAddFriendIDList(ctx, req.(*ReduceUserRegisterAddFriendIDListReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetUserRegisterAddFriendIDList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserRegisterAddFriendIDListReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetUserRegisterAddFriendIDList(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetUserRegisterAddFriendIDList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetUserRegisterAddFriendIDList(ctx, req.(*GetUserRegisterAddFriendIDListReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetChatLogs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetChatLogsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetChatLogs(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetChatLogs",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetChatLogs(ctx, req.(*GetChatLogsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetActiveUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetActiveUserReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetActiveUser(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetActiveUser",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetActiveUser(ctx, req.(*GetActiveUserReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetActiveGroup_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetActiveGroupReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetActiveGroup(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetActiveGroup",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetActiveGroup(ctx, req.(*GetActiveGroupReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetMessageStatistics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetMessageStatisticsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetMessageStatistics(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetMessageStatistics",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetMessageStatistics(ctx, req.(*GetMessageStatisticsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetGroupStatistics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetGroupStatisticsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetGroupStatistics(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetGroupStatistics",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetGroupStatistics(ctx, req.(*GetGroupStatisticsReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetUserStatistics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserStatisticsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetUserStatistics(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetUserStatistics",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetUserStatistics(ctx, req.(*GetUserStatisticsReq))
}
return interceptor(ctx, in, info, handler)
}
2 years ago
func _AdminCMS_GenerateInvitationCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GenerateInvitationCodeReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GenerateInvitationCode(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GenerateInvitationCode",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GenerateInvitationCode(ctx, req.(*GenerateInvitationCodeReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetInvitationCodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetInvitationCodesReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetInvitationCodes(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetInvitationCodes",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetInvitationCodes(ctx, req.(*GetInvitationCodesReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_QueryIPRegister_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(QueryIPRegisterReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).QueryIPRegister(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/QueryIPRegister",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).QueryIPRegister(ctx, req.(*QueryIPRegisterReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_AddIPLimit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddIPLimitReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).AddIPLimit(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/AddIPLimit",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).AddIPLimit(ctx, req.(*AddIPLimitReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_RemoveIPLimit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(RemoveIPLimitReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).RemoveIPLimit(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/RemoveIPLimit",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).RemoveIPLimit(ctx, req.(*RemoveIPLimitReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_QueryUserIDIPLimitLogin_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(QueryUserIDIPLimitLoginReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).QueryUserIDIPLimitLogin(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/QueryUserIDIPLimitLogin",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).QueryUserIDIPLimitLogin(ctx, req.(*QueryUserIDIPLimitLoginReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_AddUserIPLimitLogin_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(AddUserIPLimitLoginReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).AddUserIPLimitLogin(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/AddUserIPLimitLogin",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).AddUserIPLimitLogin(ctx, req.(*AddUserIPLimitLoginReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_RemoveUserIPLimit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(RemoveUserIPLimitReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).RemoveUserIPLimit(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/RemoveUserIPLimit",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).RemoveUserIPLimit(ctx, req.(*RemoveUserIPLimitReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetClientInitConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetClientInitConfigReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetClientInitConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetClientInitConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetClientInitConfig(ctx, req.(*GetClientInitConfigReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_SetClientInitConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SetClientInitConfigReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).SetClientInitConfig(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/SetClientInitConfig",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).SetClientInitConfig(ctx, req.(*SetClientInitConfigReq))
}
return interceptor(ctx, in, info, handler)
}
func _AdminCMS_GetUserFriends_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserFriendsReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetUserFriends(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetUserFriends",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetUserFriends(ctx, req.(*GetUserFriendsReq))
}
return interceptor(ctx, in, info, handler)
}
2 years ago
func _AdminCMS_GetUserIDByEmailAndPhoneNumber_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetUserIDByEmailAndPhoneNumberReq)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AdminCMSServer).GetUserIDByEmailAndPhoneNumber(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/admin_cms.adminCMS/GetUserIDByEmailAndPhoneNumber",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AdminCMSServer).GetUserIDByEmailAndPhoneNumber(ctx, req.(*GetUserIDByEmailAndPhoneNumberReq))
}
return interceptor(ctx, in, info, handler)
}
2 years ago
var _AdminCMS_serviceDesc = grpc.ServiceDesc{
ServiceName: "admin_cms.adminCMS",
HandlerType: (*AdminCMSServer)(nil),
Methods: []grpc.MethodDesc{
{
3 years ago
MethodName: "AdminLogin",
Handler: _AdminCMS_AdminLogin_Handler,
},
2 years ago
{
MethodName: "AddUserRegisterAddFriendIDList",
Handler: _AdminCMS_AddUserRegisterAddFriendIDList_Handler,
},
{
MethodName: "ReduceUserRegisterAddFriendIDList",
Handler: _AdminCMS_ReduceUserRegisterAddFriendIDList_Handler,
},
{
MethodName: "GetUserRegisterAddFriendIDList",
Handler: _AdminCMS_GetUserRegisterAddFriendIDList_Handler,
},
2 years ago
{
MethodName: "GetChatLogs",
Handler: _AdminCMS_GetChatLogs_Handler,
},
{
MethodName: "GetActiveUser",
Handler: _AdminCMS_GetActiveUser_Handler,
},
{
MethodName: "GetActiveGroup",
Handler: _AdminCMS_GetActiveGroup_Handler,
},
{
MethodName: "GetMessageStatistics",
Handler: _AdminCMS_GetMessageStatistics_Handler,
},
{
MethodName: "GetGroupStatistics",
Handler: _AdminCMS_GetGroupStatistics_Handler,
},
{
MethodName: "GetUserStatistics",
Handler: _AdminCMS_GetUserStatistics_Handler,
},
2 years ago
{
MethodName: "GenerateInvitationCode",
Handler: _AdminCMS_GenerateInvitationCode_Handler,
},
{
MethodName: "GetInvitationCodes",
Handler: _AdminCMS_GetInvitationCodes_Handler,
},
{
MethodName: "QueryIPRegister",
Handler: _AdminCMS_QueryIPRegister_Handler,
},
{
MethodName: "AddIPLimit",
Handler: _AdminCMS_AddIPLimit_Handler,
},
{
MethodName: "RemoveIPLimit",
Handler: _AdminCMS_RemoveIPLimit_Handler,
},
{
MethodName: "QueryUserIDIPLimitLogin",
Handler: _AdminCMS_QueryUserIDIPLimitLogin_Handler,
},
{
MethodName: "AddUserIPLimitLogin",
Handler: _AdminCMS_AddUserIPLimitLogin_Handler,
},
{
MethodName: "RemoveUserIPLimit",
Handler: _AdminCMS_RemoveUserIPLimit_Handler,
},
{
MethodName: "GetClientInitConfig",
Handler: _AdminCMS_GetClientInitConfig_Handler,
},
{
MethodName: "SetClientInitConfig",
Handler: _AdminCMS_SetClientInitConfig_Handler,
},
{
MethodName: "GetUserFriends",
Handler: _AdminCMS_GetUserFriends_Handler,
},
2 years ago
{
MethodName: "GetUserIDByEmailAndPhoneNumber",
Handler: _AdminCMS_GetUserIDByEmailAndPhoneNumber_Handler,
},
3 years ago
},
Streams: []grpc.StreamDesc{},
Metadata: "admin_cms/admin_cms.proto",
}
2 years ago
func init() {
2 years ago
proto.RegisterFile("admin_cms/admin_cms.proto", fileDescriptor_admin_cms_ab5a35fab6587b8a)
}
var fileDescriptor_admin_cms_ab5a35fab6587b8a = []byte{
// 2240 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x1a, 0x4d, 0x6f, 0xdb, 0xc8,
0x15, 0xd4, 0x87, 0x3f, 0x9e, 0xe3, 0xaf, 0xb1, 0xe3, 0xc8, 0xcc, 0x6e, 0x6a, 0xb3, 0xf1, 0xd6,
0x2d, 0x36, 0x76, 0xe1, 0xa0, 0x97, 0x2d, 0x90, 0xc2, 0xb1, 0x62, 0x55, 0x81, 0xed, 0xa8, 0x54,
0xb2, 0x40, 0xdb, 0xc5, 0xba, 0x8c, 0x34, 0x56, 0x08, 0x5b, 0xe4, 0x84, 0x43, 0x79, 0x13, 0x2c,
0xf6, 0xba, 0x97, 0x5e, 0x0a, 0x14, 0xc8, 0xa1, 0xe7, 0xde, 0x7a, 0xe8, 0xa1, 0x40, 0x8f, 0x05,
0xfa, 0x3b, 0x7a, 0x28, 0x8a, 0xfe, 0x8a, 0xde, 0x8a, 0x99, 0xe1, 0xc7, 0xcc, 0x90, 0x92, 0x18,
0x3a, 0xc8, 0x4d, 0xef, 0xcd, 0x9b, 0xf7, 0xe6, 0x7d, 0xce, 0x9b, 0x47, 0xc1, 0xa6, 0xd3, 0x1f,
0xba, 0xde, 0x79, 0x6f, 0x48, 0xf7, 0x93, 0x5f, 0x7b, 0x24, 0xf0, 0x43, 0x1f, 0xcd, 0x27, 0x08,
0x73, 0xf7, 0x19, 0xc1, 0xde, 0x83, 0xf6, 0xe9, 0x83, 0x2e, 0x0e, 0xae, 0x71, 0xb0, 0x4f, 0x2e,
0x07, 0xfb, 0x9c, 0x68, 0x9f, 0xf6, 0x2f, 0xcf, 0xbf, 0xa1, 0xfb, 0xdf, 0x44, 0x9b, 0xac, 0x47,
0x00, 0x47, 0xfe, 0x70, 0xe8, 0x7b, 0x36, 0xa6, 0x04, 0x35, 0x60, 0x16, 0x07, 0xc1, 0x91, 0xdf,
0xc7, 0x0d, 0x63, 0xcb, 0xd8, 0xad, 0xdb, 0x31, 0x88, 0x36, 0x60, 0x06, 0x07, 0xc1, 0x29, 0x1d,
0x34, 0x2a, 0x5b, 0xc6, 0xee, 0xbc, 0x1d, 0x41, 0x56, 0x0f, 0x16, 0x0f, 0x99, 0xd8, 0x13, 0x7f,
0xe0, 0x7a, 0x36, 0x7e, 0x8d, 0xb6, 0x60, 0xc1, 0x27, 0x38, 0x70, 0x42, 0xd7, 0xf7, 0xda, 0x4d,
0xce, 0x66, 0xde, 0x96, 0x51, 0x4c, 0x08, 0x3f, 0x69, 0xbb, 0x19, 0xf1, 0x8a, 0x41, 0x26, 0x84,
0xe2, 0x5e, 0x80, 0xc3, 0x46, 0x55, 0x08, 0x11, 0x90, 0xf5, 0x47, 0x03, 0x96, 0x64, 0x29, 0x94,
0xa0, 0x75, 0xa8, 0x87, 0xfe, 0x25, 0xf6, 0x22, 0x01, 0x02, 0x40, 0x26, 0xcc, 0x8d, 0x28, 0x0e,
0xce, 0x9c, 0x21, 0x8e, 0x78, 0x27, 0x30, 0x13, 0x7b, 0xe1, 0xf4, 0xf0, 0x0b, 0xfb, 0x24, 0xe2,
0x1e, 0x83, 0xe8, 0x67, 0x00, 0xbd, 0xc4, 0x06, 0x8d, 0xda, 0x96, 0xb1, 0xbb, 0x70, 0x70, 0x7b,
0x2f, 0x35, 0x6f, 0x6a, 0x20, 0x5b, 0x22, 0xb4, 0x30, 0x6c, 0x1f, 0xf6, 0xfb, 0x2f, 0x28, 0x0e,
0x6c, 0x3c, 0x70, 0x69, 0x88, 0x83, 0xc3, 0x7e, 0xff, 0x38, 0x70, 0xb1, 0xd7, 0x6f, 0x37, 0x4f,
0x5c, 0x1a, 0x16, 0x33, 0xc7, 0x3d, 0x00, 0x76, 0x46, 0xb1, 0xa5, 0x51, 0xd9, 0xaa, 0xee, 0xce,
0xdb, 0x12, 0xc6, 0xfa, 0x2d, 0x58, 0xd3, 0xc4, 0x50, 0xa2, 0xe9, 0x60, 0x14, 0xd5, 0xe1, 0x7b,
0x03, 0xee, 0xdb, 0xb8, 0x3f, 0xea, 0xe1, 0x1b, 0xeb, 0xf1, 0x09, 0xcc, 0x27, 0x20, 0x37, 0x7e,
0xdd, 0x4e, 0x11, 0x9a, 0x96, 0xd5, 0x8c, 0x96, 0x5f, 0xc3, 0x4e, 0x81, 0x73, 0x94, 0x57, 0xf4,
0xf7, 0x06, 0x6c, 0xb7, 0x70, 0x78, 0x63, 0x2d, 0x9b, 0x00, 0xc4, 0x19, 0xb8, 0x5e, 0xaa, 0xe6,
0xc2, 0xc1, 0xfd, 0x3d, 0xca, 0xd3, 0xec, 0xdc, 0x21, 0xee, 0x39, 0x71, 0x02, 0x67, 0x48, 0xf7,
0x6c, 0xfc, 0x7a, 0x84, 0x69, 0xd8, 0x49, 0x68, 0x6d, 0x69, 0x9f, 0xf5, 0x5f, 0x03, 0xac, 0x69,
0xa7, 0xa1, 0x04, 0xfd, 0x02, 0x6e, 0x71, 0x13, 0x79, 0x17, 0x3e, 0x37, 0x9b, 0xb1, 0x55, 0xdd,
0x5d, 0x38, 0xb8, 0x9b, 0x23, 0xee, 0x45, 0x44, 0x66, 0x2b, 0x1b, 0xd0, 0x93, 0x9c, 0xd3, 0xee,
0xe4, 0x9e, 0x96, 0x12, 0xdf, 0xa3, 0x38, 0xff, 0xb8, 0x9a, 0xcd, 0xab, 0x45, 0x6d, 0xfe, 0x8f,
0x0a, 0x2c, 0xb5, 0x70, 0x78, 0xf4, 0xca, 0x09, 0x4f, 0xfc, 0x01, 0x65, 0x06, 0x6e, 0xc0, 0x6c,
0xcf, 0xf7, 0x42, 0xec, 0x85, 0x91, 0x71, 0x63, 0x50, 0xe4, 0x3e, 0xd3, 0x3e, 0x2e, 0x30, 0x02,
0x62, 0xf8, 0x00, 0xf7, 0xae, 0xdb, 0xcd, 0xb8, 0x26, 0x08, 0x88, 0xa5, 0x3a, 0xa3, 0x78, 0xee,
0x0e, 0x31, 0x4f, 0xd9, 0x79, 0x3b, 0x81, 0x99, 0x1b, 0x29, 0xa6, 0xd4, 0xf5, 0xbd, 0xe7, 0x6f,
0x09, 0x6e, 0xd4, 0x79, 0x30, 0xca, 0x28, 0x46, 0x11, 0x09, 0xe6, 0x14, 0x33, 0x82, 0x42, 0x42,
0x69, 0x8e, 0x9e, 0x2d, 0xe7, 0x68, 0x3d, 0xa0, 0xe6, 0xb2, 0x01, 0x65, 0xc2, 0x9c, 0x4f, 0xb8,
0xfb, 0x9a, 0x8d, 0x79, 0xa1, 0x47, 0x0c, 0x5b, 0x7f, 0xad, 0xc1, 0x6c, 0x64, 0x3d, 0xa1, 0x13,
0x13, 0x7e, 0x4a, 0x07, 0x69, 0x68, 0x4a, 0x28, 0xae, 0xd3, 0x95, 0x8b, 0xbd, 0x50, 0x50, 0x08,
0x33, 0xca, 0x28, 0xc9, 0xc6, 0xd5, 0x31, 0x36, 0xae, 0x29, 0x36, 0x6e, 0xc0, 0xec, 0x20, 0xf0,
0x47, 0xa4, 0xdd, 0xe4, 0x36, 0x9c, 0xb7, 0x63, 0x10, 0x59, 0x70, 0x8b, 0xd1, 0x9c, 0xb9, 0xbd,
0x4b, 0x8f, 0x15, 0xdb, 0x19, 0xbe, 0xac, 0xe0, 0xd0, 0x4f, 0x60, 0x85, 0xf1, 0xc7, 0x41, 0xe7,
0xca, 0x09, 0x2f, 0xfc, 0x60, 0xd8, 0x6e, 0x72, 0x3b, 0xd6, 0xed, 0x0c, 0x1e, 0x7d, 0x06, 0x4b,
0x02, 0x97, 0x70, 0x14, 0xa6, 0xd2, 0xb0, 0xe8, 0x3e, 0x2c, 0x0a, 0xcc, 0x71, 0x54, 0xca, 0x85,
0xc9, 0x54, 0x24, 0x2b, 0x45, 0xfc, 0xa0, 0xfc, 0x1e, 0x00, 0x4e, 0x91, 0x22, 0xf4, 0xe8, 0x58,
0xc8, 0x46, 0x47, 0x03, 0x66, 0x87, 0x74, 0x70, 0x1c, 0xf8, 0xc3, 0xc6, 0x2d, 0x71, 0x0d, 0x46,
0xa0, 0x1e, 0x37, 0x8b, 0xd9, 0xb8, 0x91, 0x22, 0x7c, 0x29, 0x1b, 0xe1, 0xa1, 0x13, 0x8e, 0x68,
0x63, 0x99, 0x6f, 0x8b, 0x20, 0x25, 0x92, 0x57, 0xb6, 0x8c, 0xdd, 0xaa, 0x14, 0xc9, 0xf7, 0x00,
0x7a, 0x01, 0x76, 0x42, 0xcc, 0x57, 0x57, 0xf9, 0xaa, 0x84, 0x41, 0x4b, 0x50, 0xc1, 0x6f, 0x1a,
0x88, 0x0b, 0xaa, 0xe0, 0x37, 0xd6, 0x7f, 0x0c, 0x58, 0x56, 0x52, 0x8e, 0x12, 0xb4, 0x07, 0x73,
0xbd, 0x08, 0x8e, 0x2a, 0x08, 0x92, 0x73, 0x57, 0x2c, 0xd9, 0x09, 0xcd, 0x87, 0x2a, 0x1a, 0xcc,
0x54, 0x11, 0xcb, 0xb3, 0xd1, 0x90, 0x47, 0x1c, 0x33, 0x55, 0x8a, 0x2a, 0x7b, 0xef, 0x3e, 0x84,
0xc5, 0x6e, 0xe8, 0x84, 0x2e, 0x0d, 0xdd, 0x1e, 0x2f, 0x2a, 0x08, 0x6a, 0x17, 0xcc, 0x57, 0x22,
0x27, 0xf8, 0x6f, 0x66, 0x98, 0xd0, 0x8f, 0x72, 0xa0, 0x12, 0xfa, 0x56, 0x08, 0x2b, 0x2d, 0x1c,
0x1e, 0xf6, 0x42, 0xf7, 0x3a, 0xba, 0x62, 0x5e, 0xa3, 0x47, 0xb0, 0x48, 0x65, 0x46, 0xd1, 0x6d,
0xd2, 0x90, 0x8e, 0xa0, 0x08, 0xb2, 0x55, 0x72, 0x3d, 0xb9, 0x2b, 0x99, 0xe4, 0xb6, 0xbe, 0x86,
0x39, 0x21, 0x8c, 0x12, 0xe6, 0x66, 0xcf, 0xed, 0x5d, 0xf2, 0x98, 0x14, 0x27, 0x4d, 0x60, 0x16,
0x1a, 0xe2, 0x2e, 0x8c, 0x8b, 0x9f, 0x80, 0x98, 0xfb, 0x87, 0x98, 0x52, 0x67, 0x80, 0x53, 0x13,
0x4a, 0x18, 0x6b, 0x04, 0xab, 0x9a, 0x56, 0x94, 0xa0, 0x1f, 0x43, 0x9d, 0xfd, 0x8e, 0x9d, 0xbd,
0x26, 0xa9, 0x13, 0xd3, 0xd8, 0x82, 0x42, 0xf3, 0x40, 0xa5, 0xa8, 0x07, 0x64, 0xb1, 0x2d, 0x96,
0x57, 0x1f, 0xc7, 0x9a, 0x7f, 0x32, 0x60, 0x3e, 0x12, 0x47, 0x09, 0x4b, 0xf2, 0x56, 0x92, 0xe4,
0xc2, 0xa0, 0x29, 0x82, 0xa5, 0x21, 0x07, 0xda, 0xfd, 0xb8, 0xc9, 0x8c, 0x40, 0x66, 0xd3, 0xd3,
0x8c, 0x4d, 0x53, 0x4c, 0xd9, 0xa8, 0x7c, 0x0b, 0x48, 0xb7, 0x09, 0x25, 0xe8, 0x73, 0x98, 0xe1,
0x40, 0xec, 0x8c, 0x75, 0x89, 0x51, 0x42, 0x65, 0x47, 0x34, 0x65, 0xdd, 0xf1, 0x10, 0x16, 0x9a,
0x4e, 0xc8, 0x0e, 0xcf, 0x2f, 0x7d, 0x04, 0x35, 0x06, 0xc6, 0xe9, 0xc0, 0x7e, 0xa3, 0x15, 0xa8,
0x32, 0x6d, 0x45, 0x5b, 0xc6, 0x7e, 0x5a, 0xdf, 0xc2, 0x9d, 0x16, 0x0e, 0x23, 0xbd, 0xd5, 0x7c,
0x7a, 0xa4, 0x25, 0xd8, 0x74, 0x4f, 0x76, 0x75, 0x4f, 0x3e, 0xcb, 0x7a, 0x52, 0x42, 0x59, 0xff,
0xac, 0x40, 0x23, 0x5f, 0x3a, 0xb7, 0xd9, 0x6a, 0x27, 0x70, 0xaf, 0x9d, 0x10, 0x4b, 0x7e, 0x12,
0xcf, 0x91, 0xec, 0x02, 0xda, 0x85, 0x65, 0x6e, 0x3d, 0x89, 0x56, 0x68, 0xa9, 0xa3, 0xd1, 0x09,
0xdc, 0xce, 0x6c, 0x4f, 0xba, 0xd1, 0x85, 0x83, 0x0d, 0x49, 0x3d, 0xc9, 0x9c, 0x76, 0xfe, 0x26,
0xf4, 0x4b, 0x58, 0xd3, 0x04, 0x70, 0x5e, 0xb5, 0x89, 0xbc, 0xf2, 0xb6, 0x68, 0x5e, 0xaf, 0x17,
0x0f, 0xb8, 0xdb, 0x2d, 0x1c, 0x72, 0x86, 0x1f, 0xdb, 0x7d, 0x7f, 0xab, 0xc0, 0x46, 0x9e, 0x6c,
0x4a, 0xd8, 0xa5, 0xdf, 0xf6, 0xd8, 0x05, 0x45, 0x45, 0x16, 0xa4, 0xbe, 0xcb, 0xe0, 0xd9, 0x65,
0xfe, 0xdc, 0x0f, 0x9d, 0xab, 0x84, 0x50, 0x38, 0x4e, 0x45, 0xa2, 0xa7, 0xb0, 0xae, 0xef, 0x2c,
0xe0, 0xb5, 0xdc, 0x3d, 0xa8, 0x09, 0xab, 0x0a, 0xf3, 0x02, 0x2e, 0xcb, 0x6e, 0x28, 0xeb, 0xb0,
0x37, 0xb0, 0x1e, 0xf5, 0xfc, 0x1f, 0xdb, 0x5f, 0xef, 0xaa, 0x3c, 0x56, 0x74, 0xd1, 0x94, 0xb0,
0xec, 0x89, 0x0d, 0xc5, 0x56, 0x53, 0x6f, 0xe9, 0x68, 0xe6, 0xac, 0xf4, 0x9e, 0x91, 0x9c, 0xa5,
0x20, 0x59, 0x5f, 0xc8, 0xed, 0x15, 0x13, 0x89, 0xf2, 0xaa, 0xe0, 0x58, 0xe6, 0x68, 0xcc, 0x8b,
0x64, 0x4e, 0xce, 0x16, 0xe6, 0x4e, 0x45, 0x3c, 0xe7, 0x53, 0x9f, 0xec, 0xce, 0xcc, 0x06, 0xf4,
0x18, 0x56, 0xe4, 0xf3, 0x71, 0x26, 0x33, 0x13, 0x99, 0x64, 0xe8, 0xb5, 0x90, 0x98, 0x2d, 0x1a,
0x12, 0xaf, 0x61, 0xb3, 0x85, 0x3d, 0xe6, 0x28, 0xdc, 0xf6, 0xae, 0xdd, 0x90, 0x3b, 0xec, 0xc8,
0xef, 0xe3, 0xc2, 0x93, 0x94, 0x9e, 0xdf, 0xc7, 0x27, 0x38, 0x7e, 0x70, 0xc7, 0x60, 0xbc, 0x92,
0xba, 0x20, 0x06, 0xad, 0x2e, 0x98, 0xe3, 0x44, 0x96, 0x7f, 0x5d, 0xff, 0xc5, 0xe0, 0x01, 0xa6,
0x32, 0xa4, 0xc5, 0x94, 0x40, 0x50, 0x63, 0x67, 0x8b, 0xe2, 0x96, 0xff, 0x96, 0x5a, 0xe5, 0xaa,
0xd2, 0x2a, 0xab, 0x8f, 0xb2, 0x5a, 0xc9, 0xd7, 0xf7, 0x9f, 0x0d, 0x58, 0x72, 0x95, 0xa3, 0xb2,
0xf7, 0x87, 0x8a, 0x89, 0x4e, 0xaa, 0xd3, 0xa9, 0xfd, 0xb8, 0x30, 0xba, 0xdc, 0x8f, 0x9b, 0x30,
0x77, 0xe5, 0xd0, 0x90, 0xaf, 0x8a, 0xa3, 0x27, 0xb0, 0xd4, 0xe4, 0xd5, 0x94, 0x26, 0x2f, 0x55,
0xb6, 0x2e, 0x2b, 0x6b, 0xfd, 0xcb, 0xe0, 0x55, 0x36, 0x63, 0x54, 0x4a, 0xd0, 0x11, 0x2c, 0xab,
0x07, 0x8b, 0xfb, 0x8b, 0x4d, 0xc9, 0x57, 0x2a, 0x85, 0xad, 0xef, 0x60, 0x7d, 0x7e, 0xa7, 0x6c,
0x9f, 0xdf, 0xb9, 0xf1, 0x70, 0xe0, 0x18, 0xd0, 0xaf, 0x46, 0x38, 0x78, 0xdb, 0xee, 0xc4, 0x13,
0x90, 0x62, 0xe1, 0xb2, 0x04, 0x95, 0x76, 0x27, 0x6e, 0xec, 0xdb, 0x1d, 0xeb, 0xef, 0x06, 0xac,
0x65, 0x18, 0x51, 0x12, 0xd1, 0x19, 0x31, 0x1d, 0xe3, 0x1c, 0xaf, 0xa7, 0xd5, 0x4b, 0x46, 0x31,
0x3f, 0x74, 0x95, 0xa0, 0x13, 0x90, 0x36, 0xba, 0xaa, 0xe9, 0xa3, 0xab, 0xb2, 0xd7, 0xc1, 0x39,
0x2c, 0x1e, 0xf6, 0xfb, 0xed, 0xce, 0x89, 0x3b, 0x74, 0xc3, 0x52, 0xba, 0xb3, 0x16, 0xf8, 0x8a,
0xed, 0x96, 0xc2, 0x2d, 0x45, 0x58, 0x2d, 0x58, 0x92, 0x05, 0x94, 0xcf, 0xee, 0x26, 0xac, 0xd8,
0x78, 0xe8, 0x5f, 0xe3, 0x9b, 0x1c, 0xd6, 0x7a, 0x0a, 0xab, 0x1a, 0x97, 0xf2, 0x27, 0xfa, 0x12,
0x4c, 0xee, 0x73, 0x31, 0x27, 0x89, 0x18, 0xbe, 0xc7, 0x08, 0x7a, 0xcc, 0x7b, 0xcb, 0x7a, 0x01,
0x0b, 0x9c, 0xa5, 0x60, 0x28, 0x91, 0x19, 0x4a, 0xc6, 0xea, 0x7e, 0x50, 0xab, 0x42, 0x55, 0xaf,
0x0a, 0xd6, 0x1f, 0x0c, 0xb8, 0x3b, 0xf6, 0xbc, 0x94, 0xa0, 0x2f, 0xe0, 0x96, 0x24, 0x36, 0xce,
0xe5, 0x0d, 0xed, 0xe1, 0x16, 0xdb, 0x4d, 0xa1, 0x2d, 0xfb, 0x66, 0x78, 0x09, 0x1b, 0xd1, 0x54,
0x59, 0xb7, 0xde, 0x38, 0xa5, 0xa7, 0xbe, 0xcf, 0x22, 0xb3, 0x54, 0x13, 0x8f, 0x77, 0xe0, 0x4e,
0xae, 0x8c, 0xf2, 0x7e, 0xff, 0x1d, 0xac, 0x8b, 0x18, 0x92, 0xed, 0xf1, 0x41, 0xcf, 0x7c, 0x06,
0xb7, 0x73, 0x24, 0x94, 0x3f, 0xf1, 0x17, 0xbc, 0x86, 0x1f, 0xf1, 0x21, 0x5c, 0xdb, 0x73, 0xc3,
0x23, 0xdf, 0xbb, 0x70, 0x07, 0x85, 0xa2, 0x94, 0xd9, 0x2f, 0x77, 0x6f, 0xf9, 0xd3, 0xf4, 0x61,
0xa3, 0x5b, 0xf2, 0x34, 0xac, 0x55, 0xec, 0xbb, 0xb4, 0xe7, 0x5f, 0xe3, 0xa0, 0xe3, 0x0c, 0xf8,
0xf0, 0x4d, 0xd8, 0x53, 0x47, 0xb3, 0x73, 0x77, 0x3f, 0xec, 0xb9, 0xff, 0x6d, 0xf0, 0x89, 0x03,
0xf3, 0x89, 0x18, 0x92, 0xd3, 0x1b, 0xe5, 0x39, 0x6b, 0x53, 0x2f, 0x38, 0x9f, 0x68, 0xf0, 0x2a,
0xfc, 0xaf, 0xe0, 0x58, 0x4b, 0x90, 0xc2, 0x7c, 0xc8, 0x20, 0xae, 0x6d, 0x0d, 0xab, 0xf5, 0x24,
0xf5, 0x92, 0x3d, 0xc9, 0xff, 0x0c, 0x3e, 0x3f, 0x50, 0x34, 0xa4, 0x44, 0x9b, 0xc5, 0x19, 0x65,
0x67, 0x71, 0x4f, 0x62, 0x5d, 0x92, 0x4f, 0x09, 0x15, 0x5e, 0x62, 0x3e, 0xcd, 0x61, 0x75, 0x9c,
0x10, 0xda, 0xda, 0x26, 0x56, 0xe7, 0x04, 0xe6, 0x6c, 0x34, 0x8c, 0x6f, 0x49, 0x09, 0x53, 0x76,
0x74, 0xf2, 0x5d, 0xf2, 0x69, 0xa6, 0xdd, 0x7c, 0xfc, 0xf6, 0xc9, 0xd0, 0x71, 0xaf, 0x0e, 0xbd,
0x7e, 0xe7, 0x95, 0xef, 0xb1, 0x8e, 0xf5, 0x65, 0xd1, 0xce, 0x60, 0x1d, 0xea, 0x98, 0xed, 0x8d,
0x7c, 0x2d, 0x00, 0xb6, 0x8f, 0xa4, 0x9c, 0x22, 0x4f, 0xcb, 0x28, 0xeb, 0xdb, 0xe4, 0x5b, 0xcc,
0x58, 0xf1, 0x94, 0x68, 0x5d, 0x80, 0x31, 0xa5, 0x0b, 0x28, 0x5a, 0x87, 0x0f, 0xde, 0xad, 0xc0,
0x1c, 0x27, 0x3a, 0x3a, 0xed, 0xa2, 0x43, 0x80, 0xf4, 0x33, 0x27, 0x92, 0x1f, 0x80, 0xca, 0x37,
0x56, 0x73, 0x73, 0xcc, 0x0a, 0x25, 0xe8, 0x3b, 0xb8, 0x37, 0xf9, 0x6b, 0x21, 0xfa, 0x5c, 0xd9,
0x3c, 0xe5, 0xfb, 0xa5, 0xf9, 0xe0, 0x3d, 0xa8, 0x29, 0x41, 0xdf, 0x1b, 0xb0, 0x3d, 0xf5, 0x3b,
0x1e, 0xda, 0x97, 0x98, 0x16, 0xf9, 0xfa, 0x68, 0xfe, 0xf4, 0xfd, 0x36, 0x08, 0x3b, 0x4c, 0xfe,
0xc0, 0xa6, 0xd8, 0x61, 0xea, 0x97, 0x41, 0xc5, 0x0e, 0x05, 0xbe, 0xdc, 0x35, 0x61, 0x41, 0x1a,
0xc3, 0xa3, 0x4d, 0x75, 0xb7, 0xf4, 0x45, 0xcc, 0x34, 0xc7, 0x2d, 0x51, 0x82, 0x9e, 0xc2, 0xa2,
0x32, 0xde, 0x45, 0x77, 0x55, 0x62, 0x65, 0x9c, 0x6d, 0x7e, 0x32, 0x7e, 0x91, 0x12, 0x74, 0xca,
0xbf, 0xc5, 0x49, 0xf3, 0x49, 0x94, 0x4b, 0x1f, 0x8f, 0x73, 0xcd, 0x4f, 0x27, 0xac, 0x52, 0x82,
0xce, 0xf9, 0x30, 0x23, 0x33, 0xc0, 0x43, 0x96, 0xba, 0x2d, 0x6f, 0xbe, 0x68, 0xfe, 0x70, 0x2a,
0x0d, 0x25, 0xe8, 0xd7, 0xbc, 0x1e, 0x6a, 0x23, 0x26, 0xb4, 0xa5, 0x6e, 0xcd, 0x4e, 0xbf, 0xcc,
0xed, 0x29, 0x14, 0x94, 0xa0, 0x2f, 0x93, 0xcb, 0x44, 0xe2, 0xfc, 0x83, 0xac, 0x83, 0x55, 0xc6,
0x5b, 0x93, 0x09, 0x28, 0x41, 0x98, 0xdd, 0xf5, 0x79, 0x4f, 0x6b, 0x74, 0x5f, 0xd9, 0x3b, 0xe6,
0xc1, 0x6f, 0xee, 0x14, 0xa0, 0x4a, 0x2c, 0xa3, 0x3d, 0x0b, 0x75, 0xcb, 0x64, 0x9f, 0xe2, 0xba,
0x65, 0xf2, 0xde, 0x95, 0x1d, 0x58, 0xd6, 0xde, 0x52, 0x48, 0x8e, 0x83, 0xec, 0x83, 0xcd, 0xbc,
0x37, 0x69, 0x99, 0x12, 0x51, 0xd2, 0xe2, 0x47, 0x88, 0x56, 0xd2, 0xa4, 0xc7, 0x8f, 0x56, 0xd2,
0x94, 0x57, 0xcb, 0x53, 0x58, 0x54, 0x1e, 0x0e, 0x4a, 0x16, 0xe8, 0x0f, 0x13, 0x25, 0x0b, 0xb2,
0xef, 0x8d, 0x57, 0x70, 0x67, 0x4c, 0x23, 0x8e, 0x76, 0x74, 0x4d, 0x72, 0x1f, 0x17, 0xe6, 0x67,
0x45, 0xc8, 0x28, 0x41, 0x5f, 0xc1, 0x5a, 0x4e, 0xf3, 0x8b, 0xb6, 0xb3, 0xf5, 0x54, 0x97, 0x60,
0x4d, 0x23, 0x11, 0x21, 0x9c, 0x69, 0x53, 0x95, 0x10, 0xce, 0x6b, 0x93, 0x95, 0x10, 0xce, 0xef,
0x72, 0xbf, 0x82, 0xb5, 0x9c, 0x96, 0x13, 0x69, 0xa1, 0x93, 0xd3, 0x40, 0x9a, 0xd6, 0x34, 0x12,
0xc1, 0xbd, 0x3b, 0x85, 0x7b, 0x77, 0x3a, 0xf7, 0x71, 0xbd, 0xa5, 0xa8, 0x70, 0x52, 0x07, 0xa5,
0x57, 0x38, 0xb5, 0x7d, 0xd4, 0x2b, 0x9c, 0xde, 0x7a, 0xa5, 0x37, 0xc8, 0x98, 0xb6, 0x20, 0xef,
0x06, 0x19, 0xdf, 0xc0, 0xe4, 0xdd, 0x20, 0x13, 0xfa, 0x8d, 0xc7, 0x3f, 0xfa, 0xcd, 0xce, 0x33,
0x82, 0xbd, 0xf3, 0xf6, 0xa9, 0xf4, 0xef, 0xad, 0x84, 0xc3, 0xcf, 0x93, 0x5f, 0x2f, 0x67, 0xf8,
0xd2, 0xc3, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x6d, 0x13, 0xb4, 0xc1, 0x1a, 0x26, 0x00, 0x00,
2 years ago
}