@ -1,284 +1,452 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.15.5
// source: admin_cms/admin_cms.proto
// source: admin_cms/admin_cms.proto
package admin_cms
package admin_cms // import "./admin_cms"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import sdk_ws "Open_IM/pkg/proto/sdk_ws"
import (
import (
context "context"
context " golang.org/x/net/ context"
grpc "google.golang.org/grpc"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
)
const (
// Reference imports to suppress errors if they are not otherwise used.
// Verify that this generated code is sufficiently up-to-date.
var _ = proto . Marshal
_ = protoimpl . EnforceVersion ( 20 - protoimpl . MinVersion )
var _ = fmt . Errorf
// Verify that runtime/protoimpl is sufficiently up-to-date.
var _ = math . Inf
_ = protoimpl . EnforceVersion ( protoimpl . MaxVersion - 20 )
)
type AdminLoginReq struct {
// This is a compile-time assertion to ensure that this generated file
state protoimpl . MessageState
// is compatible with the proto package it is being compiled against.
sizeCache protoimpl . SizeCache
// A compilation error at this line likely means your copy of the
unknownFields protoimpl . UnknownFields
// proto package needs to be updated.
const _ = proto . ProtoPackageIsVersion2 // please upgrade the proto package
OperationID string ` protobuf:"bytes,1,opt,name=OperationID,proto3" json:"OperationID,omitempty" `
type AdminLoginReq struct {
AdminID string ` protobuf:"bytes,2,opt,name=AdminID,proto3" json:"AdminID,omitempty" `
OperationID string ` protobuf:"bytes,1,opt,name=OperationID" json:"OperationID,omitempty" `
Secret string ` protobuf:"bytes,3,opt,name=Secret,proto3" json:"Secret,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:"-" `
}
}
func ( x * AdminLoginReq ) Reset ( ) {
func ( m * AdminLoginReq ) Reset ( ) { * m = AdminLoginReq { } }
* x = AdminLoginReq { }
func ( m * AdminLoginReq ) String ( ) string { return proto . CompactTextString ( m ) }
if protoimpl . UnsafeEnabled {
func ( * AdminLoginReq ) ProtoMessage ( ) { }
mi := & file_admin_cms_admin_cms_proto_msgTypes [ 0 ]
func ( * AdminLoginReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 0 }
ms . StoreMessageInfo ( mi )
}
}
}
func ( m * AdminLoginReq ) XXX_Unmarshal ( b [ ] byte ) error {
func ( x * AdminLoginReq ) String ( ) string {
return xxx_messageInfo_AdminLoginReq . Unmarshal ( m , b )
return protoimpl . X . MessageStringOf ( x )
}
}
func ( m * AdminLoginReq ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
func ( * AdminLoginReq ) ProtoMessage ( ) { }
return xxx_messageInfo_AdminLoginReq . Marshal ( b , m , deterministic )
func ( x * AdminLoginReq ) ProtoReflect ( ) protoreflect . Message {
mi := & file_admin_cms_admin_cms_proto_msgTypes [ 0 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
}
func ( dst * AdminLoginReq ) XXX_Merge ( src proto . Message ) {
// Deprecated: Use AdminLoginReq.ProtoReflect.Descriptor instead.
xxx_messageInfo_AdminLoginReq . Merge ( dst , src )
func ( * AdminLoginReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
}
return file_admin_cms_admin_cms_proto_rawDescGZIP ( ) , [ ] int { 0 }
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
func ( x * AdminLoginReq ) GetOperationID ( ) string {
func ( m * AdminLoginReq ) GetOperationID ( ) string {
if x != nil {
if m != nil {
return x . OperationID
return m . OperationID
}
}
return ""
return ""
}
}
func ( x * AdminLoginReq ) GetAdminID ( ) string {
func ( m * AdminLoginReq ) GetAdminID ( ) string {
if x != nil {
if m != nil {
return x . AdminID
return m . AdminID
}
}
return ""
return ""
}
}
func ( x * AdminLoginReq ) GetSecret ( ) string {
func ( m * AdminLoginReq ) GetSecret ( ) string {
if x != nil {
if m != nil {
return x . Secret
return m . Secret
}
}
return ""
return ""
}
}
type AdminLoginResp struct {
type AdminLoginResp struct {
state protoimpl . MessageState
Token string ` protobuf:"bytes,1,opt,name=token" json:"token,omitempty" `
sizeCache protoimpl . SizeCache
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
unknownFields protoimpl . UnknownFields
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
Token string ` protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty" `
func ( m * AdminLoginResp ) Reset ( ) { * m = AdminLoginResp { } }
func ( m * AdminLoginResp ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * AdminLoginResp ) ProtoMessage ( ) { }
func ( * AdminLoginResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 1 }
}
}
func ( m * AdminLoginResp ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_AdminLoginResp . Unmarshal ( m , b )
}
func ( m * AdminLoginResp ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_AdminLoginResp . Marshal ( b , m , deterministic )
}
func ( dst * AdminLoginResp ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_AdminLoginResp . Merge ( dst , src )
}
func ( m * AdminLoginResp ) XXX_Size ( ) int {
return xxx_messageInfo_AdminLoginResp . Size ( m )
}
func ( m * AdminLoginResp ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_AdminLoginResp . DiscardUnknown ( m )
}
var xxx_messageInfo_AdminLoginResp proto . InternalMessageInfo
func ( x * AdminLoginResp ) Reset ( ) {
func ( m * AdminLoginResp ) GetToken ( ) string {
* x = AdminLoginResp { }
if m != nil {
if protoimpl . UnsafeEnabled {
return m . Token
mi := & file_admin_cms_admin_cms_proto_msgTypes [ 1 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
return ""
}
}
func ( x * AdminLoginResp ) String ( ) string {
type AddUserRegisterAddFriendIDListReq struct {
return protoimpl . X . MessageStringOf ( x )
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:"-" `
}
}
func ( * AdminLoginResp ) ProtoMessage ( ) { }
func ( m * AddUserRegisterAddFriendIDListReq ) Reset ( ) { * m = AddUserRegisterAddFriendIDListReq { } }
func ( m * AddUserRegisterAddFriendIDListReq ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * AddUserRegisterAddFriendIDListReq ) ProtoMessage ( ) { }
func ( * AddUserRegisterAddFriendIDListReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 2 }
}
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 )
}
func ( x * AdminLoginResp ) ProtoReflect ( ) protoreflect . Message {
var xxx_messageInfo_AddUserRegisterAddFriendIDListReq proto . InternalMessageInfo
mi := & file_admin_cms_admin_cms_proto_msgTypes [ 1 ]
if protoimpl . UnsafeEnabled && x != nil {
func ( m * AddUserRegisterAddFriendIDListReq ) GetOperationID ( ) string {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if m != nil {
if ms . LoadMessageInfo ( ) == nil {
return m . OperationID
ms . StoreMessageInfo ( mi )
}
}
return ms
return ""
}
func ( m * AddUserRegisterAddFriendIDListReq ) GetUserIDList ( ) [ ] string {
if m != nil {
return m . UserIDList
}
}
return mi . MessageOf ( x )
return nil
}
}
// Deprecated: Use AdminLoginResp.ProtoReflect.Descriptor instead.
type AddUserRegisterAddFriendIDListResp struct {
func ( * AdminLoginResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
return file_admin_cms_admin_cms_proto_rawDescGZIP ( ) , [ ] int { 1 }
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * AddUserRegisterAddFriendIDListResp ) Reset ( ) { * m = AddUserRegisterAddFriendIDListResp { } }
func ( m * AddUserRegisterAddFriendIDListResp ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * AddUserRegisterAddFriendIDListResp ) ProtoMessage ( ) { }
func ( * AddUserRegisterAddFriendIDListResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 3 }
}
}
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 )
}
var xxx_messageInfo_AddUserRegisterAddFriendIDListResp proto . InternalMessageInfo
func ( x * AdminLoginResp ) GetToken ( ) string {
type ReduceUserRegisterAddFriendIDListReq struct {
if x != nil {
OperationID string ` protobuf:"bytes,1,opt,name=operationID" json:"operationID,omitempty" `
return x . Token
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 ( ) { }
func ( * ReduceUserRegisterAddFriendIDListReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 4 }
}
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 )
}
func ( m * ReduceUserRegisterAddFriendIDListReq ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq . DiscardUnknown ( m )
}
var xxx_messageInfo_ReduceUserRegisterAddFriendIDListReq proto . InternalMessageInfo
func ( m * ReduceUserRegisterAddFriendIDListReq ) GetOperationID ( ) string {
if m != nil {
return m . OperationID
}
}
return ""
return ""
}
}
var File_admin_cms_admin_cms_proto protoreflect . FileDescriptor
func ( m * ReduceUserRegisterAddFriendIDListReq ) GetOperation ( ) int32 {
if m != nil {
var file_admin_cms_admin_cms_proto_rawDesc = [ ] byte {
return m . Operation
0x0a , 0x19 , 0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x5f , 0x63 , 0x6d , 0x73 , 0x2f , 0x61 , 0x64 , 0x6d , 0x69 ,
}
0x6e , 0x5f , 0x63 , 0x6d , 0x73 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x12 , 0x09 , 0x61 , 0x64 , 0x6d ,
return 0
0x69 , 0x6e , 0x5f , 0x63 , 0x6d , 0x73 , 0x22 , 0x63 , 0x0a , 0x0d , 0x41 , 0x64 , 0x6d , 0x69 , 0x6e , 0x4c ,
}
0x6f , 0x67 , 0x69 , 0x6e , 0x52 , 0x65 , 0x71 , 0x12 , 0x20 , 0x0a , 0x0b , 0x4f , 0x70 , 0x65 , 0x72 , 0x61 ,
0x74 , 0x69 , 0x6f , 0x6e , 0x49 , 0x44 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x4f , 0x70 ,
0x65 , 0x72 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x49 , 0x44 , 0x12 , 0x18 , 0x0a , 0x07 , 0x41 , 0x64 , 0x6d ,
0x69 , 0x6e , 0x49 , 0x44 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x07 , 0x41 , 0x64 , 0x6d , 0x69 ,
0x6e , 0x49 , 0x44 , 0x12 , 0x16 , 0x0a , 0x06 , 0x53 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x18 , 0x03 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x06 , 0x53 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x22 , 0x26 , 0x0a , 0x0e , 0x41 ,
0x64 , 0x6d , 0x69 , 0x6e , 0x4c , 0x6f , 0x67 , 0x69 , 0x6e , 0x52 , 0x65 , 0x73 , 0x70 , 0x12 , 0x14 , 0x0a ,
0x05 , 0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x74 , 0x6f ,
0x6b , 0x65 , 0x6e , 0x32 , 0x4d , 0x0a , 0x08 , 0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x43 , 0x4d , 0x53 , 0x12 ,
0x41 , 0x0a , 0x0a , 0x41 , 0x64 , 0x6d , 0x69 , 0x6e , 0x4c , 0x6f , 0x67 , 0x69 , 0x6e , 0x12 , 0x18 , 0x2e ,
0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x5f , 0x63 , 0x6d , 0x73 , 0x2e , 0x41 , 0x64 , 0x6d , 0x69 , 0x6e , 0x4c ,
0x6f , 0x67 , 0x69 , 0x6e , 0x52 , 0x65 , 0x71 , 0x1a , 0x19 , 0x2e , 0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x5f ,
0x63 , 0x6d , 0x73 , 0x2e , 0x41 , 0x64 , 0x6d , 0x69 , 0x6e , 0x4c , 0x6f , 0x67 , 0x69 , 0x6e , 0x52 , 0x65 ,
0x73 , 0x70 , 0x42 , 0x17 , 0x5a , 0x15 , 0x2e , 0x2f , 0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x5f , 0x63 , 0x6d ,
0x73 , 0x3b , 0x61 , 0x64 , 0x6d , 0x69 , 0x6e , 0x5f , 0x63 , 0x6d , 0x73 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x33 ,
}
var (
file_admin_cms_admin_cms_proto_rawDescOnce sync . Once
file_admin_cms_admin_cms_proto_rawDescData = file_admin_cms_admin_cms_proto_rawDesc
)
func file_admin_cms_admin_cms_proto_rawDescGZIP ( ) [ ] byte {
func ( m * ReduceUserRegisterAddFriendIDListReq ) GetUserIDList ( ) [ ] string {
file_admin_cms_admin_cms_proto_rawDescOnce . Do ( func ( ) {
if m != nil {
file_admin_cms_admin_cms_proto_rawDescData = protoimpl . X . CompressGZIP ( file_admin_cms_admin_cms_proto_rawDescData )
return m . UserIDList
} )
}
return file_admin_cms_admin_cms_proto_rawDescData
}
var file_admin_cms_admin_cms_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 2 )
var file_admin_cms_admin_cms_proto_goTypes = [ ] interface { } {
( * AdminLoginReq ) ( nil ) , // 0: admin_cms.AdminLoginReq
( * AdminLoginResp ) ( nil ) , // 1: admin_cms.AdminLoginResp
}
var file_admin_cms_admin_cms_proto_depIdxs = [ ] int32 {
0 , // 0: admin_cms.adminCMS.AdminLogin:input_type -> admin_cms.AdminLoginReq
1 , // 1: admin_cms.adminCMS.AdminLogin:output_type -> admin_cms.AdminLoginResp
1 , // [1:2] is the sub-list for method output_type
0 , // [0:1] is the sub-list for method input_type
0 , // [0:0] is the sub-list for extension type_name
0 , // [0:0] is the sub-list for extension extendee
0 , // [0:0] is the sub-list for field type_name
}
func init ( ) { file_admin_cms_admin_cms_proto_init ( ) }
func file_admin_cms_admin_cms_proto_init ( ) {
if File_admin_cms_admin_cms_proto != nil {
return
}
if ! protoimpl . UnsafeEnabled {
file_admin_cms_admin_cms_proto_msgTypes [ 0 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * AdminLoginReq ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
return nil
}
type ReduceUserRegisterAddFriendIDListResp struct {
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * ReduceUserRegisterAddFriendIDListResp ) Reset ( ) { * m = ReduceUserRegisterAddFriendIDListResp { } }
func ( m * ReduceUserRegisterAddFriendIDListResp ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * ReduceUserRegisterAddFriendIDListResp ) ProtoMessage ( ) { }
func ( * ReduceUserRegisterAddFriendIDListResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 5 }
}
func ( m * ReduceUserRegisterAddFriendIDListResp ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp . Unmarshal ( m , b )
}
func ( m * ReduceUserRegisterAddFriendIDListResp ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp . Marshal ( b , m , deterministic )
}
func ( dst * ReduceUserRegisterAddFriendIDListResp ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_ReduceUserRegisterAddFriendIDListResp . Merge ( dst , src )
}
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
type GetUserRegisterAddFriendIDListReq struct {
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:"-" `
}
func ( m * GetUserRegisterAddFriendIDListReq ) Reset ( ) { * m = GetUserRegisterAddFriendIDListReq { } }
func ( m * GetUserRegisterAddFriendIDListReq ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * GetUserRegisterAddFriendIDListReq ) ProtoMessage ( ) { }
func ( * GetUserRegisterAddFriendIDListReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 6 }
}
func ( m * GetUserRegisterAddFriendIDListReq ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_GetUserRegisterAddFriendIDListReq . Unmarshal ( m , b )
}
func ( m * GetUserRegisterAddFriendIDListReq ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_GetUserRegisterAddFriendIDListReq . Marshal ( b , m , deterministic )
}
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 )
}
var xxx_messageInfo_GetUserRegisterAddFriendIDListReq proto . InternalMessageInfo
func ( m * GetUserRegisterAddFriendIDListReq ) GetOperationID ( ) string {
if m != nil {
return m . OperationID
}
}
return ""
}
func ( m * GetUserRegisterAddFriendIDListReq ) GetPagination ( ) * sdk_ws . RequestPagination {
if m != nil {
return m . Pagination
}
}
file_admin_cms_admin_cms_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * AdminLoginResp ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
return nil
}
type GetUserRegisterAddFriendIDListResp struct {
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" `
XXX_NoUnkeyedLiteral struct { } ` json:"-" `
XXX_unrecognized [ ] byte ` json:"-" `
XXX_sizecache int32 ` json:"-" `
}
func ( m * GetUserRegisterAddFriendIDListResp ) Reset ( ) { * m = GetUserRegisterAddFriendIDListResp { } }
func ( m * GetUserRegisterAddFriendIDListResp ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * GetUserRegisterAddFriendIDListResp ) ProtoMessage ( ) { }
func ( * GetUserRegisterAddFriendIDListResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_admin_cms_e0cc6ee28c5c634b , [ ] int { 7 }
}
func ( m * GetUserRegisterAddFriendIDListResp ) XXX_Unmarshal ( b [ ] byte ) error {
return xxx_messageInfo_GetUserRegisterAddFriendIDListResp . Unmarshal ( m , b )
}
func ( m * GetUserRegisterAddFriendIDListResp ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
return xxx_messageInfo_GetUserRegisterAddFriendIDListResp . Marshal ( b , m , deterministic )
}
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 )
}
var xxx_messageInfo_GetUserRegisterAddFriendIDListResp proto . InternalMessageInfo
func ( m * GetUserRegisterAddFriendIDListResp ) GetUserInfoList ( ) [ ] * sdk_ws . UserInfo {
if m != nil {
return m . UserInfoList
}
}
return nil
}
func ( m * GetUserRegisterAddFriendIDListResp ) GetPagination ( ) * sdk_ws . ResponsePagination {
if m != nil {
return m . Pagination
}
}
}
return nil
type x struct { }
}
out := protoimpl . TypeBuilder {
File : protoimpl . DescBuilder {
func init ( ) {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
proto . RegisterType ( ( * AdminLoginReq ) ( nil ) , "admin_cms.AdminLoginReq" )
RawDescriptor : file_admin_cms_admin_cms_proto_rawDesc ,
proto . RegisterType ( ( * AdminLoginResp ) ( nil ) , "admin_cms.AdminLoginResp" )
NumEnums : 0 ,
proto . RegisterType ( ( * AddUserRegisterAddFriendIDListReq ) ( nil ) , "admin_cms.AddUserRegisterAddFriendIDListReq" )
NumMessages : 2 ,
proto . RegisterType ( ( * AddUserRegisterAddFriendIDListResp ) ( nil ) , "admin_cms.AddUserRegisterAddFriendIDListResp" )
NumExtensions : 0 ,
proto . RegisterType ( ( * ReduceUserRegisterAddFriendIDListReq ) ( nil ) , "admin_cms.ReduceUserRegisterAddFriendIDListReq" )
NumServices : 1 ,
proto . RegisterType ( ( * ReduceUserRegisterAddFriendIDListResp ) ( nil ) , "admin_cms.ReduceUserRegisterAddFriendIDListResp" )
} ,
proto . RegisterType ( ( * GetUserRegisterAddFriendIDListReq ) ( nil ) , "admin_cms.GetUserRegisterAddFriendIDListReq" )
GoTypes : file_admin_cms_admin_cms_proto_goTypes ,
proto . RegisterType ( ( * GetUserRegisterAddFriendIDListResp ) ( nil ) , "admin_cms.GetUserRegisterAddFriendIDListResp" )
DependencyIndexes : file_admin_cms_admin_cms_proto_depIdxs ,
MessageInfos : file_admin_cms_admin_cms_proto_msgTypes ,
} . Build ( )
File_admin_cms_admin_cms_proto = out . File
file_admin_cms_admin_cms_proto_rawDesc = nil
file_admin_cms_admin_cms_proto_goTypes = nil
file_admin_cms_admin_cms_proto_depIdxs = nil
}
}
// Reference imports to suppress errors if they are not otherwise used.
// Reference imports to suppress errors if they are not otherwise used.
var _ context . Context
var _ context . Context
var _ grpc . ClientConnInterface
var _ grpc . ClientConn
// This is a compile-time assertion to ensure that this generated file
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// is compatible with the grpc package it is being compiled against.
const _ = grpc . SupportPackageIsVersion6
const _ = grpc . SupportPackageIsVersion4
// Client API for AdminCMS service
// AdminCMSClient is the client API for AdminCMS service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type AdminCMSClient interface {
type AdminCMSClient interface {
AdminLogin ( ctx context . Context , in * AdminLoginReq , opts ... grpc . CallOption ) ( * AdminLoginResp , error )
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 )
}
}
type adminCMSClient struct {
type adminCMSClient struct {
cc grpc . ClientConnInterface
cc * grpc . ClientConn
}
}
func NewAdminCMSClient ( cc grpc . ClientConnInterface ) AdminCMSClient {
func NewAdminCMSClient ( cc * grpc . ClientConn ) AdminCMSClient {
return & adminCMSClient { cc }
return & adminCMSClient { cc }
}
}
func ( c * adminCMSClient ) AdminLogin ( ctx context . Context , in * AdminLoginReq , opts ... grpc . CallOption ) ( * AdminLoginResp , error ) {
func ( c * adminCMSClient ) AdminLogin ( ctx context . Context , in * AdminLoginReq , opts ... grpc . CallOption ) ( * AdminLoginResp , error ) {
out := new ( AdminLoginResp )
out := new ( AdminLoginResp )
err := c . cc . Invoke ( ctx , "/admin_cms.adminCMS/AdminLogin" , in , out , opts ... )
err := grp c. Invoke ( ctx , "/admin_cms.adminCMS/AdminLogin" , in , out , c . cc , opts ... )
if err != nil {
if err != nil {
return nil , err
return nil , err
}
}
return out , nil
return out , nil
}
}
// AdminCMSServer is the server API for AdminCMS service.
func ( c * adminCMSClient ) AddUserRegisterAddFriendIDList ( ctx context . Context , in * AddUserRegisterAddFriendIDListReq , opts ... grpc . CallOption ) ( * AddUserRegisterAddFriendIDListResp , error ) {
type AdminCMSServer interface {
out := new ( AddUserRegisterAddFriendIDListResp )
AdminLogin ( context . Context , * AdminLoginReq ) ( * AdminLoginResp , error )
err := grpc . Invoke ( ctx , "/admin_cms.adminCMS/AddUserRegisterAddFriendIDList" , in , out , c . cc , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
}
// UnimplementedAdminCMSServer can be embedded to have forward compatible implementations.
func ( c * adminCMSClient ) ReduceUserRegisterAddFriendIDList ( ctx context . Context , in * ReduceUserRegisterAddFriendIDListReq , opts ... grpc . CallOption ) ( * ReduceUserRegisterAddFriendIDListResp , error ) {
type UnimplementedAdminCMSServer struct {
out := new ( ReduceUserRegisterAddFriendIDListResp )
err := grpc . Invoke ( ctx , "/admin_cms.adminCMS/ReduceUserRegisterAddFriendIDList" , in , out , c . cc , opts ... )
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 )
err := grpc . Invoke ( ctx , "/admin_cms.adminCMS/GetUserRegisterAddFriendIDList" , in , out , c . cc , opts ... )
if err != nil {
return nil , err
}
return out , nil
}
}
func ( * UnimplementedAdminCMSServer ) AdminLogin ( context . Context , * AdminLoginReq ) ( * AdminLoginResp , error ) {
// Server API for AdminCMS service
return nil , status . Errorf ( codes . Unimplemented , "method AdminLogin not implemented" )
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 )
}
}
func RegisterAdminCMSServer ( s * grpc . Server , srv AdminCMSServer ) {
func RegisterAdminCMSServer ( s * grpc . Server , srv AdminCMSServer ) {
@ -303,6 +471,60 @@ func _AdminCMS_AdminLogin_Handler(srv interface{}, ctx context.Context, dec func
return interceptor ( ctx , in , info , handler )
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
}
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 )
}
var _AdminCMS_serviceDesc = grpc . ServiceDesc {
var _AdminCMS_serviceDesc = grpc . ServiceDesc {
ServiceName : "admin_cms.adminCMS" ,
ServiceName : "admin_cms.adminCMS" ,
HandlerType : ( * AdminCMSServer ) ( nil ) ,
HandlerType : ( * AdminCMSServer ) ( nil ) ,
@ -311,7 +533,56 @@ var _AdminCMS_serviceDesc = grpc.ServiceDesc{
MethodName : "AdminLogin" ,
MethodName : "AdminLogin" ,
Handler : _AdminCMS_AdminLogin_Handler ,
Handler : _AdminCMS_AdminLogin_Handler ,
} ,
} ,
{
MethodName : "AddUserRegisterAddFriendIDList" ,
Handler : _AdminCMS_AddUserRegisterAddFriendIDList_Handler ,
} ,
{
MethodName : "ReduceUserRegisterAddFriendIDList" ,
Handler : _AdminCMS_ReduceUserRegisterAddFriendIDList_Handler ,
} ,
{
MethodName : "GetUserRegisterAddFriendIDList" ,
Handler : _AdminCMS_GetUserRegisterAddFriendIDList_Handler ,
} ,
} ,
} ,
Streams : [ ] grpc . StreamDesc { } ,
Streams : [ ] grpc . StreamDesc { } ,
Metadata : "admin_cms/admin_cms.proto" ,
Metadata : "admin_cms/admin_cms.proto" ,
}
}
func init ( ) {
proto . RegisterFile ( "admin_cms/admin_cms.proto" , fileDescriptor_admin_cms_e0cc6ee28c5c634b )
}
var fileDescriptor_admin_cms_e0cc6ee28c5c634b = [ ] byte {
// 460 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0xa4 , 0x94 , 0xcd , 0x6e , 0xd3 , 0x40 ,
0x10 , 0xc7 , 0xe5 , 0x5a , 0x2d , 0x64 , 0x02 , 0x1c , 0x56 , 0x7c , 0xb8 , 0x01 , 0x55 , 0xc9 , 0x2a , 0x85 ,
0x1c , 0xc0 , 0x46 , 0xe1 , 0xc8 , 0x01 , 0x05 , 0x02 , 0xc8 , 0x52 , 0xab , 0xa2 , 0xad , 0xb8 , 0x70 , 0xb1 ,
0x4c , 0x3c , 0x44 , 0x56 , 0x94 , 0xdd , 0xed , 0xce , 0x86 , 0x9e , 0xb8 , 0xf6 , 0xc2 , 0xab , 0xf0 , 0x38 ,
0x3c , 0x10 , 0xea , 0x26 , 0x8d , 0x6d , 0xea , 0xd6 , 0xad , 0x72 , 0xf3 , 0x7c , 0xfc , 0x77 , 0x7f , 0x1e ,
0xfd , 0x67 , 0x61 , 0x37 , 0xcd , 0xe6 , 0xb9 , 0x4c , 0x26 , 0x73 , 0x8a , 0xd6 , 0x5f , 0xa1 , 0x36 , 0xca ,
0x2a , 0xd6 , 0x5a , 0x27 , 0x3a , 0xbd , 0x23 , 0x8d , 0x32 , 0x89 , 0x0f , 0x23 , 0x3d , 0x9b , 0x46 , 0xae ,
0x1a , 0x51 , 0x36 , 0x4b , 0x4e , 0x29 , 0x3a , 0x5d , 0x75 , 0xf3 , 0x09 , 0xdc , 0x1f , 0x9d , 0xf7 , 0x1f ,
0xa8 , 0x69 , 0x2e , 0x05 , 0x9e , 0xb0 , 0x2e , 0xb4 , 0x8f , 0x34 , 0x9a , 0xd4 , 0xe6 , 0x4a , 0xc6 , 0xe3 ,
0xc0 , 0xeb , 0x7a , 0x83 , 0x96 , 0x28 , 0xa7 , 0x58 , 0x00 , 0x77 , 0x9c , 0x24 , 0x1e , 0x07 , 0x5b , 0xae ,
0x7a , 0x11 , 0xb2 , 0xc7 , 0xb0 , 0x73 , 0x8c , 0x13 , 0x83 , 0x36 , 0xf0 , 0x5d , 0x61 , 0x15 , 0xf1 , 0xe7 ,
0xf0 , 0xa0 , 0x7c , 0x09 , 0x69 , 0xf6 , 0x10 , 0xb6 , 0xad , 0x9a , 0xa1 , 0x5c , 0x9d , 0xbf , 0x0c , 0x38 ,
0x42 , 0x6f , 0x94 , 0x65 , 0x5f , 0x09 , 0x8d , 0xc0 , 0x69 , 0x4e , 0x16 , 0xcd , 0x28 , 0xcb , 0x3e , 0x99 ,
0x1c , 0x65 , 0x16 , 0x8f , 0x0f , 0x72 , 0xb2 , 0x2b , 0x40 , 0x75 , 0x19 , 0xb0 , 0x94 , 0x62 , 0x7b , 0x00 ,
0x0b , 0x42 , 0xb3 , 0x94 , 0x04 , 0x5b , 0x5d , 0x7f , 0xd0 , 0x12 , 0xa5 , 0x0c , 0xef , 0x03 , 0x6f , 0xba ,
0x86 , 0x34 , 0x3f , 0xf3 , 0xa0 , 0x2f , 0x30 , 0x5b , 0x4c , 0x70 , 0x63 , 0xa0 , 0x67 , 0xd0 , 0x5a , 0x87 ,
0x6e , 0x66 , 0xdb , 0xa2 , 0x48 , 0xfc , 0x87 , 0xeb , 0x5f , 0xc2 , 0x7d , 0x01 , 0xfb , 0x37 , 0xe0 , 0x20 ,
0xcd , 0x7f , 0x7b , 0xd0 , 0xfb , 0x8c , 0x76 , 0x63 , 0xdc , 0x31 , 0xc0 , 0x97 , 0x74 , 0x9a , 0xcb , 0x82 ,
0xb7 , 0x3d , 0xec , 0x87 , 0x84 , 0xe6 , 0x27 , 0x9a , 0x24 , 0xd5 , 0x79 , 0xa2 , 0x53 , 0x93 , 0xce , 0x29 ,
0x14 , 0x78 , 0xb2 , 0x40 , 0xb2 , 0x45 , 0xaf , 0x28 , 0xe9 , 0xf8 , 0x1f , 0x0f , 0x78 , 0x13 , 0x0d , 0x69 ,
0xf6 , 0x0e , 0xee , 0x9d , 0xb7 , 0xc4 , 0xf2 , 0x87 , 0x72 , 0xff , 0xef , 0x75 , 0xfd , 0x41 , 0x7b , 0xf8 ,
0xb4 , 0xe6 , 0xba , 0x8b , 0x36 , 0x51 , 0x11 , 0xb0 , 0x8f , 0x35 , 0xb4 , 0xfb , 0xb5 , 0xb4 , 0xa4 , 0x95 ,
0x24 , 0xac , 0xc7 , 0x1d , 0xfe , 0xf5 , 0xe1 , 0xae , 0xdb , 0x9c , 0x0f , 0x87 , 0xc7 , 0x6c , 0x04 , 0x50 ,
0x18 , 0x96 , 0x05 , 0x61 , 0xb1 , 0x63 , 0x95 , 0x65 , 0xe9 , 0xec , 0x5e , 0x51 , 0x21 , 0xcd , 0x7e , 0xc1 ,
0xde , 0xf5 , 0x26 , 0x63 , 0x2f , 0x2b , 0xe2 , 0x06 , 0xdb , 0x77 , 0x5e , 0xdd , 0xa2 , 0x9b , 0x34 , 0x3b ,
0xf3 , 0xa0 , 0xd7 , 0xe8 , 0x1a , 0x16 , 0x95 , 0x0e , 0xbd , 0x89 , 0xd7 , 0x3b , 0xaf , 0x6f , 0x27 , 0x58 ,
0xce , 0xe1 , 0x7a , 0x17 , 0x54 , 0xe6 , 0xd0 , 0x68 , 0xdf , 0xca , 0x1c , 0x9a , 0xed , 0xf5 , 0xfe , 0xc9 ,
0xb7 , 0x47 , 0x61 , 0xf1 , 0x44 , 0xbe , 0x5d , 0x7f , 0x7d , 0xdf , 0x71 , 0xef , 0xdf , 0x9b , 0x7f , 0x01 ,
0x00 , 0x00 , 0xff , 0xff , 0x99 , 0xbe , 0x8e , 0x2a , 0x4a , 0x05 , 0x00 , 0x00 ,
}