2023-02-15 01:10:11 +00:00
|
|
|
//
|
|
|
|
// Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
// contributor license agreements. See the NOTICE file distributed with
|
|
|
|
// this work for additional information regarding copyright ownership.
|
|
|
|
// The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
// (the "License"); you may not use this file except in compliance with
|
|
|
|
// the License. You may obtain a copy of the License at
|
|
|
|
//
|
|
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// versions:
|
2023-02-24 02:51:35 +00:00
|
|
|
// protoc-gen-go v1.28.1
|
|
|
|
// protoc v3.21.12
|
2023-02-15 01:10:11 +00:00
|
|
|
// source: api/account/account.proto
|
|
|
|
|
|
|
|
package account
|
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/mwitkow/go-proto-validators"
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
reflect "reflect"
|
|
|
|
sync "sync"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
)
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
type CommonRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CommonRequest) Reset() {
|
|
|
|
*x = CommonRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[0]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CommonRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*CommonRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CommonRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[0]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use CommonRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommonRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{0}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CommonRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type LoginLogsResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Data []*LoginLog `protobuf:"bytes,1,rep,name=Data,json=data,proto3" json:"Data,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLogsResponse) Reset() {
|
|
|
|
*x = LoginLogsResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[1]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLogsResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*LoginLogsResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *LoginLogsResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[1]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use LoginLogsResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*LoginLogsResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{1}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLogsResponse) GetData() []*LoginLog {
|
|
|
|
if x != nil {
|
|
|
|
return x.Data
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type LoginLog struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
UserId uint64 `protobuf:"varint,3,opt,name=UserId,json=userId,proto3" json:"UserId,omitempty"`
|
|
|
|
Ip string `protobuf:"bytes,4,opt,name=Ip,json=ip,proto3" json:"Ip,omitempty"`
|
|
|
|
Token string `protobuf:"bytes,5,opt,name=Token,json=token,proto3" json:"Token,omitempty"`
|
|
|
|
Status uint64 `protobuf:"varint,6,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
ExpireDate string `protobuf:"bytes,7,opt,name=ExpireDate,json=expireDate,proto3" json:"ExpireDate,omitempty"`
|
|
|
|
LastDate string `protobuf:"bytes,8,opt,name=LastDate,json=lastDate,proto3" json:"LastDate,omitempty"`
|
|
|
|
LogoutDate string `protobuf:"bytes,9,opt,name=LogoutDate,json=logoutDate,proto3" json:"LogoutDate,omitempty"`
|
2023-03-16 03:46:54 +00:00
|
|
|
CreatedAt string `protobuf:"bytes,10,opt,name=CreatedAt,json=createdAt,proto3" json:"CreatedAt,omitempty"`
|
|
|
|
Address string `protobuf:"bytes,11,opt,name=Address,json=address,proto3" json:"Address,omitempty"`
|
2023-02-24 02:51:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) Reset() {
|
|
|
|
*x = LoginLog{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[2]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*LoginLog) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *LoginLog) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[2]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use LoginLog.ProtoReflect.Descriptor instead.
|
|
|
|
func (*LoginLog) Descriptor() ([]byte, []int) {
|
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{2}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetUserId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.UserId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetIp() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Ip
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetToken() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Token
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetStatus() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetExpireDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.ExpireDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetLastDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.LastDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetLogoutDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.LogoutDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
func (x *LoginLog) GetCreatedAt() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.CreatedAt
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginLog) GetAddress() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Address
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type OnlineLogByIdRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlineLogByIdRequest) Reset() {
|
|
|
|
*x = OnlineLogByIdRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[3]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlineLogByIdRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*OnlineLogByIdRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *OnlineLogByIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[3]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use OnlineLogByIdRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*OnlineLogByIdRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{3}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlineLogByIdRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlineLogByIdRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
type LoginInfosByUserIdRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginInfosByUserIdRequest) Reset() {
|
|
|
|
*x = LoginInfosByUserIdRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[4]
|
2023-02-24 02:51:35 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginInfosByUserIdRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*LoginInfosByUserIdRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *LoginInfosByUserIdRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[4]
|
2023-02-24 02:51:35 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use LoginInfosByUserIdRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*LoginInfosByUserIdRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{4}
|
2023-02-24 02:51:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginInfosByUserIdRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginInfosByUserIdRequest) GetUserId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.UserId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type SendNewTelNumMsgRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
NewTelNum string `protobuf:"bytes,3,opt,name=NewTelNum,json=newTelNum,proto3" json:"NewTelNum,omitempty"`
|
|
|
|
Code string `protobuf:"bytes,4,opt,name=Code,json=code,proto3" json:"Code,omitempty"`
|
|
|
|
Project string `protobuf:"bytes,5,opt,name=Project,json=project,proto3" json:"Project,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) Reset() {
|
|
|
|
*x = SendNewTelNumMsgRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[5]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*SendNewTelNumMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[5]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use SendNewTelNumMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SendNewTelNumMsgRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{5}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) GetNewTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NewTelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) GetCode() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Code
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendNewTelNumMsgRequest) GetProject() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Project
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type UserByTelRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
Tel string `protobuf:"bytes,2,opt,name=Tel,json=tel,proto3" json:"Tel,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UserByTelRequest) Reset() {
|
|
|
|
*x = UserByTelRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[6]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UserByTelRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UserByTelRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UserByTelRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[6]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use UserByTelRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UserByTelRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{6}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UserByTelRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UserByTelRequest) GetTel() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Tel
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
type CommonResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CommonResponse) Reset() {
|
|
|
|
*x = CommonResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[7]
|
2023-02-24 02:51:35 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CommonResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*CommonResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CommonResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[7]
|
2023-02-24 02:51:35 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CommonResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{7}
|
2023-02-24 02:51:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type UsersByTelRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
Tels []string `protobuf:"bytes,2,rep,name=Tels,json=tels,proto3" json:"Tels,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UsersByTelRequest) Reset() {
|
|
|
|
*x = UsersByTelRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[8]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UsersByTelRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UsersByTelRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UsersByTelRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[8]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use UsersByTelRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UsersByTelRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{8}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UsersByTelRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UsersByTelRequest) GetTels() []string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Tels
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListByIDsRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
IDs []uint64 `protobuf:"varint,2,rep,packed,name=IDs,proto3" json:"IDs,omitempty"`
|
|
|
|
OrderType uint64 `protobuf:"varint,3,opt,name=OrderType,proto3" json:"OrderType,omitempty"`
|
|
|
|
Page uint64 `protobuf:"varint,4,opt,name=Page,json=page,proto3" json:"Page,omitempty"`
|
|
|
|
PageSize uint64 `protobuf:"varint,5,opt,name=PageSize,json=pageSize,proto3" json:"PageSize,omitempty"`
|
|
|
|
NickName string `protobuf:"bytes,6,opt,name=NickName,json=nickName,proto3" json:"NickName,omitempty"`
|
|
|
|
InvitationCode []string `protobuf:"bytes,7,rep,name=InvitationCode,json=invitationCode,proto3" json:"InvitationCode,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) Reset() {
|
|
|
|
*x = ListByIDsRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[9]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ListByIDsRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[9]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use ListByIDsRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ListByIDsRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{9}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetIDs() []uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.IDs
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetOrderType() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.OrderType
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetPage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Page
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetPageSize() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.PageSize
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListByIDsRequest) GetNickName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NickName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
func (x *ListByIDsRequest) GetInvitationCode() []string {
|
|
|
|
if x != nil {
|
|
|
|
return x.InvitationCode
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type SendMsgRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,2,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Project string `protobuf:"bytes,3,opt,name=Project,json=telNum,proto3" json:"Project,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) Reset() {
|
|
|
|
*x = SendMsgRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[10]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*SendMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[10]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use SendMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SendMsgRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{10}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgRequest) GetProject() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Project
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
type SendCustomMsgRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,2,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Project string `protobuf:"bytes,3,opt,name=Project,json=telNum,proto3" json:"Project,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,4,opt,name=Url,proto3" json:"Url,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,5,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
MId uint64 `protobuf:"varint,6,opt,name=MId,json=mId,proto3" json:"MId,omitempty"`
|
|
|
|
Location uint64 `protobuf:"varint,7,opt,name=Location,json=location,proto3" json:"Location,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) Reset() {
|
|
|
|
*x = SendCustomMsgRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[11]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*SendCustomMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_api_account_account_proto_msgTypes[11]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use SendCustomMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SendCustomMsgRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{11}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetProject() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Project
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetUrl() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetMId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.MId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendCustomMsgRequest) GetLocation() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Location
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type CheckMsgRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,2,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Code string `protobuf:"bytes,3,opt,name=Code,json=code,proto3" json:"Code,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) Reset() {
|
|
|
|
*x = CheckMsgRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[12]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*CheckMsgRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[12]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use CheckMsgRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CheckMsgRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{12}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckMsgRequest) GetCode() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Code
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type SendMsgStatusResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgStatusResponse) Reset() {
|
|
|
|
*x = SendMsgStatusResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[13]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *SendMsgStatusResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*SendMsgStatusResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendMsgStatusResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[13]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use SendMsgStatusResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SendMsgStatusResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{13}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type RemoveRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveRequest) Reset() {
|
|
|
|
*x = RemoveRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[14]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RemoveRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RemoveRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[14]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RemoveRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{14}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type RemoveResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveResponse) Reset() {
|
|
|
|
*x = RemoveResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[15]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RemoveResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RemoveResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RemoveResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[15]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RemoveResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{15}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type UpdateRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` //ID
|
|
|
|
Domain string `protobuf:"bytes,2,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
NickName string `protobuf:"bytes,3,opt,name=NickName,json=nickName,proto3" json:"NickName,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,4,opt,name=Password,json=password,proto3" json:"Password,omitempty"` //密码
|
|
|
|
Avatar string `protobuf:"bytes,5,opt,name=Avatar,json=avatar,proto3" json:"Avatar,omitempty"` //头像
|
|
|
|
Status string `protobuf:"bytes,7,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,8,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
EnterDate string `protobuf:"bytes,14,opt,name=EnterDate,json=enterDate,proto3" json:"EnterDate,omitempty"`
|
|
|
|
Extend *Extend `protobuf:"bytes,17,opt,name=Extend,json=extend,proto3" json:"Extend,omitempty"`
|
|
|
|
Title string `protobuf:"bytes,18,opt,name=Title,json=title,proto3" json:"Title,omitempty"`
|
|
|
|
JobNum string `protobuf:"bytes,19,opt,name=JobNum,json=jobNum,proto3" json:"JobNum,omitempty"`
|
|
|
|
BirthDate string `protobuf:"bytes,20,opt,name=BirthDate,json=birthDate,proto3" json:"BirthDate,omitempty"`
|
|
|
|
Sex uint64 `protobuf:"varint,21,opt,name=Sex,json=sex,proto3" json:"Sex,omitempty"`
|
|
|
|
IdNum string `protobuf:"bytes,22,opt,name=IdNum,json=idNum,proto3" json:"IdNum,omitempty"`
|
|
|
|
RealName string `protobuf:"bytes,23,opt,name=RealName,json=realName,proto3" json:"RealName,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) Reset() {
|
|
|
|
*x = UpdateRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[16]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UpdateRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[16]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UpdateRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{16}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetNickName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NickName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetPassword() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Password
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetAvatar() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Avatar
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetStatus() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetEnterDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.EnterDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetExtend() *Extend {
|
|
|
|
if x != nil {
|
|
|
|
return x.Extend
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetTitle() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Title
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetJobNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.JobNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetBirthDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.BirthDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetSex() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Sex
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetIdNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.IdNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateRequest) GetRealName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.RealName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type UpdateResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateResponse) Reset() {
|
|
|
|
*x = UpdateResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[17]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UpdateResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UpdateResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[17]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UpdateResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{17}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type PrivacyInfoRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` //ID
|
|
|
|
Domain string `protobuf:"bytes,2,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *PrivacyInfoRequest) Reset() {
|
|
|
|
*x = PrivacyInfoRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[18]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *PrivacyInfoRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*PrivacyInfoRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *PrivacyInfoRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[18]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use PrivacyInfoRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*PrivacyInfoRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{18}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *PrivacyInfoRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *PrivacyInfoRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
PageSize uint64 `protobuf:"varint,2,opt,name=PageSize,json=pageSize,proto3" json:"PageSize,omitempty"`
|
|
|
|
Page uint64 `protobuf:"varint,3,opt,name=Page,json=page,proto3" json:"Page,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListRequest) Reset() {
|
|
|
|
*x = ListRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[19]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ListRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ListRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[19]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ListRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{19}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListRequest) GetPageSize() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.PageSize
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListRequest) GetPage() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Page
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type ListResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Status string `protobuf:"bytes,1,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
Count uint64 `protobuf:"varint,2,opt,name=Count,json=count,proto3" json:"Count,omitempty"`
|
|
|
|
Data []*AccountInfo `protobuf:"bytes,3,rep,name=Data,json=data,proto3" json:"Data,omitempty"`
|
|
|
|
AllCount uint64 `protobuf:"varint,4,opt,name=AllCount,json=allCount,proto3" json:"AllCount,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) Reset() {
|
|
|
|
*x = ListResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[20]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*ListResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ListResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[20]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ListResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{20}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) GetStatus() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) GetCount() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Count
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) GetData() []*AccountInfo {
|
|
|
|
if x != nil {
|
|
|
|
return x.Data
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *ListResponse) GetAllCount() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.AllCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type InfoRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoRequest) Reset() {
|
|
|
|
*x = InfoRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[21]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*InfoRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *InfoRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[21]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*InfoRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{21}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoRequest) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type InfoResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Status string `protobuf:"bytes,1,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
Info *AccountInfo `protobuf:"bytes,2,opt,name=Info,json=accountInfo,proto3" json:"Info,omitempty"`
|
|
|
|
IsExist bool `protobuf:"varint,3,opt,name=IsExist,json=isExist,proto3" json:"IsExist,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoResponse) Reset() {
|
|
|
|
*x = InfoResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[22]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*InfoResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *InfoResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[22]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*InfoResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{22}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoResponse) GetStatus() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoResponse) GetInfo() *AccountInfo {
|
|
|
|
if x != nil {
|
|
|
|
return x.Info
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *InfoResponse) GetIsExist() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.IsExist
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
type DecryptJwtResponse struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=status,proto3" json:"Domain,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
|
|
|
|
Account string `protobuf:"bytes,3,opt,name=Account,json=account,proto3" json:"Account,omitempty"`
|
|
|
|
NickName string `protobuf:"bytes,4,opt,name=NickName,json=nickName,proto3" json:"NickName,omitempty"`
|
|
|
|
IsOffline bool `protobuf:"varint,5,opt,name=IsOffline,json=isOffline,proto3" json:"IsOffline,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) Reset() {
|
|
|
|
*x = DecryptJwtResponse{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[23]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*DecryptJwtResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[23]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use DecryptJwtResponse.ProtoReflect.Descriptor instead.
|
|
|
|
func (*DecryptJwtResponse) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{23}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) GetAccount() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Account
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtResponse) GetNickName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NickName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
func (x *DecryptJwtResponse) GetIsOffline() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.IsOffline
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type DecryptJwtRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
|
|
|
|
Domain string `protobuf:"bytes,2,opt,name=Domain,proto3" json:"Domain,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtRequest) Reset() {
|
|
|
|
*x = DecryptJwtRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[24]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*DecryptJwtRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *DecryptJwtRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[24]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use DecryptJwtRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*DecryptJwtRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{24}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *DecryptJwtRequest) GetToken() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Token
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
func (x *DecryptJwtRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type CheckPwdRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Token string `protobuf:"bytes,1,opt,name=Token,json=token,proto3" json:"Token,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,2,opt,name=Password,json=password,proto3" json:"Password,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckPwdRequest) Reset() {
|
|
|
|
*x = CheckPwdRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[25]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckPwdRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*CheckPwdRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CheckPwdRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[25]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use CheckPwdRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*CheckPwdRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{25}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckPwdRequest) GetToken() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Token
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckPwdRequest) GetPassword() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Password
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type AuthenticationRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
|
|
|
|
IDNum string `protobuf:"bytes,2,opt,name=IDNum,json=idNum,proto3" json:"IDNum,omitempty"`
|
|
|
|
Token string `protobuf:"bytes,3,opt,name=Token,json=token,proto3" json:"Token,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) Reset() {
|
|
|
|
*x = AuthenticationRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[26]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*AuthenticationRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[26]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use AuthenticationRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*AuthenticationRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{26}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) GetName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) GetIDNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.IDNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AuthenticationRequest) GetToken() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Token
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type RequestStatus struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Status string `protobuf:"bytes,1,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
ID uint64 `protobuf:"varint,2,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RequestStatus) Reset() {
|
|
|
|
*x = RequestStatus{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[27]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RequestStatus) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RequestStatus) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RequestStatus) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[27]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RequestStatus.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RequestStatus) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{27}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RequestStatus) GetStatus() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RequestStatus) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type RegistRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
NickName string `protobuf:"bytes,2,opt,name=NickName,json=nickName,proto3" json:"NickName,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,3,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,4,opt,name=Password,json=password,proto3" json:"Password,omitempty"` //密码
|
|
|
|
Avatar string `protobuf:"bytes,5,opt,name=Avatar,json=avatar,proto3" json:"Avatar,omitempty"` //头像
|
|
|
|
EnterDate string `protobuf:"bytes,14,opt,name=EnterDate,json=enterDate,proto3" json:"EnterDate,omitempty"`
|
|
|
|
Extend *Extend `protobuf:"bytes,15,opt,name=Extend,json=extend,proto3" json:"Extend,omitempty"`
|
|
|
|
JobNum string `protobuf:"bytes,16,opt,name=JobNum,proto3" json:"JobNum,omitempty"` //工号
|
|
|
|
Code string `protobuf:"bytes,17,opt,name=Code,json=code,proto3" json:"Code,omitempty"` //工号
|
|
|
|
IdNum string `protobuf:"bytes,18,opt,name=IdNum,json=idNum,proto3" json:"IdNum,omitempty"` //年龄
|
|
|
|
RealName string `protobuf:"bytes,19,opt,name=RealName,json=realName,proto3" json:"RealName,omitempty"` //
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) Reset() {
|
|
|
|
*x = RegistRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[28]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*RegistRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RegistRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[28]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use RegistRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RegistRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{28}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetNickName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NickName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetPassword() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Password
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetAvatar() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Avatar
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetEnterDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.EnterDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetExtend() *Extend {
|
|
|
|
if x != nil {
|
|
|
|
return x.Extend
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetJobNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.JobNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetCode() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Code
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetIdNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.IdNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *RegistRequest) GetRealName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.RealName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type LoginRequest struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
Domain string `protobuf:"bytes,1,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,2,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Code string `protobuf:"bytes,3,opt,name=Code,json=code,proto3" json:"Code,omitempty"`
|
|
|
|
Password string `protobuf:"bytes,4,opt,name=Password,json=password,proto3" json:"Password,omitempty"`
|
2023-02-24 02:51:35 +00:00
|
|
|
Ip string `protobuf:"bytes,5,opt,name=Ip,json=ip,proto3" json:"Ip,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) Reset() {
|
|
|
|
*x = LoginRequest{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[29]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*LoginRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *LoginRequest) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[29]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
|
|
|
|
func (*LoginRequest) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{29}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) GetCode() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Code
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *LoginRequest) GetPassword() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Password
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
func (x *LoginRequest) GetIp() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Ip
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type TokenInfo struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
AccountInfo *AccountInfo `protobuf:"bytes,1,opt,name=AccountInfo,json=accountInfo,proto3" json:"AccountInfo,omitempty"`
|
|
|
|
Token string `protobuf:"bytes,2,opt,name=Token,json=token,proto3" json:"Token,omitempty"`
|
|
|
|
IsSampleAddress bool `protobuf:"varint,3,opt,name=IsSampleAddress,json=isSampleAddress,proto3" json:"IsSampleAddress,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *TokenInfo) Reset() {
|
|
|
|
*x = TokenInfo{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[30]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *TokenInfo) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*TokenInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *TokenInfo) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[30]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use TokenInfo.ProtoReflect.Descriptor instead.
|
|
|
|
func (*TokenInfo) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{30}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *TokenInfo) GetAccountInfo() *AccountInfo {
|
|
|
|
if x != nil {
|
|
|
|
return x.AccountInfo
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *TokenInfo) GetToken() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Token
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
func (x *TokenInfo) GetIsSampleAddress() bool {
|
|
|
|
if x != nil {
|
|
|
|
return x.IsSampleAddress
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
type Extend struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
JumpTo string `protobuf:"bytes,1,opt,name=JumpTo,json=jumpTo,proto3" json:"JumpTo,omitempty"`
|
|
|
|
Lang string `protobuf:"bytes,2,opt,name=Lang,json=lang,proto3" json:"Lang,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Extend) Reset() {
|
|
|
|
*x = Extend{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[31]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Extend) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Extend) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Extend) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[31]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Extend.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Extend) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{31}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Extend) GetJumpTo() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.JumpTo
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Extend) GetLang() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Lang
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type Department struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Department) Reset() {
|
|
|
|
*x = Department{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[32]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Department) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*Department) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Department) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[32]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use Department.ProtoReflect.Descriptor instead.
|
|
|
|
func (*Department) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{32}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Department) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *Department) GetName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
// The response message containing the greetings
|
|
|
|
type AccountInfo struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
|
|
|
|
Account string `protobuf:"bytes,2,opt,name=Account,json=account,proto3" json:"Account,omitempty"`
|
|
|
|
NickName string `protobuf:"bytes,3,opt,name=NickName,json=nickName,proto3" json:"NickName,omitempty"`
|
|
|
|
Type int64 `protobuf:"varint,4,opt,name=Type,json=type,proto3" json:"Type,omitempty"`
|
|
|
|
TelNum string `protobuf:"bytes,5,opt,name=TelNum,json=telNum,proto3" json:"TelNum,omitempty"`
|
|
|
|
Status string `protobuf:"bytes,6,opt,name=Status,json=status,proto3" json:"Status,omitempty"`
|
|
|
|
Avatar string `protobuf:"bytes,7,opt,name=Avatar,json=avatar,proto3" json:"Avatar,omitempty"`
|
|
|
|
CreateAt string `protobuf:"bytes,8,opt,name=CreateAt,json=createAt,proto3" json:"CreateAt,omitempty"`
|
|
|
|
RealNameID uint64 `protobuf:"varint,9,opt,name=RealNameID,json=realNameID,proto3" json:"RealNameID,omitempty"`
|
|
|
|
RealName string `protobuf:"bytes,10,opt,name=RealName,json=realName,proto3" json:"RealName,omitempty"`
|
|
|
|
IDNum string `protobuf:"bytes,11,opt,name=IDNum,json=iDNum,proto3" json:"IDNum,omitempty"`
|
|
|
|
MnemonicWords string `protobuf:"bytes,12,opt,name=MnemonicWords,json=mnemonicWords,proto3" json:"MnemonicWords,omitempty"`
|
|
|
|
IsNeedChange uint64 `protobuf:"varint,13,opt,name=IsNeedChange,json=isNeedChange,proto3" json:"IsNeedChange,omitempty"`
|
|
|
|
EnterDate string `protobuf:"bytes,14,opt,name=EnterDate,json=enterDate,proto3" json:"EnterDate,omitempty"`
|
|
|
|
WorkYear float32 `protobuf:"fixed32,15,opt,name=WorkYear,json=workYear,proto3" json:"WorkYear,omitempty"`
|
|
|
|
Domain string `protobuf:"bytes,16,opt,name=Domain,json=domain,proto3" json:"Domain,omitempty"`
|
|
|
|
Extend *Extend `protobuf:"bytes,17,opt,name=Extend,json=extend,proto3" json:"Extend,omitempty"`
|
|
|
|
JobNum string `protobuf:"bytes,18,opt,name=JobNum,json=jobNum,proto3" json:"JobNum,omitempty"`
|
|
|
|
BirthDate string `protobuf:"bytes,19,opt,name=BirthDate,json=birth_date,proto3" json:"BirthDate,omitempty"`
|
|
|
|
Age uint64 `protobuf:"varint,20,opt,name=Age,json=age,proto3" json:"Age,omitempty"`
|
|
|
|
Sex uint64 `protobuf:"varint,21,opt,name=Sex,json=sex,proto3" json:"Sex,omitempty"`
|
|
|
|
Title string `protobuf:"bytes,22,opt,name=Title,json=title,proto3" json:"Title,omitempty"`
|
|
|
|
Departments []*Department `protobuf:"bytes,23,rep,name=Departments,json=departments,proto3" json:"Departments,omitempty"`
|
|
|
|
Ip string `protobuf:"bytes,24,opt,name=Ip,json=ip,proto3" json:"Ip,omitempty"`
|
|
|
|
LoginDate string `protobuf:"bytes,25,opt,name=LoginDate,json=loginDate,proto3" json:"LoginDate,omitempty"`
|
|
|
|
InvitationCode string `protobuf:"bytes,26,opt,name=InvitationCode,json=invitationCode,proto3" json:"InvitationCode,omitempty"`
|
2023-03-16 03:46:54 +00:00
|
|
|
NowLogId uint64 `protobuf:"varint,27,opt,name=NowLogId,json=nowLogId,proto3" json:"NowLogId,omitempty"`
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) Reset() {
|
|
|
|
*x = AccountInfo{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[33]
|
2023-02-15 01:10:11 +00:00
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) String() string {
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*AccountInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *AccountInfo) ProtoReflect() protoreflect.Message {
|
2023-03-16 03:46:54 +00:00
|
|
|
mi := &file_api_account_account_proto_msgTypes[33]
|
2023-02-15 01:10:11 +00:00
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
return ms
|
|
|
|
}
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
}
|
|
|
|
|
|
|
|
// Deprecated: Use AccountInfo.ProtoReflect.Descriptor instead.
|
|
|
|
func (*AccountInfo) Descriptor() ([]byte, []int) {
|
2023-03-16 03:46:54 +00:00
|
|
|
return file_api_account_account_proto_rawDescGZIP(), []int{33}
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.ID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetAccount() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Account
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetNickName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.NickName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetType() int64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Type
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetTelNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.TelNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetStatus() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Status
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetAvatar() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Avatar
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetCreateAt() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.CreateAt
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetRealNameID() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.RealNameID
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetRealName() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.RealName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetIDNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.IDNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetMnemonicWords() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.MnemonicWords
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetIsNeedChange() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.IsNeedChange
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetEnterDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.EnterDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetWorkYear() float32 {
|
|
|
|
if x != nil {
|
|
|
|
return x.WorkYear
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetDomain() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Domain
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetExtend() *Extend {
|
|
|
|
if x != nil {
|
|
|
|
return x.Extend
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetJobNum() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.JobNum
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetBirthDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.BirthDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetAge() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Age
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetSex() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.Sex
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetTitle() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Title
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetDepartments() []*Department {
|
|
|
|
if x != nil {
|
|
|
|
return x.Departments
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-02-24 02:51:35 +00:00
|
|
|
func (x *AccountInfo) GetIp() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.Ip
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetLoginDate() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.LoginDate
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x *AccountInfo) GetInvitationCode() string {
|
|
|
|
if x != nil {
|
|
|
|
return x.InvitationCode
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
func (x *AccountInfo) GetNowLogId() uint64 {
|
|
|
|
if x != nil {
|
|
|
|
return x.NowLogId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-02-15 01:10:11 +00:00
|
|
|
var File_api_account_account_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_api_account_account_proto_rawDesc = []byte{
|
|
|
|
0x0a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x61, 0x63, 0x63,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x1a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
|
2023-02-15 01:10:11 +00:00
|
|
|
0x2f, 0x6d, 0x77, 0x69, 0x74, 0x6b, 0x6f, 0x77, 0x2f, 0x67, 0x6f, 0x2d, 0x70, 0x72, 0x6f, 0x74,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x6f, 0x2d, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x40, 0x76, 0x30, 0x2e,
|
|
|
|
0x33, 0x2e, 0x32, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72,
|
|
|
|
0x6f, 0x74, 0x6f, 0x22, 0x1f, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04,
|
|
|
|
0x52, 0x02, 0x49, 0x44, 0x22, 0x3a, 0x0a, 0x11, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4c, 0x6f, 0x67,
|
|
|
|
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x04, 0x44, 0x61, 0x74,
|
|
|
|
0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4c, 0x6f, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x22, 0x9c, 0x02, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4c, 0x6f, 0x67, 0x12, 0x16, 0x0a,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64,
|
|
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x52, 0x02, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18,
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x0e, 0x0a,
|
|
|
|
0x02, 0x49, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x14, 0x0a,
|
|
|
|
0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f,
|
|
|
|
0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20,
|
|
|
|
0x01, 0x28, 0x04, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x45,
|
|
|
|
0x78, 0x70, 0x69, 0x72, 0x65, 0x44, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x0a, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4c,
|
|
|
|
0x61, 0x73, 0x74, 0x44, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c,
|
|
|
|
0x61, 0x73, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x6f, 0x75,
|
|
|
|
0x74, 0x44, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6c, 0x6f, 0x67,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x6f, 0x75, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
|
|
0x65, 0x64, 0x41, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61,
|
|
|
|
0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22,
|
|
|
|
0x3e, 0x0a, 0x14, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c, 0x6f, 0x67, 0x42, 0x79, 0x49, 0x64,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69,
|
|
|
|
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
|
|
|
|
0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x44, 0x22,
|
|
|
|
0x4b, 0x0a, 0x19, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x42, 0x79, 0x55,
|
|
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f,
|
|
|
|
0x6d, 0x61, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0xb2, 0x01, 0x0a,
|
|
|
|
0x17, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x4d, 0x73,
|
|
|
|
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61,
|
|
|
|
0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05,
|
|
|
|
0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
|
|
|
|
0x24, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xe2, 0xdf, 0x1f,
|
|
|
|
0x10, 0x2a, 0x0c, 0xe7, 0xbc, 0xba, 0xe5, 0xb0, 0x91, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0x58,
|
|
|
|
0x01, 0x52, 0x02, 0x49, 0x44, 0x12, 0x1c, 0x0a, 0x09, 0x4e, 0x65, 0x77, 0x54, 0x65, 0x6c, 0x4e,
|
|
|
|
0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x54, 0x65, 0x6c,
|
|
|
|
0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65,
|
|
|
|
0x63, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
|
0x74, 0x22, 0x4b, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x52, 0x65,
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
0x54, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x65, 0x6c, 0x22, 0x10,
|
|
|
|
0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
0x22, 0x4e, 0x0a, 0x11, 0x55, 0x73, 0x65, 0x72, 0x73, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x52, 0x65,
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
0x54, 0x65, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x6c, 0x73,
|
|
|
|
0x22, 0xdd, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x49, 0x44, 0x73, 0x52, 0x65,
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
0x49, 0x44, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x03, 0x49, 0x44, 0x73, 0x12, 0x1c,
|
|
|
|
0x0a, 0x09, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
0x04, 0x52, 0x09, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
0x50, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65,
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01,
|
|
|
|
0x28, 0x04, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
|
0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
|
0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x49, 0x6e, 0x76, 0x69,
|
|
|
|
0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09,
|
|
|
|
0x52, 0x0e, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65,
|
|
|
|
0x22, 0x80, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31,
|
|
|
|
0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x2e, 0x0a, 0x06, 0x54, 0x65,
|
|
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xe2, 0xdf, 0x1f, 0x12,
|
|
|
|
0x0a, 0x09, 0x5e, 0x31, 0x5c, 0x64, 0x7b, 0x31, 0x30, 0x7d, 0x24, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x32, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x17, 0x0a, 0x07, 0x50, 0x72,
|
|
|
|
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c,
|
|
|
|
0x4e, 0x75, 0x6d, 0x22, 0xd6, 0x01, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x75, 0x73, 0x74,
|
|
|
|
0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06,
|
|
|
|
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf,
|
|
|
|
0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d,
|
|
|
|
0x61, 0x69, 0x6e, 0x12, 0x2e, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x42, 0x16, 0xe2, 0xdf, 0x1f, 0x12, 0x0a, 0x09, 0x5e, 0x31, 0x5c, 0x64, 0x7b,
|
|
|
|
0x31, 0x30, 0x7d, 0x24, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x32, 0x52, 0x06, 0x74, 0x65, 0x6c,
|
|
|
|
0x4e, 0x75, 0x6d, 0x12, 0x17, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x55, 0x72, 0x6c, 0x12, 0x0e,
|
|
|
|
0x0a, 0x02, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x44, 0x12, 0x10,
|
|
|
|
0x0a, 0x03, 0x4d, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x6d, 0x49, 0x64,
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
0x28, 0x04, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8b, 0x01, 0x0a,
|
|
|
|
0x0f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x2e, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75,
|
|
|
|
0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xe2, 0xdf, 0x1f, 0x12, 0x0a, 0x09, 0x5e,
|
|
|
|
0x31, 0x5c, 0x64, 0x7b, 0x31, 0x30, 0x7d, 0x24, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x32, 0x52,
|
|
|
|
0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x21, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18,
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x33, 0x58, 0x01, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x17, 0x0a, 0x15, 0x53, 0x65,
|
|
|
|
0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
0x6e, 0x73, 0x65, 0x22, 0x55, 0x0a, 0x0d, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71,
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30,
|
|
|
|
0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1d, 0x0a, 0x02, 0x49,
|
|
|
|
0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x10, 0x00, 0x2a,
|
|
|
|
0x05, 0x37, 0x30, 0x30, 0x30, 0x34, 0x52, 0x02, 0x49, 0x44, 0x22, 0x10, 0x0a, 0x0e, 0x52, 0x65,
|
|
|
|
0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9d, 0x03, 0x0a,
|
|
|
|
0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e,
|
|
|
|
0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x44, 0x12, 0x25,
|
|
|
|
0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d,
|
|
|
|
0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64,
|
|
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d,
|
|
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d,
|
|
|
|
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x16, 0x0a,
|
|
|
|
0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61,
|
|
|
|
0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
|
|
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a,
|
|
|
|
0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74,
|
|
|
|
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x44, 0x61,
|
|
|
|
0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x44,
|
|
|
|
0x61, 0x74, 0x65, 0x12, 0x27, 0x0a, 0x06, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x18, 0x11, 0x20,
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x45, 0x78,
|
|
|
|
0x74, 0x65, 0x6e, 0x64, 0x52, 0x06, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05,
|
|
|
|
0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74,
|
|
|
|
0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x4a, 0x6f, 0x62, 0x4e, 0x75, 0x6d, 0x18, 0x13, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x6a, 0x6f, 0x62, 0x4e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x42, 0x69,
|
|
|
|
0x72, 0x74, 0x68, 0x44, 0x61, 0x74, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62,
|
|
|
|
0x69, 0x72, 0x74, 0x68, 0x44, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x53, 0x65, 0x78, 0x18,
|
|
|
|
0x15, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x64,
|
|
|
|
0x4e, 0x75, 0x6d, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d,
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x17, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x10, 0x0a, 0x0e,
|
|
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b,
|
|
|
|
0x0a, 0x12, 0x50, 0x72, 0x69, 0x76, 0x61, 0x63, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04,
|
|
|
|
0x52, 0x02, 0x49, 0x44, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30,
|
|
|
|
0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x64, 0x0a, 0x0b, 0x4c,
|
|
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f,
|
|
|
|
0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09,
|
|
|
|
0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69,
|
|
|
|
0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20,
|
|
|
|
0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x70, 0x61, 0x67,
|
|
|
|
0x65, 0x22, 0x82, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f,
|
|
|
|
0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
|
0x12, 0x28, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14,
|
|
|
|
0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x6c,
|
|
|
|
0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x6c,
|
|
|
|
0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x44, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30,
|
|
|
|
0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
|
0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x71, 0x0a, 0x0c,
|
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74,
|
|
|
|
0x61, 0x74, 0x75, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
0x28, 0x0b, 0x32, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x49, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74,
|
|
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x45, 0x78, 0x69, 0x73, 0x74, 0x22,
|
|
|
|
0x90, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74, 0x52, 0x65,
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e,
|
|
|
|
0x0a, 0x02, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18,
|
|
|
|
0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b,
|
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b,
|
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e,
|
|
|
|
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69,
|
|
|
|
0x6e, 0x65, 0x22, 0x41, 0x0a, 0x11, 0x44, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a,
|
|
|
|
0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x44,
|
|
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x43, 0x0a, 0x0f, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x77,
|
|
|
|
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65,
|
|
|
|
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x1a,
|
|
|
|
0x0a, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x67, 0x0a, 0x15, 0x41, 0x75,
|
|
|
|
0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x05, 0x49, 0x44, 0x4e, 0x75, 0x6d,
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0e, 0xe2, 0xdf, 0x1f, 0x0a, 0x2a, 0x05, 0x37, 0x30,
|
|
|
|
0x30, 0x30, 0x36, 0x80, 0x01, 0x12, 0x52, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x14, 0x0a,
|
|
|
|
0x05, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f,
|
|
|
|
0x6b, 0x65, 0x6e, 0x22, 0x37, 0x0a, 0x0d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74,
|
|
|
|
0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
|
0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x44, 0x22, 0xfb, 0x02, 0x0a,
|
|
|
|
0x0d, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25,
|
|
|
|
0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d,
|
|
|
|
0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64,
|
|
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x2b, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d,
|
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xe2, 0xdf, 0x1f, 0x0b, 0x2a, 0x05, 0x37,
|
|
|
|
0x30, 0x30, 0x30, 0x35, 0x58, 0x01, 0x78, 0x14, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x4e, 0x61,
|
|
|
|
0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x42, 0x16, 0xe2, 0xdf, 0x1f, 0x12, 0x0a, 0x09, 0x5e, 0x31, 0x5c, 0x64, 0x7b, 0x31,
|
|
|
|
0x30, 0x7d, 0x24, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x32, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
|
|
|
0x75, 0x6d, 0x12, 0x29, 0x0a, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x04,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f, 0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30,
|
|
|
|
0x37, 0x70, 0x05, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x16, 0x0a,
|
|
|
|
0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61,
|
|
|
|
0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x44, 0x61,
|
|
|
|
0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x44,
|
|
|
|
0x61, 0x74, 0x65, 0x12, 0x27, 0x0a, 0x06, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x18, 0x0f, 0x20,
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x45, 0x78,
|
|
|
|
0x74, 0x65, 0x6e, 0x64, 0x52, 0x06, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
0x4a, 0x6f, 0x62, 0x4e, 0x75, 0x6d, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x4a, 0x6f,
|
|
|
|
0x62, 0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x11, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x64, 0x4e, 0x75,
|
|
|
|
0x6d, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1a,
|
|
|
|
0x0a, 0x08, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xa5, 0x01, 0x0a, 0x0c, 0x4c,
|
|
|
|
0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x06, 0x44,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0xe2, 0xdf, 0x1f,
|
|
|
|
0x09, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x31, 0x58, 0x01, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61,
|
|
|
|
0x69, 0x6e, 0x12, 0x2e, 0x0a, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x42, 0x16, 0xe2, 0xdf, 0x1f, 0x12, 0x0a, 0x09, 0x5e, 0x31, 0x5c, 0x64, 0x7b, 0x31,
|
|
|
|
0x30, 0x7d, 0x24, 0x2a, 0x05, 0x37, 0x30, 0x30, 0x30, 0x32, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f,
|
|
|
|
0x72, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f,
|
|
|
|
0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
|
|
|
|
0x69, 0x70, 0x22, 0x83, 0x01, 0x0a, 0x09, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
0x12, 0x36, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
|
|
|
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x61, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x6b, 0x65,
|
|
|
|
0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x28,
|
|
|
|
0x0a, 0x0f, 0x49, 0x73, 0x53, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
|
|
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x69, 0x73, 0x53, 0x61, 0x6d, 0x70, 0x6c,
|
|
|
|
0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x34, 0x0a, 0x06, 0x45, 0x78, 0x74, 0x65,
|
|
|
|
0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x4a, 0x75, 0x6d, 0x70, 0x54, 0x6f, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x6a, 0x75, 0x6d, 0x70, 0x54, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x4c, 0x61,
|
|
|
|
0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x61, 0x6e, 0x67, 0x22, 0x30,
|
|
|
|
0x0a, 0x0a, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
0x22, 0xfc, 0x05, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64,
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69,
|
|
|
|
0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
|
|
|
|
0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04,
|
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x54, 0x65,
|
|
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
|
|
|
0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76,
|
|
|
|
0x61, 0x74, 0x61, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74,
|
|
|
|
0x61, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x18, 0x08,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x12, 0x1e,
|
|
|
|
0x0a, 0x0a, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x18, 0x09, 0x20, 0x01,
|
|
|
|
0x28, 0x04, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x12, 0x1a,
|
|
|
|
0x0a, 0x08, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x44,
|
|
|
|
0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x44, 0x4e, 0x75, 0x6d,
|
|
|
|
0x12, 0x24, 0x0a, 0x0d, 0x4d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57, 0x6f, 0x72, 0x64,
|
|
|
|
0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69,
|
|
|
|
0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x49, 0x73, 0x4e, 0x65, 0x65, 0x64,
|
|
|
|
0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x69, 0x73,
|
|
|
|
0x4e, 0x65, 0x65, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x6e,
|
|
|
|
0x74, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65,
|
|
|
|
0x6e, 0x74, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
0x59, 0x65, 0x61, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x02, 0x52, 0x08, 0x77, 0x6f, 0x72, 0x6b,
|
|
|
|
0x59, 0x65, 0x61, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x10,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x27, 0x0a, 0x06,
|
|
|
|
0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61,
|
|
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x52, 0x06, 0x65,
|
|
|
|
0x78, 0x74, 0x65, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x4a, 0x6f, 0x62, 0x4e, 0x75, 0x6d, 0x18,
|
|
|
|
0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6a, 0x6f, 0x62, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x0a,
|
|
|
|
0x09, 0x42, 0x69, 0x72, 0x74, 0x68, 0x44, 0x61, 0x74, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x0a, 0x62, 0x69, 0x72, 0x74, 0x68, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
0x41, 0x67, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x10,
|
|
|
|
0x0a, 0x03, 0x53, 0x65, 0x78, 0x18, 0x15, 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x73, 0x65, 0x78,
|
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x35, 0x0a, 0x0b, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74,
|
|
|
|
0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74,
|
|
|
|
0x52, 0x0b, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x0e, 0x0a,
|
|
|
|
0x02, 0x49, 0x70, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x1c, 0x0a,
|
|
|
|
0x09, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x52, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x44, 0x61, 0x74, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x49,
|
|
|
|
0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1a, 0x20,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43,
|
|
|
|
0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x6f, 0x77, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x18,
|
|
|
|
0x1b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x6e, 0x6f, 0x77, 0x4c, 0x6f, 0x67, 0x49, 0x64, 0x32,
|
|
|
|
0xec, 0x0c, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x05, 0x4c,
|
|
|
|
0x6f, 0x67, 0x69, 0x6e, 0x12, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c,
|
|
|
|
0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22,
|
|
|
|
0x00, 0x12, 0x3f, 0x0a, 0x06, 0x4c, 0x6f, 0x67, 0x6f, 0x75, 0x74, 0x12, 0x1a, 0x2e, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x44, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
0x22, 0x00, 0x12, 0x3c, 0x0a, 0x07, 0x4f, 0x66, 0x66, 0x4c, 0x69, 0x6e, 0x65, 0x12, 0x16, 0x2e,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
|
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
0x12, 0x4d, 0x0a, 0x09, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c, 0x6f, 0x67, 0x12, 0x22, 0x2e,
|
|
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x66,
|
|
|
|
0x6f, 0x73, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x69,
|
|
|
|
0x6e, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
|
|
|
|
0x43, 0x0a, 0x0d, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c, 0x6f, 0x67, 0x42, 0x79, 0x49, 0x64,
|
|
|
|
0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
|
|
|
|
0x65, 0x4c, 0x6f, 0x67, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
0x11, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4c,
|
|
|
|
0x6f, 0x67, 0x22, 0x00, 0x12, 0x3f, 0x0a, 0x08, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x77, 0x64,
|
|
|
|
0x12, 0x18, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
|
|
|
0x50, 0x77, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3c, 0x0a, 0x08, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65,
|
|
|
|
0x72, 0x12, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x65, 0x67, 0x69,
|
|
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x6f,
|
|
|
|
0x75, 0x6e, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
|
0x73, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x07, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x17,
|
|
|
|
0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x50, 0x0a, 0x0d, 0x53, 0x65, 0x6e,
|
|
|
|
0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x2e, 0x61, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x4d,
|
|
|
|
0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f,
|
|
|
|
0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
|
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4c, 0x0a, 0x0f, 0x53,
|
|
|
|
0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x17,
|
|
|
|
0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x08, 0x43, 0x68, 0x65,
|
|
|
|
0x63, 0x6b, 0x4d, 0x73, 0x67, 0x12, 0x18, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
|
|
|
0x43, 0x68, 0x65, 0x63, 0x6b, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73,
|
|
|
|
0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
|
0x00, 0x12, 0x56, 0x0a, 0x10, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x54, 0x65, 0x6c, 0x4e,
|
|
|
|
0x75, 0x6d, 0x4d, 0x73, 0x67, 0x12, 0x20, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
|
|
|
0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x4d, 0x73, 0x67,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x52, 0x0a, 0x0c, 0x55, 0x70, 0x64,
|
|
|
|
0x61, 0x74, 0x65, 0x54, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x2e, 0x61, 0x63, 0x63, 0x6f,
|
|
|
|
0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x65, 0x77, 0x54, 0x65, 0x6c, 0x4e, 0x75,
|
|
|
|
0x6d, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x53, 0x74, 0x61,
|
|
|
|
0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4a, 0x0a,
|
|
|
|
0x0e, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
|
|
0x1e, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e,
|
|
|
|
0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
0x16, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x0a, 0x44, 0x65, 0x63,
|
|
|
|
0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74, 0x12, 0x1a, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x44, 0x65, 0x63, 0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x44, 0x65,
|
|
|
|
0x63, 0x72, 0x79, 0x70, 0x74, 0x4a, 0x77, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
0x22, 0x00, 0x12, 0x35, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x2e, 0x61, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x35, 0x0a, 0x04, 0x4c, 0x69, 0x73,
|
|
|
|
0x74, 0x12, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
|
|
0x12, 0x39, 0x0a, 0x08, 0x52, 0x61, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x2e, 0x61,
|
|
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x69, 0x73,
|
|
|
|
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3f, 0x0a, 0x09, 0x4c,
|
|
|
|
0x69, 0x73, 0x74, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x19, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
|
|
0x6e, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x49, 0x44, 0x73, 0x52, 0x65, 0x71, 0x75,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c, 0x69,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x06,
|
|
|
|
0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x12, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
|
0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17,
|
|
|
|
0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x52,
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x06, 0x55, 0x70, 0x64,
|
|
|
|
0x61, 0x74, 0x65, 0x12, 0x16, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x55, 0x70,
|
|
|
|
0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x63,
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x42, 0x0a, 0x0b, 0x50, 0x72, 0x69, 0x76, 0x61, 0x63,
|
|
|
|
0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1b, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
|
|
|
0x50, 0x72, 0x69, 0x76, 0x61, 0x63, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x41, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x0a, 0x55, 0x73,
|
|
|
|
0x65, 0x72, 0x73, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x12, 0x1a, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
|
|
0x6e, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x52, 0x65, 0x71,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x4c,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3f, 0x0a,
|
|
|
|
0x09, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x12, 0x19, 0x2e, 0x61, 0x63, 0x63,
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x54, 0x65, 0x6c, 0x52, 0x65,
|
2023-02-24 02:51:35 +00:00
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e,
|
2023-03-16 03:46:54 +00:00
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x0c,
|
|
|
|
0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72,
|
|
|
|
0x6f, 0x74, 0x6f, 0x33,
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
file_api_account_account_proto_rawDescOnce sync.Once
|
|
|
|
file_api_account_account_proto_rawDescData = file_api_account_account_proto_rawDesc
|
|
|
|
)
|
|
|
|
|
|
|
|
func file_api_account_account_proto_rawDescGZIP() []byte {
|
|
|
|
file_api_account_account_proto_rawDescOnce.Do(func() {
|
|
|
|
file_api_account_account_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_account_account_proto_rawDescData)
|
|
|
|
})
|
|
|
|
return file_api_account_account_proto_rawDescData
|
|
|
|
}
|
|
|
|
|
2023-03-16 03:46:54 +00:00
|
|
|
var file_api_account_account_proto_msgTypes = make([]protoimpl.MessageInfo, 34)
|
2023-02-15 01:10:11 +00:00
|
|
|
var file_api_account_account_proto_goTypes = []interface{}{
|
2023-02-24 02:51:35 +00:00
|
|
|
(*CommonRequest)(nil), // 0: account.CommonRequest
|
|
|
|
(*LoginLogsResponse)(nil), // 1: account.LoginLogsResponse
|
|
|
|
(*LoginLog)(nil), // 2: account.LoginLog
|
2023-03-16 03:46:54 +00:00
|
|
|
(*OnlineLogByIdRequest)(nil), // 3: account.OnlineLogByIdRequest
|
|
|
|
(*LoginInfosByUserIdRequest)(nil), // 4: account.LoginInfosByUserIdRequest
|
|
|
|
(*SendNewTelNumMsgRequest)(nil), // 5: account.SendNewTelNumMsgRequest
|
|
|
|
(*UserByTelRequest)(nil), // 6: account.UserByTelRequest
|
|
|
|
(*CommonResponse)(nil), // 7: account.CommonResponse
|
|
|
|
(*UsersByTelRequest)(nil), // 8: account.UsersByTelRequest
|
|
|
|
(*ListByIDsRequest)(nil), // 9: account.ListByIDsRequest
|
|
|
|
(*SendMsgRequest)(nil), // 10: account.SendMsgRequest
|
|
|
|
(*SendCustomMsgRequest)(nil), // 11: account.SendCustomMsgRequest
|
|
|
|
(*CheckMsgRequest)(nil), // 12: account.CheckMsgRequest
|
|
|
|
(*SendMsgStatusResponse)(nil), // 13: account.SendMsgStatusResponse
|
|
|
|
(*RemoveRequest)(nil), // 14: account.RemoveRequest
|
|
|
|
(*RemoveResponse)(nil), // 15: account.RemoveResponse
|
|
|
|
(*UpdateRequest)(nil), // 16: account.UpdateRequest
|
|
|
|
(*UpdateResponse)(nil), // 17: account.UpdateResponse
|
|
|
|
(*PrivacyInfoRequest)(nil), // 18: account.PrivacyInfoRequest
|
|
|
|
(*ListRequest)(nil), // 19: account.ListRequest
|
|
|
|
(*ListResponse)(nil), // 20: account.ListResponse
|
|
|
|
(*InfoRequest)(nil), // 21: account.InfoRequest
|
|
|
|
(*InfoResponse)(nil), // 22: account.InfoResponse
|
|
|
|
(*DecryptJwtResponse)(nil), // 23: account.DecryptJwtResponse
|
|
|
|
(*DecryptJwtRequest)(nil), // 24: account.DecryptJwtRequest
|
|
|
|
(*CheckPwdRequest)(nil), // 25: account.CheckPwdRequest
|
|
|
|
(*AuthenticationRequest)(nil), // 26: account.AuthenticationRequest
|
|
|
|
(*RequestStatus)(nil), // 27: account.RequestStatus
|
|
|
|
(*RegistRequest)(nil), // 28: account.RegistRequest
|
|
|
|
(*LoginRequest)(nil), // 29: account.LoginRequest
|
|
|
|
(*TokenInfo)(nil), // 30: account.TokenInfo
|
|
|
|
(*Extend)(nil), // 31: account.Extend
|
|
|
|
(*Department)(nil), // 32: account.Department
|
|
|
|
(*AccountInfo)(nil), // 33: account.AccountInfo
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
var file_api_account_account_proto_depIdxs = []int32{
|
2023-02-24 02:51:35 +00:00
|
|
|
2, // 0: account.LoginLogsResponse.Data:type_name -> account.LoginLog
|
2023-03-16 03:46:54 +00:00
|
|
|
31, // 1: account.UpdateRequest.Extend:type_name -> account.Extend
|
|
|
|
33, // 2: account.ListResponse.Data:type_name -> account.AccountInfo
|
|
|
|
33, // 3: account.InfoResponse.Info:type_name -> account.AccountInfo
|
|
|
|
31, // 4: account.RegistRequest.Extend:type_name -> account.Extend
|
|
|
|
33, // 5: account.TokenInfo.AccountInfo:type_name -> account.AccountInfo
|
|
|
|
31, // 6: account.AccountInfo.Extend:type_name -> account.Extend
|
|
|
|
32, // 7: account.AccountInfo.Departments:type_name -> account.Department
|
|
|
|
29, // 8: account.Account.Login:input_type -> account.LoginRequest
|
|
|
|
24, // 9: account.Account.Logout:input_type -> account.DecryptJwtRequest
|
2023-02-24 02:51:35 +00:00
|
|
|
0, // 10: account.Account.OffLine:input_type -> account.CommonRequest
|
2023-03-16 03:46:54 +00:00
|
|
|
4, // 11: account.Account.OnlineLog:input_type -> account.LoginInfosByUserIdRequest
|
|
|
|
3, // 12: account.Account.OnlineLogById:input_type -> account.OnlineLogByIdRequest
|
|
|
|
25, // 13: account.Account.CheckPwd:input_type -> account.CheckPwdRequest
|
|
|
|
28, // 14: account.Account.Register:input_type -> account.RegistRequest
|
|
|
|
10, // 15: account.Account.SendMsg:input_type -> account.SendMsgRequest
|
|
|
|
11, // 16: account.Account.SendCustomMsg:input_type -> account.SendCustomMsgRequest
|
|
|
|
10, // 17: account.Account.SendMsgRegister:input_type -> account.SendMsgRequest
|
|
|
|
12, // 18: account.Account.CheckMsg:input_type -> account.CheckMsgRequest
|
|
|
|
5, // 19: account.Account.SendNewTelNumMsg:input_type -> account.SendNewTelNumMsgRequest
|
|
|
|
5, // 20: account.Account.UpdateTelNum:input_type -> account.SendNewTelNumMsgRequest
|
|
|
|
26, // 21: account.Account.Authentication:input_type -> account.AuthenticationRequest
|
|
|
|
24, // 22: account.Account.DecryptJwt:input_type -> account.DecryptJwtRequest
|
|
|
|
21, // 23: account.Account.Info:input_type -> account.InfoRequest
|
|
|
|
19, // 24: account.Account.List:input_type -> account.ListRequest
|
|
|
|
19, // 25: account.Account.RandList:input_type -> account.ListRequest
|
|
|
|
9, // 26: account.Account.ListByIDs:input_type -> account.ListByIDsRequest
|
|
|
|
14, // 27: account.Account.Remove:input_type -> account.RemoveRequest
|
|
|
|
16, // 28: account.Account.Update:input_type -> account.UpdateRequest
|
|
|
|
18, // 29: account.Account.PrivacyInfo:input_type -> account.PrivacyInfoRequest
|
|
|
|
8, // 30: account.Account.UsersByTel:input_type -> account.UsersByTelRequest
|
|
|
|
6, // 31: account.Account.UserByTel:input_type -> account.UserByTelRequest
|
|
|
|
30, // 32: account.Account.Login:output_type -> account.TokenInfo
|
|
|
|
7, // 33: account.Account.Logout:output_type -> account.CommonResponse
|
|
|
|
7, // 34: account.Account.OffLine:output_type -> account.CommonResponse
|
|
|
|
1, // 35: account.Account.OnlineLog:output_type -> account.LoginLogsResponse
|
|
|
|
2, // 36: account.Account.OnlineLogById:output_type -> account.LoginLog
|
|
|
|
17, // 37: account.Account.CheckPwd:output_type -> account.UpdateResponse
|
|
|
|
27, // 38: account.Account.Register:output_type -> account.RequestStatus
|
|
|
|
13, // 39: account.Account.SendMsg:output_type -> account.SendMsgStatusResponse
|
|
|
|
13, // 40: account.Account.SendCustomMsg:output_type -> account.SendMsgStatusResponse
|
|
|
|
13, // 41: account.Account.SendMsgRegister:output_type -> account.SendMsgStatusResponse
|
|
|
|
13, // 42: account.Account.CheckMsg:output_type -> account.SendMsgStatusResponse
|
|
|
|
13, // 43: account.Account.SendNewTelNumMsg:output_type -> account.SendMsgStatusResponse
|
|
|
|
13, // 44: account.Account.UpdateTelNum:output_type -> account.SendMsgStatusResponse
|
|
|
|
27, // 45: account.Account.Authentication:output_type -> account.RequestStatus
|
|
|
|
23, // 46: account.Account.DecryptJwt:output_type -> account.DecryptJwtResponse
|
|
|
|
22, // 47: account.Account.Info:output_type -> account.InfoResponse
|
|
|
|
20, // 48: account.Account.List:output_type -> account.ListResponse
|
|
|
|
20, // 49: account.Account.RandList:output_type -> account.ListResponse
|
|
|
|
20, // 50: account.Account.ListByIDs:output_type -> account.ListResponse
|
|
|
|
15, // 51: account.Account.Remove:output_type -> account.RemoveResponse
|
|
|
|
17, // 52: account.Account.Update:output_type -> account.UpdateResponse
|
|
|
|
33, // 53: account.Account.PrivacyInfo:output_type -> account.AccountInfo
|
|
|
|
20, // 54: account.Account.UsersByTel:output_type -> account.ListResponse
|
|
|
|
22, // 55: account.Account.UserByTel:output_type -> account.InfoResponse
|
|
|
|
32, // [32:56] is the sub-list for method output_type
|
|
|
|
8, // [8:32] is the sub-list for method input_type
|
2023-02-24 02:51:35 +00:00
|
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
|
|
8, // [8:8] is the sub-list for extension extendee
|
|
|
|
0, // [0:8] is the sub-list for field type_name
|
2023-02-15 01:10:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func init() { file_api_account_account_proto_init() }
|
|
|
|
func file_api_account_account_proto_init() {
|
|
|
|
if File_api_account_account_proto != nil {
|
|
|
|
return
|
|
|
|
}
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
file_api_account_account_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
2023-02-24 02:51:35 +00:00
|
|
|
switch v := v.(*CommonRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
2023-02-24 02:51:35 +00:00
|
|
|
switch v := v.(*LoginLogsResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
2023-02-24 02:51:35 +00:00
|
|
|
switch v := v.(*LoginLog); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*OnlineLogByIdRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*LoginInfosByUserIdRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*SendNewTelNumMsgRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*UserByTelRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*CommonResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*UsersByTelRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*ListByIDsRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*SendMsgRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*SendCustomMsgRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*CheckMsgRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*SendMsgStatusResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*RemoveRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*RemoveResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*UpdateRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*UpdateResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*PrivacyInfoRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*ListRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*ListResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*InfoRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*InfoResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*DecryptJwtResponse); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*DecryptJwtRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*CheckPwdRequest); i {
|
2023-02-15 01:10:11 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*AuthenticationRequest); i {
|
2023-02-24 02:51:35 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*RequestStatus); i {
|
2023-02-24 02:51:35 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*RegistRequest); i {
|
2023-02-24 02:51:35 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*LoginRequest); i {
|
2023-02-24 02:51:35 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*TokenInfo); i {
|
2023-02-24 02:51:35 +00:00
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
2023-03-16 03:46:54 +00:00
|
|
|
switch v := v.(*Extend); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*Department); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_api_account_account_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
2023-02-15 01:10:11 +00:00
|
|
|
switch v := v.(*AccountInfo); i {
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
return &v.sizeCache
|
|
|
|
case 2:
|
|
|
|
return &v.unknownFields
|
|
|
|
default:
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type x struct{}
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
RawDescriptor: file_api_account_account_proto_rawDesc,
|
|
|
|
NumEnums: 0,
|
2023-03-16 03:46:54 +00:00
|
|
|
NumMessages: 34,
|
2023-02-15 01:10:11 +00:00
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 1,
|
|
|
|
},
|
|
|
|
GoTypes: file_api_account_account_proto_goTypes,
|
|
|
|
DependencyIndexes: file_api_account_account_proto_depIdxs,
|
|
|
|
MessageInfos: file_api_account_account_proto_msgTypes,
|
|
|
|
}.Build()
|
|
|
|
File_api_account_account_proto = out.File
|
|
|
|
file_api_account_account_proto_rawDesc = nil
|
|
|
|
file_api_account_account_proto_goTypes = nil
|
|
|
|
file_api_account_account_proto_depIdxs = nil
|
|
|
|
}
|