authv1

package
v0.0.0-...-a9153d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 19 Imported by: 2

Documentation

Overview

Package authv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	AuthService_GetTokenInfo_FullMethodName             = "/gatewayapis.auth.v1.AuthService/GetTokenInfo"
	AuthService_DeleteToken_FullMethodName              = "/gatewayapis.auth.v1.AuthService/DeleteToken"
	AuthService_GetUserBindList_FullMethodName          = "/gatewayapis.auth.v1.AuthService/GetUserBindList"
	AuthService_GetUserBind_FullMethodName              = "/gatewayapis.auth.v1.AuthService/GetUserBind"
	AuthService_DeleteUserBind_FullMethodName           = "/gatewayapis.auth.v1.AuthService/DeleteUserBind"
	AuthService_GetUserLoginHistory_FullMethodName      = "/gatewayapis.auth.v1.AuthService/GetUserLoginHistory"
	AuthService_DeleteUserLoginToken_FullMethodName     = "/gatewayapis.auth.v1.AuthService/DeleteUserLoginToken"
	AuthService_GetUserBindCheck_FullMethodName         = "/gatewayapis.auth.v1.AuthService/GetUserBindCheck"
	AuthService_GetUserDeviceList_FullMethodName        = "/gatewayapis.auth.v1.AuthService/GetUserDeviceList"
	AuthService_GetUserDevice_FullMethodName            = "/gatewayapis.auth.v1.AuthService/GetUserDevice"
	AuthService_PostUserDevice_FullMethodName           = "/gatewayapis.auth.v1.AuthService/PostUserDevice"
	AuthService_DeleteUserDevice_FullMethodName         = "/gatewayapis.auth.v1.AuthService/DeleteUserDevice"
	AuthService_GetUserInfo_FullMethodName              = "/gatewayapis.auth.v1.AuthService/GetUserInfo"
	AuthService_GetUserInfoLegacy_FullMethodName        = "/gatewayapis.auth.v1.AuthService/GetUserInfoLegacy"
	AuthService_PutUserPrimaryBind_FullMethodName       = "/gatewayapis.auth.v1.AuthService/PutUserPrimaryBind"
	AuthService_PutUserPrimaryBindLegacy_FullMethodName = "/gatewayapis.auth.v1.AuthService/PutUserPrimaryBindLegacy"
	AuthService_GetImageUploadTicket_FullMethodName     = "/gatewayapis.auth.v1.AuthService/GetImageUploadTicket"
	AuthService_PutUploadImage_FullMethodName           = "/gatewayapis.auth.v1.AuthService/PutUploadImage"
	AuthService_GetDoctorPage_FullMethodName            = "/gatewayapis.auth.v1.AuthService/GetDoctorPage"
	AuthService_GetSchoolTime_FullMethodName            = "/gatewayapis.auth.v1.AuthService/GetSchoolTime"
	AuthService_GetWeChatSignature_FullMethodName       = "/gatewayapis.auth.v1.AuthService/GetWeChatSignature"
	AuthService_GetBindListByUserIdList_FullMethodName  = "/gatewayapis.auth.v1.AuthService/GetBindListByUserIdList"
)

Variables

View Source
var (
	TokenType_name = map[int32]string{
		0: "ORIGIN",
		1: "OAUTH",
	}
	TokenType_value = map[string]int32{
		"ORIGIN": 0,
		"OAUTH":  1,
	}
)

Enum value maps for TokenType.

View Source
var AuthService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gatewayapis.auth.v1.AuthService",
	HandlerType: (*AuthServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetTokenInfo",
			Handler:    _AuthService_GetTokenInfo_Handler,
		},
		{
			MethodName: "DeleteToken",
			Handler:    _AuthService_DeleteToken_Handler,
		},
		{
			MethodName: "GetUserBindList",
			Handler:    _AuthService_GetUserBindList_Handler,
		},
		{
			MethodName: "GetUserBind",
			Handler:    _AuthService_GetUserBind_Handler,
		},
		{
			MethodName: "DeleteUserBind",
			Handler:    _AuthService_DeleteUserBind_Handler,
		},
		{
			MethodName: "GetUserLoginHistory",
			Handler:    _AuthService_GetUserLoginHistory_Handler,
		},
		{
			MethodName: "DeleteUserLoginToken",
			Handler:    _AuthService_DeleteUserLoginToken_Handler,
		},
		{
			MethodName: "GetUserBindCheck",
			Handler:    _AuthService_GetUserBindCheck_Handler,
		},
		{
			MethodName: "GetUserDeviceList",
			Handler:    _AuthService_GetUserDeviceList_Handler,
		},
		{
			MethodName: "GetUserDevice",
			Handler:    _AuthService_GetUserDevice_Handler,
		},
		{
			MethodName: "PostUserDevice",
			Handler:    _AuthService_PostUserDevice_Handler,
		},
		{
			MethodName: "DeleteUserDevice",
			Handler:    _AuthService_DeleteUserDevice_Handler,
		},
		{
			MethodName: "GetUserInfo",
			Handler:    _AuthService_GetUserInfo_Handler,
		},
		{
			MethodName: "GetUserInfoLegacy",
			Handler:    _AuthService_GetUserInfoLegacy_Handler,
		},
		{
			MethodName: "PutUserPrimaryBind",
			Handler:    _AuthService_PutUserPrimaryBind_Handler,
		},
		{
			MethodName: "PutUserPrimaryBindLegacy",
			Handler:    _AuthService_PutUserPrimaryBindLegacy_Handler,
		},
		{
			MethodName: "GetImageUploadTicket",
			Handler:    _AuthService_GetImageUploadTicket_Handler,
		},
		{
			MethodName: "PutUploadImage",
			Handler:    _AuthService_PutUploadImage_Handler,
		},
		{
			MethodName: "GetDoctorPage",
			Handler:    _AuthService_GetDoctorPage_Handler,
		},
		{
			MethodName: "GetSchoolTime",
			Handler:    _AuthService_GetSchoolTime_Handler,
		},
		{
			MethodName: "GetWeChatSignature",
			Handler:    _AuthService_GetWeChatSignature_Handler,
		},
		{
			MethodName: "GetBindListByUserIdList",
			Handler:    _AuthService_GetBindListByUserIdList_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gatewayapis/auth/v1/auth.proto",
}

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_gatewayapis_auth_v1_auth_proto protoreflect.FileDescriptor

Functions

func RegisterAuthServiceHandler

func RegisterAuthServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAuthServiceHandler registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAuthServiceHandlerClient

func RegisterAuthServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthServiceClient) error

RegisterAuthServiceHandlerClient registers the http handlers for service AuthService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AuthServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AuthServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AuthServiceClient" to call the correct interceptors.

func RegisterAuthServiceHandlerFromEndpoint

func RegisterAuthServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAuthServiceHandlerFromEndpoint is same as RegisterAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAuthServiceHandlerServer

func RegisterAuthServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServiceServer) error

RegisterAuthServiceHandlerServer registers the http handlers for service AuthService to "mux". UnaryRPC :call AuthServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAuthServiceHandlerFromEndpoint instead.

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)

Types

type AuthServiceClient

type AuthServiceClient interface {
	// 用户获得Token基本信息
	GetTokenInfo(ctx context.Context, in *GetTokenInfoRequest, opts ...grpc.CallOption) (*GetTokenInfoResponse, error)
	// 用户注销当前令牌
	DeleteToken(ctx context.Context, in *DeleteTokenRequest, opts ...grpc.CallOption) (*DeleteTokenResponse, error)
	// 用户获取绑定列表
	GetUserBindList(ctx context.Context, in *GetUserBindListRequest, opts ...grpc.CallOption) (*GetUserBindListResponse, error)
	// 获取用户绑定信息
	GetUserBind(ctx context.Context, in *GetUserBindRequest, opts ...grpc.CallOption) (*GetUserBindResponse, error)
	// 删除用户绑定
	DeleteUserBind(ctx context.Context, in *DeleteUserBindRequest, opts ...grpc.CallOption) (*DeleteUserBindResponse, error)
	// 获取用户登录历史信息
	GetUserLoginHistory(ctx context.Context, in *GetUserLoginHistoryRequest, opts ...grpc.CallOption) (*GetUserLoginHistoryResponse, error)
	// 删除用户指定令牌
	DeleteUserLoginToken(ctx context.Context, in *DeleteUserLoginTokenRequest, opts ...grpc.CallOption) (*DeleteUserLoginTokenResponse, error)
	// 检查用户绑定
	GetUserBindCheck(ctx context.Context, in *GetUserBindCheckRequest, opts ...grpc.CallOption) (*GetUserBindCheckResponse, error)
	// Devices Management
	GetUserDeviceList(ctx context.Context, in *GetUserDeviceListRequest, opts ...grpc.CallOption) (*GetUserDeviceListResponse, error)
	GetUserDevice(ctx context.Context, in *GetUserDeviceRequest, opts ...grpc.CallOption) (*GetUserDeviceResponse, error)
	PostUserDevice(ctx context.Context, in *PostUserDeviceRequest, opts ...grpc.CallOption) (*PostUserDeviceResponse, error)
	DeleteUserDevice(ctx context.Context, in *DeleteUserDeviceRequest, opts ...grpc.CallOption) (*DeleteUserDeviceResponse, error)
	// User
	GetUserInfo(ctx context.Context, in *GetUserInfoRequest, opts ...grpc.CallOption) (*GetUserInfoResponse, error)
	GetUserInfoLegacy(ctx context.Context, in *GetUserInfoLegacyRequest, opts ...grpc.CallOption) (*GetUserInfoLegacyResponse, error)
	PutUserPrimaryBind(ctx context.Context, in *PutUserPrimaryBindRequest, opts ...grpc.CallOption) (*PutUserPrimaryBindResponse, error)
	PutUserPrimaryBindLegacy(ctx context.Context, in *PutUserPrimaryBindLegacyRequest, opts ...grpc.CallOption) (*PutUserPrimaryBindLegacyResponse, error)
	// Static Server
	GetImageUploadTicket(ctx context.Context, in *GetImageUploadTicketRequest, opts ...grpc.CallOption) (*GetImageUploadTicketResponse, error)
	PutUploadImage(ctx context.Context, in *PutUploadImageRequest, opts ...grpc.CallOption) (*PutUploadImageResponse, error)
	// HTML
	GetDoctorPage(ctx context.Context, in *GetDoctorPageRequest, opts ...grpc.CallOption) (*GetDoctorPageResponse, error)
	// Deprecated APIs
	GetSchoolTime(ctx context.Context, in *GetSchoolTimeRequest, opts ...grpc.CallOption) (*GetSchoolTimeResponse, error)
	GetWeChatSignature(ctx context.Context, in *GetWeChatSignatureRequest, opts ...grpc.CallOption) (*GetWeChatSignatureResponse, error)
	// (内部接口)通过助手user_id获得用户的其他绑定信息
	GetBindListByUserIdList(ctx context.Context, in *GetBindListByUserIdListRequest, opts ...grpc.CallOption) (*GetBindListByUserIdListResponse, error)
}

AuthServiceClient is the client API for AuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AuthServiceServer

type AuthServiceServer interface {
	// 用户获得Token基本信息
	GetTokenInfo(context.Context, *GetTokenInfoRequest) (*GetTokenInfoResponse, error)
	// 用户注销当前令牌
	DeleteToken(context.Context, *DeleteTokenRequest) (*DeleteTokenResponse, error)
	// 用户获取绑定列表
	GetUserBindList(context.Context, *GetUserBindListRequest) (*GetUserBindListResponse, error)
	// 获取用户绑定信息
	GetUserBind(context.Context, *GetUserBindRequest) (*GetUserBindResponse, error)
	// 删除用户绑定
	DeleteUserBind(context.Context, *DeleteUserBindRequest) (*DeleteUserBindResponse, error)
	// 获取用户登录历史信息
	GetUserLoginHistory(context.Context, *GetUserLoginHistoryRequest) (*GetUserLoginHistoryResponse, error)
	// 删除用户指定令牌
	DeleteUserLoginToken(context.Context, *DeleteUserLoginTokenRequest) (*DeleteUserLoginTokenResponse, error)
	// 检查用户绑定
	GetUserBindCheck(context.Context, *GetUserBindCheckRequest) (*GetUserBindCheckResponse, error)
	// Devices Management
	GetUserDeviceList(context.Context, *GetUserDeviceListRequest) (*GetUserDeviceListResponse, error)
	GetUserDevice(context.Context, *GetUserDeviceRequest) (*GetUserDeviceResponse, error)
	PostUserDevice(context.Context, *PostUserDeviceRequest) (*PostUserDeviceResponse, error)
	DeleteUserDevice(context.Context, *DeleteUserDeviceRequest) (*DeleteUserDeviceResponse, error)
	// User
	GetUserInfo(context.Context, *GetUserInfoRequest) (*GetUserInfoResponse, error)
	GetUserInfoLegacy(context.Context, *GetUserInfoLegacyRequest) (*GetUserInfoLegacyResponse, error)
	PutUserPrimaryBind(context.Context, *PutUserPrimaryBindRequest) (*PutUserPrimaryBindResponse, error)
	PutUserPrimaryBindLegacy(context.Context, *PutUserPrimaryBindLegacyRequest) (*PutUserPrimaryBindLegacyResponse, error)
	// Static Server
	GetImageUploadTicket(context.Context, *GetImageUploadTicketRequest) (*GetImageUploadTicketResponse, error)
	PutUploadImage(context.Context, *PutUploadImageRequest) (*PutUploadImageResponse, error)
	// HTML
	GetDoctorPage(context.Context, *GetDoctorPageRequest) (*GetDoctorPageResponse, error)
	// Deprecated APIs
	GetSchoolTime(context.Context, *GetSchoolTimeRequest) (*GetSchoolTimeResponse, error)
	GetWeChatSignature(context.Context, *GetWeChatSignatureRequest) (*GetWeChatSignatureResponse, error)
	// (内部接口)通过助手user_id获得用户的其他绑定信息
	GetBindListByUserIdList(context.Context, *GetBindListByUserIdListRequest) (*GetBindListByUserIdListResponse, error)
	// contains filtered or unexported methods
}

AuthServiceServer is the server API for AuthService service. All implementations must embed UnimplementedAuthServiceServer for forward compatibility

type Bind

type Bind struct {

	// 用户user_id
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	// 绑定平台
	Platform string `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"`
	Uid      string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"`
	Uid2     string `protobuf:"bytes,4,opt,name=uid2,proto3" json:"uid2,omitempty"`
	// 是否为主学工号
	Primary bool `protobuf:"varint,5,opt,name=primary,proto3" json:"primary,omitempty"`
	// 备注
	Remark string `protobuf:"bytes,6,opt,name=remark,proto3" json:"remark,omitempty"`
	// 额外信息,json 格式
	Attributes *structpb.Struct `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

用户绑定信息

func (*Bind) Descriptor deprecated

func (*Bind) Descriptor() ([]byte, []int)

Deprecated: Use Bind.ProtoReflect.Descriptor instead.

func (*Bind) GetAttributes

func (x *Bind) GetAttributes() *structpb.Struct

func (*Bind) GetPlatform

func (x *Bind) GetPlatform() string

func (*Bind) GetPrimary

func (x *Bind) GetPrimary() bool

func (*Bind) GetRemark

func (x *Bind) GetRemark() string

func (*Bind) GetUid

func (x *Bind) GetUid() string

func (*Bind) GetUid2

func (x *Bind) GetUid2() string

func (*Bind) GetUserId

func (x *Bind) GetUserId() string

func (*Bind) ProtoMessage

func (*Bind) ProtoMessage()

func (*Bind) ProtoReflect

func (x *Bind) ProtoReflect() protoreflect.Message

func (*Bind) Reset

func (x *Bind) Reset()

func (*Bind) String

func (x *Bind) String() string

type BindInfo

type BindInfo struct {
	PlatformID   string `protobuf:"bytes,1,opt,name=platformID,proto3" json:"platformID,omitempty"`
	PlatformName string `protobuf:"bytes,2,opt,name=platformName,proto3" json:"platformName,omitempty"`
	CreatedAt    int32  `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*BindInfo) Descriptor deprecated

func (*BindInfo) Descriptor() ([]byte, []int)

Deprecated: Use BindInfo.ProtoReflect.Descriptor instead.

func (*BindInfo) GetCreatedAt

func (x *BindInfo) GetCreatedAt() int32

func (*BindInfo) GetPlatformID

func (x *BindInfo) GetPlatformID() string

func (*BindInfo) GetPlatformName

func (x *BindInfo) GetPlatformName() string

func (*BindInfo) ProtoMessage

func (*BindInfo) ProtoMessage()

func (*BindInfo) ProtoReflect

func (x *BindInfo) ProtoReflect() protoreflect.Message

func (*BindInfo) Reset

func (x *BindInfo) Reset()

func (*BindInfo) String

func (x *BindInfo) String() string

type DeleteTokenRequest

type DeleteTokenRequest struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTokenRequest) Descriptor deprecated

func (*DeleteTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteTokenRequest) GetToken

func (x *DeleteTokenRequest) GetToken() string

func (*DeleteTokenRequest) ProtoMessage

func (*DeleteTokenRequest) ProtoMessage()

func (*DeleteTokenRequest) ProtoReflect

func (x *DeleteTokenRequest) ProtoReflect() protoreflect.Message

func (*DeleteTokenRequest) Reset

func (x *DeleteTokenRequest) Reset()

func (*DeleteTokenRequest) String

func (x *DeleteTokenRequest) String() string

type DeleteTokenResponse

type DeleteTokenResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTokenResponse) Descriptor deprecated

func (*DeleteTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteTokenResponse) GetError

func (x *DeleteTokenResponse) GetError() int32

func (*DeleteTokenResponse) GetMsg

func (x *DeleteTokenResponse) GetMsg() string

func (*DeleteTokenResponse) ProtoMessage

func (*DeleteTokenResponse) ProtoMessage()

func (*DeleteTokenResponse) ProtoReflect

func (x *DeleteTokenResponse) ProtoReflect() protoreflect.Message

func (*DeleteTokenResponse) Reset

func (x *DeleteTokenResponse) Reset()

func (*DeleteTokenResponse) String

func (x *DeleteTokenResponse) String() string

type DeleteUserBindRequest

type DeleteUserBindRequest struct {
	PlatformID string `protobuf:"bytes,1,opt,name=platformID,proto3" json:"platformID,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserBindRequest) Descriptor deprecated

func (*DeleteUserBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserBindRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserBindRequest) GetPlatformID

func (x *DeleteUserBindRequest) GetPlatformID() string

func (*DeleteUserBindRequest) ProtoMessage

func (*DeleteUserBindRequest) ProtoMessage()

func (*DeleteUserBindRequest) ProtoReflect

func (x *DeleteUserBindRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserBindRequest) Reset

func (x *DeleteUserBindRequest) Reset()

func (*DeleteUserBindRequest) String

func (x *DeleteUserBindRequest) String() string

type DeleteUserBindResponse

type DeleteUserBindResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserBindResponse) Descriptor deprecated

func (*DeleteUserBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserBindResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserBindResponse) GetError

func (x *DeleteUserBindResponse) GetError() int32

func (*DeleteUserBindResponse) GetMsg

func (x *DeleteUserBindResponse) GetMsg() string

func (*DeleteUserBindResponse) ProtoMessage

func (*DeleteUserBindResponse) ProtoMessage()

func (*DeleteUserBindResponse) ProtoReflect

func (x *DeleteUserBindResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserBindResponse) Reset

func (x *DeleteUserBindResponse) Reset()

func (*DeleteUserBindResponse) String

func (x *DeleteUserBindResponse) String() string

type DeleteUserDeviceRequest

type DeleteUserDeviceRequest struct {
	// contains filtered or unexported fields
}

func (*DeleteUserDeviceRequest) Descriptor deprecated

func (*DeleteUserDeviceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserDeviceRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserDeviceRequest) ProtoMessage

func (*DeleteUserDeviceRequest) ProtoMessage()

func (*DeleteUserDeviceRequest) ProtoReflect

func (x *DeleteUserDeviceRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserDeviceRequest) Reset

func (x *DeleteUserDeviceRequest) Reset()

func (*DeleteUserDeviceRequest) String

func (x *DeleteUserDeviceRequest) String() string

type DeleteUserDeviceResponse

type DeleteUserDeviceResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserDeviceResponse) Descriptor deprecated

func (*DeleteUserDeviceResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserDeviceResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserDeviceResponse) GetError

func (x *DeleteUserDeviceResponse) GetError() int32

func (*DeleteUserDeviceResponse) GetMsg

func (x *DeleteUserDeviceResponse) GetMsg() string

func (*DeleteUserDeviceResponse) ProtoMessage

func (*DeleteUserDeviceResponse) ProtoMessage()

func (*DeleteUserDeviceResponse) ProtoReflect

func (x *DeleteUserDeviceResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserDeviceResponse) Reset

func (x *DeleteUserDeviceResponse) Reset()

func (*DeleteUserDeviceResponse) String

func (x *DeleteUserDeviceResponse) String() string

type DeleteUserLoginTokenRequest

type DeleteUserLoginTokenRequest struct {
	EncryptedToken string `protobuf:"bytes,1,opt,name=EncryptedToken,proto3" json:"EncryptedToken,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserLoginTokenRequest) Descriptor deprecated

func (*DeleteUserLoginTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserLoginTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserLoginTokenRequest) GetEncryptedToken

func (x *DeleteUserLoginTokenRequest) GetEncryptedToken() string

func (*DeleteUserLoginTokenRequest) ProtoMessage

func (*DeleteUserLoginTokenRequest) ProtoMessage()

func (*DeleteUserLoginTokenRequest) ProtoReflect

func (*DeleteUserLoginTokenRequest) Reset

func (x *DeleteUserLoginTokenRequest) Reset()

func (*DeleteUserLoginTokenRequest) String

func (x *DeleteUserLoginTokenRequest) String() string

type DeleteUserLoginTokenResponse

type DeleteUserLoginTokenResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserLoginTokenResponse) Descriptor deprecated

func (*DeleteUserLoginTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserLoginTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserLoginTokenResponse) GetError

func (x *DeleteUserLoginTokenResponse) GetError() int32

func (*DeleteUserLoginTokenResponse) GetMsg

func (*DeleteUserLoginTokenResponse) ProtoMessage

func (*DeleteUserLoginTokenResponse) ProtoMessage()

func (*DeleteUserLoginTokenResponse) ProtoReflect

func (*DeleteUserLoginTokenResponse) Reset

func (x *DeleteUserLoginTokenResponse) Reset()

func (*DeleteUserLoginTokenResponse) String

type GetBindListByUserIdListRequest

type GetBindListByUserIdListRequest struct {

	// 用户user_id列表
	UserIds []string `protobuf:"bytes,1,rep,name=userIds,proto3" json:"userIds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBindListByUserIdListRequest) Descriptor deprecated

func (*GetBindListByUserIdListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBindListByUserIdListRequest.ProtoReflect.Descriptor instead.

func (*GetBindListByUserIdListRequest) GetUserIds

func (x *GetBindListByUserIdListRequest) GetUserIds() []string

func (*GetBindListByUserIdListRequest) ProtoMessage

func (*GetBindListByUserIdListRequest) ProtoMessage()

func (*GetBindListByUserIdListRequest) ProtoReflect

func (*GetBindListByUserIdListRequest) Reset

func (x *GetBindListByUserIdListRequest) Reset()

func (*GetBindListByUserIdListRequest) String

type GetBindListByUserIdListResponse

type GetBindListByUserIdListResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// 绑定信息列表
	Data []*Bind `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

用户绑定信息查询响应

func (*GetBindListByUserIdListResponse) Descriptor deprecated

func (*GetBindListByUserIdListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBindListByUserIdListResponse.ProtoReflect.Descriptor instead.

func (*GetBindListByUserIdListResponse) GetData

func (x *GetBindListByUserIdListResponse) GetData() []*Bind

func (*GetBindListByUserIdListResponse) GetError

func (x *GetBindListByUserIdListResponse) GetError() int32

func (*GetBindListByUserIdListResponse) GetMsg

func (*GetBindListByUserIdListResponse) ProtoMessage

func (*GetBindListByUserIdListResponse) ProtoMessage()

func (*GetBindListByUserIdListResponse) ProtoReflect

func (*GetBindListByUserIdListResponse) Reset

func (*GetBindListByUserIdListResponse) String

func (*GetBindListByUserIdListResponse) UIDList

func (x *GetBindListByUserIdListResponse) UIDList() []string

func (*GetBindListByUserIdListResponse) UserIdList

func (x *GetBindListByUserIdListResponse) UserIdList() []string

type GetDoctorPageRequest

type GetDoctorPageRequest struct {
	// contains filtered or unexported fields
}

func (*GetDoctorPageRequest) Descriptor deprecated

func (*GetDoctorPageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDoctorPageRequest.ProtoReflect.Descriptor instead.

func (*GetDoctorPageRequest) ProtoMessage

func (*GetDoctorPageRequest) ProtoMessage()

func (*GetDoctorPageRequest) ProtoReflect

func (x *GetDoctorPageRequest) ProtoReflect() protoreflect.Message

func (*GetDoctorPageRequest) Reset

func (x *GetDoctorPageRequest) Reset()

func (*GetDoctorPageRequest) String

func (x *GetDoctorPageRequest) String() string

type GetDoctorPageResponse

type GetDoctorPageResponse struct {
	Error int32              `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *httpbody.HttpBody `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDoctorPageResponse) Descriptor deprecated

func (*GetDoctorPageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDoctorPageResponse.ProtoReflect.Descriptor instead.

func (*GetDoctorPageResponse) GetData

func (x *GetDoctorPageResponse) GetData() *httpbody.HttpBody

func (*GetDoctorPageResponse) GetError

func (x *GetDoctorPageResponse) GetError() int32

func (*GetDoctorPageResponse) GetMsg

func (x *GetDoctorPageResponse) GetMsg() string

func (*GetDoctorPageResponse) ProtoMessage

func (*GetDoctorPageResponse) ProtoMessage()

func (*GetDoctorPageResponse) ProtoReflect

func (x *GetDoctorPageResponse) ProtoReflect() protoreflect.Message

func (*GetDoctorPageResponse) Reset

func (x *GetDoctorPageResponse) Reset()

func (*GetDoctorPageResponse) String

func (x *GetDoctorPageResponse) String() string

type GetImageUploadTicketRequest

type GetImageUploadTicketRequest struct {
	// contains filtered or unexported fields
}

func (*GetImageUploadTicketRequest) Descriptor deprecated

func (*GetImageUploadTicketRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetImageUploadTicketRequest.ProtoReflect.Descriptor instead.

func (*GetImageUploadTicketRequest) ProtoMessage

func (*GetImageUploadTicketRequest) ProtoMessage()

func (*GetImageUploadTicketRequest) ProtoReflect

func (*GetImageUploadTicketRequest) Reset

func (x *GetImageUploadTicketRequest) Reset()

func (*GetImageUploadTicketRequest) String

func (x *GetImageUploadTicketRequest) String() string

type GetImageUploadTicketResponse

type GetImageUploadTicketResponse struct {
	Error int32              `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string             `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *ImageUploadTicket `protobuf:"bytes,3,opt,name=Data,proto3" json:"Data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageUploadTicketResponse) Descriptor deprecated

func (*GetImageUploadTicketResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetImageUploadTicketResponse.ProtoReflect.Descriptor instead.

func (*GetImageUploadTicketResponse) GetData

func (*GetImageUploadTicketResponse) GetError

func (x *GetImageUploadTicketResponse) GetError() int32

func (*GetImageUploadTicketResponse) GetMsg

func (*GetImageUploadTicketResponse) ProtoMessage

func (*GetImageUploadTicketResponse) ProtoMessage()

func (*GetImageUploadTicketResponse) ProtoReflect

func (*GetImageUploadTicketResponse) Reset

func (x *GetImageUploadTicketResponse) Reset()

func (*GetImageUploadTicketResponse) String

type GetSchoolTimeRequest

type GetSchoolTimeRequest struct {
	// contains filtered or unexported fields
}

func (*GetSchoolTimeRequest) Descriptor deprecated

func (*GetSchoolTimeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSchoolTimeRequest.ProtoReflect.Descriptor instead.

func (*GetSchoolTimeRequest) ProtoMessage

func (*GetSchoolTimeRequest) ProtoMessage()

func (*GetSchoolTimeRequest) ProtoReflect

func (x *GetSchoolTimeRequest) ProtoReflect() protoreflect.Message

func (*GetSchoolTimeRequest) Reset

func (x *GetSchoolTimeRequest) Reset()

func (*GetSchoolTimeRequest) String

func (x *GetSchoolTimeRequest) String() string

type GetSchoolTimeResponse

type GetSchoolTimeResponse struct {
	Error int32       `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string      `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *SchoolTime `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchoolTimeResponse) Descriptor deprecated

func (*GetSchoolTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSchoolTimeResponse.ProtoReflect.Descriptor instead.

func (*GetSchoolTimeResponse) GetData

func (x *GetSchoolTimeResponse) GetData() *SchoolTime

func (*GetSchoolTimeResponse) GetError

func (x *GetSchoolTimeResponse) GetError() int32

func (*GetSchoolTimeResponse) GetMsg

func (x *GetSchoolTimeResponse) GetMsg() string

func (*GetSchoolTimeResponse) ProtoMessage

func (*GetSchoolTimeResponse) ProtoMessage()

func (*GetSchoolTimeResponse) ProtoReflect

func (x *GetSchoolTimeResponse) ProtoReflect() protoreflect.Message

func (*GetSchoolTimeResponse) Reset

func (x *GetSchoolTimeResponse) Reset()

func (*GetSchoolTimeResponse) String

func (x *GetSchoolTimeResponse) String() string

type GetTokenInfoRequest

type GetTokenInfoRequest struct {
	// contains filtered or unexported fields
}

func (*GetTokenInfoRequest) Descriptor deprecated

func (*GetTokenInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTokenInfoRequest.ProtoReflect.Descriptor instead.

func (*GetTokenInfoRequest) ProtoMessage

func (*GetTokenInfoRequest) ProtoMessage()

func (*GetTokenInfoRequest) ProtoReflect

func (x *GetTokenInfoRequest) ProtoReflect() protoreflect.Message

func (*GetTokenInfoRequest) Reset

func (x *GetTokenInfoRequest) Reset()

func (*GetTokenInfoRequest) String

func (x *GetTokenInfoRequest) String() string

type GetTokenInfoResponse

type GetTokenInfoResponse struct {
	Error int32      `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string     `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *TokenInfo `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTokenInfoResponse) Descriptor deprecated

func (*GetTokenInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTokenInfoResponse.ProtoReflect.Descriptor instead.

func (*GetTokenInfoResponse) GetData

func (x *GetTokenInfoResponse) GetData() *TokenInfo

func (*GetTokenInfoResponse) GetError

func (x *GetTokenInfoResponse) GetError() int32

func (*GetTokenInfoResponse) GetMsg

func (x *GetTokenInfoResponse) GetMsg() string

func (*GetTokenInfoResponse) ProtoMessage

func (*GetTokenInfoResponse) ProtoMessage()

func (*GetTokenInfoResponse) ProtoReflect

func (x *GetTokenInfoResponse) ProtoReflect() protoreflect.Message

func (*GetTokenInfoResponse) Reset

func (x *GetTokenInfoResponse) Reset()

func (*GetTokenInfoResponse) String

func (x *GetTokenInfoResponse) String() string

type GetUserBindCheckRequest

type GetUserBindCheckRequest struct {
	Platform string `protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBindCheckRequest) Descriptor deprecated

func (*GetUserBindCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindCheckRequest.ProtoReflect.Descriptor instead.

func (*GetUserBindCheckRequest) GetPlatform

func (x *GetUserBindCheckRequest) GetPlatform() string

func (*GetUserBindCheckRequest) ProtoMessage

func (*GetUserBindCheckRequest) ProtoMessage()

func (*GetUserBindCheckRequest) ProtoReflect

func (x *GetUserBindCheckRequest) ProtoReflect() protoreflect.Message

func (*GetUserBindCheckRequest) Reset

func (x *GetUserBindCheckRequest) Reset()

func (*GetUserBindCheckRequest) String

func (x *GetUserBindCheckRequest) String() string

type GetUserBindCheckResponse

type GetUserBindCheckResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBindCheckResponse) Descriptor deprecated

func (*GetUserBindCheckResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindCheckResponse.ProtoReflect.Descriptor instead.

func (*GetUserBindCheckResponse) GetError

func (x *GetUserBindCheckResponse) GetError() int32

func (*GetUserBindCheckResponse) GetMsg

func (x *GetUserBindCheckResponse) GetMsg() string

func (*GetUserBindCheckResponse) ProtoMessage

func (*GetUserBindCheckResponse) ProtoMessage()

func (*GetUserBindCheckResponse) ProtoReflect

func (x *GetUserBindCheckResponse) ProtoReflect() protoreflect.Message

func (*GetUserBindCheckResponse) Reset

func (x *GetUserBindCheckResponse) Reset()

func (*GetUserBindCheckResponse) String

func (x *GetUserBindCheckResponse) String() string

type GetUserBindListRequest

type GetUserBindListRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserBindListRequest) Descriptor deprecated

func (*GetUserBindListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindListRequest.ProtoReflect.Descriptor instead.

func (*GetUserBindListRequest) ProtoMessage

func (*GetUserBindListRequest) ProtoMessage()

func (*GetUserBindListRequest) ProtoReflect

func (x *GetUserBindListRequest) ProtoReflect() protoreflect.Message

func (*GetUserBindListRequest) Reset

func (x *GetUserBindListRequest) Reset()

func (*GetUserBindListRequest) String

func (x *GetUserBindListRequest) String() string

type GetUserBindListResponse

type GetUserBindListResponse struct {
	Error int32                         `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string                        `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *GetUserBindListResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBindListResponse) Descriptor deprecated

func (*GetUserBindListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindListResponse.ProtoReflect.Descriptor instead.

func (*GetUserBindListResponse) GetData

func (*GetUserBindListResponse) GetError

func (x *GetUserBindListResponse) GetError() int32

func (*GetUserBindListResponse) GetMsg

func (x *GetUserBindListResponse) GetMsg() string

func (*GetUserBindListResponse) ProtoMessage

func (*GetUserBindListResponse) ProtoMessage()

func (*GetUserBindListResponse) ProtoReflect

func (x *GetUserBindListResponse) ProtoReflect() protoreflect.Message

func (*GetUserBindListResponse) Reset

func (x *GetUserBindListResponse) Reset()

func (*GetUserBindListResponse) String

func (x *GetUserBindListResponse) String() string

type GetUserBindListResponse_Data

type GetUserBindListResponse_Data struct {
	Count      int32       `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	BindDetail []*BindInfo `protobuf:"bytes,2,rep,name=bindDetail,proto3" json:"bindDetail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBindListResponse_Data) Descriptor deprecated

func (*GetUserBindListResponse_Data) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindListResponse_Data.ProtoReflect.Descriptor instead.

func (*GetUserBindListResponse_Data) GetBindDetail

func (x *GetUserBindListResponse_Data) GetBindDetail() []*BindInfo

func (*GetUserBindListResponse_Data) GetCount

func (x *GetUserBindListResponse_Data) GetCount() int32

func (*GetUserBindListResponse_Data) ProtoMessage

func (*GetUserBindListResponse_Data) ProtoMessage()

func (*GetUserBindListResponse_Data) ProtoReflect

func (*GetUserBindListResponse_Data) Reset

func (x *GetUserBindListResponse_Data) Reset()

func (*GetUserBindListResponse_Data) String

type GetUserBindRequest

type GetUserBindRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserBindRequest) Descriptor deprecated

func (*GetUserBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindRequest.ProtoReflect.Descriptor instead.

func (*GetUserBindRequest) ProtoMessage

func (*GetUserBindRequest) ProtoMessage()

func (*GetUserBindRequest) ProtoReflect

func (x *GetUserBindRequest) ProtoReflect() protoreflect.Message

func (*GetUserBindRequest) Reset

func (x *GetUserBindRequest) Reset()

func (*GetUserBindRequest) String

func (x *GetUserBindRequest) String() string

type GetUserBindResponse

type GetUserBindResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBindResponse) Descriptor deprecated

func (*GetUserBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserBindResponse.ProtoReflect.Descriptor instead.

func (*GetUserBindResponse) GetError

func (x *GetUserBindResponse) GetError() int32

func (*GetUserBindResponse) GetMsg

func (x *GetUserBindResponse) GetMsg() string

func (*GetUserBindResponse) ProtoMessage

func (*GetUserBindResponse) ProtoMessage()

func (*GetUserBindResponse) ProtoReflect

func (x *GetUserBindResponse) ProtoReflect() protoreflect.Message

func (*GetUserBindResponse) Reset

func (x *GetUserBindResponse) Reset()

func (*GetUserBindResponse) String

func (x *GetUserBindResponse) String() string

type GetUserDeviceListRequest

type GetUserDeviceListRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserDeviceListRequest) Descriptor deprecated

func (*GetUserDeviceListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDeviceListRequest.ProtoReflect.Descriptor instead.

func (*GetUserDeviceListRequest) ProtoMessage

func (*GetUserDeviceListRequest) ProtoMessage()

func (*GetUserDeviceListRequest) ProtoReflect

func (x *GetUserDeviceListRequest) ProtoReflect() protoreflect.Message

func (*GetUserDeviceListRequest) Reset

func (x *GetUserDeviceListRequest) Reset()

func (*GetUserDeviceListRequest) String

func (x *GetUserDeviceListRequest) String() string

type GetUserDeviceListResponse

type GetUserDeviceListResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDeviceListResponse) Descriptor deprecated

func (*GetUserDeviceListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDeviceListResponse.ProtoReflect.Descriptor instead.

func (*GetUserDeviceListResponse) GetError

func (x *GetUserDeviceListResponse) GetError() int32

func (*GetUserDeviceListResponse) GetMsg

func (x *GetUserDeviceListResponse) GetMsg() string

func (*GetUserDeviceListResponse) ProtoMessage

func (*GetUserDeviceListResponse) ProtoMessage()

func (*GetUserDeviceListResponse) ProtoReflect

func (*GetUserDeviceListResponse) Reset

func (x *GetUserDeviceListResponse) Reset()

func (*GetUserDeviceListResponse) String

func (x *GetUserDeviceListResponse) String() string

type GetUserDeviceRequest

type GetUserDeviceRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserDeviceRequest) Descriptor deprecated

func (*GetUserDeviceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDeviceRequest.ProtoReflect.Descriptor instead.

func (*GetUserDeviceRequest) ProtoMessage

func (*GetUserDeviceRequest) ProtoMessage()

func (*GetUserDeviceRequest) ProtoReflect

func (x *GetUserDeviceRequest) ProtoReflect() protoreflect.Message

func (*GetUserDeviceRequest) Reset

func (x *GetUserDeviceRequest) Reset()

func (*GetUserDeviceRequest) String

func (x *GetUserDeviceRequest) String() string

type GetUserDeviceResponse

type GetUserDeviceResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserDeviceResponse) Descriptor deprecated

func (*GetUserDeviceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserDeviceResponse.ProtoReflect.Descriptor instead.

func (*GetUserDeviceResponse) GetError

func (x *GetUserDeviceResponse) GetError() int32

func (*GetUserDeviceResponse) GetMsg

func (x *GetUserDeviceResponse) GetMsg() string

func (*GetUserDeviceResponse) ProtoMessage

func (*GetUserDeviceResponse) ProtoMessage()

func (*GetUserDeviceResponse) ProtoReflect

func (x *GetUserDeviceResponse) ProtoReflect() protoreflect.Message

func (*GetUserDeviceResponse) Reset

func (x *GetUserDeviceResponse) Reset()

func (*GetUserDeviceResponse) String

func (x *GetUserDeviceResponse) String() string

type GetUserInfoLegacyRequest

type GetUserInfoLegacyRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserInfoLegacyRequest) Descriptor deprecated

func (*GetUserInfoLegacyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoLegacyRequest.ProtoReflect.Descriptor instead.

func (*GetUserInfoLegacyRequest) ProtoMessage

func (*GetUserInfoLegacyRequest) ProtoMessage()

func (*GetUserInfoLegacyRequest) ProtoReflect

func (x *GetUserInfoLegacyRequest) ProtoReflect() protoreflect.Message

func (*GetUserInfoLegacyRequest) Reset

func (x *GetUserInfoLegacyRequest) Reset()

func (*GetUserInfoLegacyRequest) String

func (x *GetUserInfoLegacyRequest) String() string

type GetUserInfoLegacyResponse

type GetUserInfoLegacyResponse struct {
	Error int32           `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *UserInfoLegacy `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoLegacyResponse) Descriptor deprecated

func (*GetUserInfoLegacyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoLegacyResponse.ProtoReflect.Descriptor instead.

func (*GetUserInfoLegacyResponse) GetData

func (*GetUserInfoLegacyResponse) GetError

func (x *GetUserInfoLegacyResponse) GetError() int32

func (*GetUserInfoLegacyResponse) GetMsg

func (x *GetUserInfoLegacyResponse) GetMsg() string

func (*GetUserInfoLegacyResponse) ProtoMessage

func (*GetUserInfoLegacyResponse) ProtoMessage()

func (*GetUserInfoLegacyResponse) ProtoReflect

func (*GetUserInfoLegacyResponse) Reset

func (x *GetUserInfoLegacyResponse) Reset()

func (*GetUserInfoLegacyResponse) String

func (x *GetUserInfoLegacyResponse) String() string

type GetUserInfoRequest

type GetUserInfoRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserInfoRequest) Descriptor deprecated

func (*GetUserInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoRequest.ProtoReflect.Descriptor instead.

func (*GetUserInfoRequest) ProtoMessage

func (*GetUserInfoRequest) ProtoMessage()

func (*GetUserInfoRequest) ProtoReflect

func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message

func (*GetUserInfoRequest) Reset

func (x *GetUserInfoRequest) Reset()

func (*GetUserInfoRequest) String

func (x *GetUserInfoRequest) String() string

type GetUserInfoResponse

type GetUserInfoResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserInfoResponse) Descriptor deprecated

func (*GetUserInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInfoResponse.ProtoReflect.Descriptor instead.

func (*GetUserInfoResponse) GetError

func (x *GetUserInfoResponse) GetError() int32

func (*GetUserInfoResponse) GetMsg

func (x *GetUserInfoResponse) GetMsg() string

func (*GetUserInfoResponse) ProtoMessage

func (*GetUserInfoResponse) ProtoMessage()

func (*GetUserInfoResponse) ProtoReflect

func (x *GetUserInfoResponse) ProtoReflect() protoreflect.Message

func (*GetUserInfoResponse) Reset

func (x *GetUserInfoResponse) Reset()

func (*GetUserInfoResponse) String

func (x *GetUserInfoResponse) String() string

type GetUserLoginHistoryRequest

type GetUserLoginHistoryRequest struct {
	Page    int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Rpp     int32 `protobuf:"varint,2,opt,name=rpp,proto3" json:"rpp,omitempty"`
	ShowAll bool  `protobuf:"varint,3,opt,name=showAll,proto3" json:"showAll,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLoginHistoryRequest) Descriptor deprecated

func (*GetUserLoginHistoryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLoginHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetUserLoginHistoryRequest) GetPage

func (x *GetUserLoginHistoryRequest) GetPage() int32

func (*GetUserLoginHistoryRequest) GetRpp

func (x *GetUserLoginHistoryRequest) GetRpp() int32

func (*GetUserLoginHistoryRequest) GetShowAll

func (x *GetUserLoginHistoryRequest) GetShowAll() bool

func (*GetUserLoginHistoryRequest) ProtoMessage

func (*GetUserLoginHistoryRequest) ProtoMessage()

func (*GetUserLoginHistoryRequest) ProtoReflect

func (*GetUserLoginHistoryRequest) Reset

func (x *GetUserLoginHistoryRequest) Reset()

func (*GetUserLoginHistoryRequest) String

func (x *GetUserLoginHistoryRequest) String() string

type GetUserLoginHistoryResponse

type GetUserLoginHistoryResponse struct {
	Error int32                             `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string                            `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *GetUserLoginHistoryResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLoginHistoryResponse) Descriptor deprecated

func (*GetUserLoginHistoryResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLoginHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetUserLoginHistoryResponse) GetData

func (*GetUserLoginHistoryResponse) GetError

func (x *GetUserLoginHistoryResponse) GetError() int32

func (*GetUserLoginHistoryResponse) GetMsg

func (x *GetUserLoginHistoryResponse) GetMsg() string

func (*GetUserLoginHistoryResponse) ProtoMessage

func (*GetUserLoginHistoryResponse) ProtoMessage()

func (*GetUserLoginHistoryResponse) ProtoReflect

func (*GetUserLoginHistoryResponse) Reset

func (x *GetUserLoginHistoryResponse) Reset()

func (*GetUserLoginHistoryResponse) String

func (x *GetUserLoginHistoryResponse) String() string

type GetUserLoginHistoryResponse_Data

type GetUserLoginHistoryResponse_Data struct {
	Count  int32           `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Detail []*LoginSession `protobuf:"bytes,2,rep,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLoginHistoryResponse_Data) Descriptor deprecated

func (*GetUserLoginHistoryResponse_Data) Descriptor() ([]byte, []int)

Deprecated: Use GetUserLoginHistoryResponse_Data.ProtoReflect.Descriptor instead.

func (*GetUserLoginHistoryResponse_Data) GetCount

func (*GetUserLoginHistoryResponse_Data) GetDetail

func (*GetUserLoginHistoryResponse_Data) ProtoMessage

func (*GetUserLoginHistoryResponse_Data) ProtoMessage()

func (*GetUserLoginHistoryResponse_Data) ProtoReflect

func (*GetUserLoginHistoryResponse_Data) Reset

func (*GetUserLoginHistoryResponse_Data) String

type GetWeChatSignatureRequest

type GetWeChatSignatureRequest struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWeChatSignatureRequest) Descriptor deprecated

func (*GetWeChatSignatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWeChatSignatureRequest.ProtoReflect.Descriptor instead.

func (*GetWeChatSignatureRequest) GetUrl

func (x *GetWeChatSignatureRequest) GetUrl() string

func (*GetWeChatSignatureRequest) ProtoMessage

func (*GetWeChatSignatureRequest) ProtoMessage()

func (*GetWeChatSignatureRequest) ProtoReflect

func (*GetWeChatSignatureRequest) Reset

func (x *GetWeChatSignatureRequest) Reset()

func (*GetWeChatSignatureRequest) String

func (x *GetWeChatSignatureRequest) String() string

type GetWeChatSignatureResponse

type GetWeChatSignatureResponse struct {
	Error int32            `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string           `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *WeChatSignature `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWeChatSignatureResponse) Descriptor deprecated

func (*GetWeChatSignatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWeChatSignatureResponse.ProtoReflect.Descriptor instead.

func (*GetWeChatSignatureResponse) GetData

func (*GetWeChatSignatureResponse) GetError

func (x *GetWeChatSignatureResponse) GetError() int32

func (*GetWeChatSignatureResponse) GetMsg

func (x *GetWeChatSignatureResponse) GetMsg() string

func (*GetWeChatSignatureResponse) ProtoMessage

func (*GetWeChatSignatureResponse) ProtoMessage()

func (*GetWeChatSignatureResponse) ProtoReflect

func (*GetWeChatSignatureResponse) Reset

func (x *GetWeChatSignatureResponse) Reset()

func (*GetWeChatSignatureResponse) String

func (x *GetWeChatSignatureResponse) String() string

type ImageUploadTicket

type ImageUploadTicket struct {
	Ticket    string `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	ValidTIme int32  `protobuf:"varint,2,opt,name=validTIme,proto3" json:"validTIme,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageUploadTicket) Descriptor deprecated

func (*ImageUploadTicket) Descriptor() ([]byte, []int)

Deprecated: Use ImageUploadTicket.ProtoReflect.Descriptor instead.

func (*ImageUploadTicket) GetTicket

func (x *ImageUploadTicket) GetTicket() string

func (*ImageUploadTicket) GetValidTIme

func (x *ImageUploadTicket) GetValidTIme() int32

func (*ImageUploadTicket) ProtoMessage

func (*ImageUploadTicket) ProtoMessage()

func (*ImageUploadTicket) ProtoReflect

func (x *ImageUploadTicket) ProtoReflect() protoreflect.Message

func (*ImageUploadTicket) Reset

func (x *ImageUploadTicket) Reset()

func (*ImageUploadTicket) String

func (x *ImageUploadTicket) String() string

type LoginSession

type LoginSession struct {
	CreatedAt      int32  `protobuf:"varint,1,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	DeletedAt      int32  `protobuf:"varint,2,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	EncryptedToken string `protobuf:"bytes,3,opt,name=encryptedToken,proto3" json:"encryptedToken,omitempty"`
	ClientID       string `protobuf:"bytes,4,opt,name=clientID,proto3" json:"clientID,omitempty"`
	ClientName     string `protobuf:"bytes,5,opt,name=clientName,proto3" json:"clientName,omitempty"`
	GrantType      string `protobuf:"bytes,6,opt,name=grantType,proto3" json:"grantType,omitempty"`
	GrantTypeDesc  string `protobuf:"bytes,7,opt,name=grantTypeDesc,proto3" json:"grantTypeDesc,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginSession) Descriptor deprecated

func (*LoginSession) Descriptor() ([]byte, []int)

Deprecated: Use LoginSession.ProtoReflect.Descriptor instead.

func (*LoginSession) GetClientID

func (x *LoginSession) GetClientID() string

func (*LoginSession) GetClientName

func (x *LoginSession) GetClientName() string

func (*LoginSession) GetCreatedAt

func (x *LoginSession) GetCreatedAt() int32

func (*LoginSession) GetDeletedAt

func (x *LoginSession) GetDeletedAt() int32

func (*LoginSession) GetEncryptedToken

func (x *LoginSession) GetEncryptedToken() string

func (*LoginSession) GetGrantType

func (x *LoginSession) GetGrantType() string

func (*LoginSession) GetGrantTypeDesc

func (x *LoginSession) GetGrantTypeDesc() string

func (*LoginSession) ProtoMessage

func (*LoginSession) ProtoMessage()

func (*LoginSession) ProtoReflect

func (x *LoginSession) ProtoReflect() protoreflect.Message

func (*LoginSession) Reset

func (x *LoginSession) Reset()

func (*LoginSession) String

func (x *LoginSession) String() string

type PostUserDeviceRequest

type PostUserDeviceRequest struct {
	// contains filtered or unexported fields
}

func (*PostUserDeviceRequest) Descriptor deprecated

func (*PostUserDeviceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PostUserDeviceRequest.ProtoReflect.Descriptor instead.

func (*PostUserDeviceRequest) ProtoMessage

func (*PostUserDeviceRequest) ProtoMessage()

func (*PostUserDeviceRequest) ProtoReflect

func (x *PostUserDeviceRequest) ProtoReflect() protoreflect.Message

func (*PostUserDeviceRequest) Reset

func (x *PostUserDeviceRequest) Reset()

func (*PostUserDeviceRequest) String

func (x *PostUserDeviceRequest) String() string

type PostUserDeviceResponse

type PostUserDeviceResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*PostUserDeviceResponse) Descriptor deprecated

func (*PostUserDeviceResponse) Descriptor() ([]byte, []int)

Deprecated: Use PostUserDeviceResponse.ProtoReflect.Descriptor instead.

func (*PostUserDeviceResponse) GetError

func (x *PostUserDeviceResponse) GetError() int32

func (*PostUserDeviceResponse) GetMsg

func (x *PostUserDeviceResponse) GetMsg() string

func (*PostUserDeviceResponse) ProtoMessage

func (*PostUserDeviceResponse) ProtoMessage()

func (*PostUserDeviceResponse) ProtoReflect

func (x *PostUserDeviceResponse) ProtoReflect() protoreflect.Message

func (*PostUserDeviceResponse) Reset

func (x *PostUserDeviceResponse) Reset()

func (*PostUserDeviceResponse) String

func (x *PostUserDeviceResponse) String() string

type PutUploadImageRequest

type PutUploadImageRequest struct {
	FType  string `protobuf:"bytes,1,opt,name=fType,proto3" json:"fType,omitempty"`
	Ticket string `protobuf:"bytes,2,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Usage  string `protobuf:"bytes,3,opt,name=usage,proto3" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUploadImageRequest) Descriptor deprecated

func (*PutUploadImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutUploadImageRequest.ProtoReflect.Descriptor instead.

func (*PutUploadImageRequest) GetFType

func (x *PutUploadImageRequest) GetFType() string

func (*PutUploadImageRequest) GetTicket

func (x *PutUploadImageRequest) GetTicket() string

func (*PutUploadImageRequest) GetUsage

func (x *PutUploadImageRequest) GetUsage() string

func (*PutUploadImageRequest) ProtoMessage

func (*PutUploadImageRequest) ProtoMessage()

func (*PutUploadImageRequest) ProtoReflect

func (x *PutUploadImageRequest) ProtoReflect() protoreflect.Message

func (*PutUploadImageRequest) Reset

func (x *PutUploadImageRequest) Reset()

func (*PutUploadImageRequest) String

func (x *PutUploadImageRequest) String() string

type PutUploadImageResponse

type PutUploadImageResponse struct {
	Error int32                        `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string                       `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Data  *PutUploadImageResponse_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUploadImageResponse) Descriptor deprecated

func (*PutUploadImageResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutUploadImageResponse.ProtoReflect.Descriptor instead.

func (*PutUploadImageResponse) GetData

func (*PutUploadImageResponse) GetError

func (x *PutUploadImageResponse) GetError() int32

func (*PutUploadImageResponse) GetMsg

func (x *PutUploadImageResponse) GetMsg() string

func (*PutUploadImageResponse) ProtoMessage

func (*PutUploadImageResponse) ProtoMessage()

func (*PutUploadImageResponse) ProtoReflect

func (x *PutUploadImageResponse) ProtoReflect() protoreflect.Message

func (*PutUploadImageResponse) Reset

func (x *PutUploadImageResponse) Reset()

func (*PutUploadImageResponse) String

func (x *PutUploadImageResponse) String() string

type PutUploadImageResponse_Data

type PutUploadImageResponse_Data struct {
	URL  string `protobuf:"bytes,1,opt,name=URL,proto3" json:"URL,omitempty"`
	Size int32  `protobuf:"varint,2,opt,name=Size,proto3" json:"Size,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUploadImageResponse_Data) Descriptor deprecated

func (*PutUploadImageResponse_Data) Descriptor() ([]byte, []int)

Deprecated: Use PutUploadImageResponse_Data.ProtoReflect.Descriptor instead.

func (*PutUploadImageResponse_Data) GetSize

func (x *PutUploadImageResponse_Data) GetSize() int32

func (*PutUploadImageResponse_Data) GetURL

func (x *PutUploadImageResponse_Data) GetURL() string

func (*PutUploadImageResponse_Data) ProtoMessage

func (*PutUploadImageResponse_Data) ProtoMessage()

func (*PutUploadImageResponse_Data) ProtoReflect

func (*PutUploadImageResponse_Data) Reset

func (x *PutUploadImageResponse_Data) Reset()

func (*PutUploadImageResponse_Data) String

func (x *PutUploadImageResponse_Data) String() string

type PutUserPrimaryBindLegacyRequest

type PutUserPrimaryBindLegacyRequest struct {
	NewStaffId string `protobuf:"bytes,1,opt,name=newStaffId,proto3" json:"newStaffId,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUserPrimaryBindLegacyRequest) Descriptor deprecated

func (*PutUserPrimaryBindLegacyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutUserPrimaryBindLegacyRequest.ProtoReflect.Descriptor instead.

func (*PutUserPrimaryBindLegacyRequest) GetNewStaffId

func (x *PutUserPrimaryBindLegacyRequest) GetNewStaffId() string

func (*PutUserPrimaryBindLegacyRequest) ProtoMessage

func (*PutUserPrimaryBindLegacyRequest) ProtoMessage()

func (*PutUserPrimaryBindLegacyRequest) ProtoReflect

func (*PutUserPrimaryBindLegacyRequest) Reset

func (*PutUserPrimaryBindLegacyRequest) String

type PutUserPrimaryBindLegacyResponse

type PutUserPrimaryBindLegacyResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUserPrimaryBindLegacyResponse) Descriptor deprecated

func (*PutUserPrimaryBindLegacyResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutUserPrimaryBindLegacyResponse.ProtoReflect.Descriptor instead.

func (*PutUserPrimaryBindLegacyResponse) GetError

func (*PutUserPrimaryBindLegacyResponse) GetMsg

func (*PutUserPrimaryBindLegacyResponse) ProtoMessage

func (*PutUserPrimaryBindLegacyResponse) ProtoMessage()

func (*PutUserPrimaryBindLegacyResponse) ProtoReflect

func (*PutUserPrimaryBindLegacyResponse) Reset

func (*PutUserPrimaryBindLegacyResponse) String

type PutUserPrimaryBindRequest

type PutUserPrimaryBindRequest struct {
	// contains filtered or unexported fields
}

func (*PutUserPrimaryBindRequest) Descriptor deprecated

func (*PutUserPrimaryBindRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutUserPrimaryBindRequest.ProtoReflect.Descriptor instead.

func (*PutUserPrimaryBindRequest) ProtoMessage

func (*PutUserPrimaryBindRequest) ProtoMessage()

func (*PutUserPrimaryBindRequest) ProtoReflect

func (*PutUserPrimaryBindRequest) Reset

func (x *PutUserPrimaryBindRequest) Reset()

func (*PutUserPrimaryBindRequest) String

func (x *PutUserPrimaryBindRequest) String() string

type PutUserPrimaryBindResponse

type PutUserPrimaryBindResponse struct {
	Error int32  `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"`
	Msg   string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*PutUserPrimaryBindResponse) Descriptor deprecated

func (*PutUserPrimaryBindResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutUserPrimaryBindResponse.ProtoReflect.Descriptor instead.

func (*PutUserPrimaryBindResponse) GetError

func (x *PutUserPrimaryBindResponse) GetError() int32

func (*PutUserPrimaryBindResponse) GetMsg

func (x *PutUserPrimaryBindResponse) GetMsg() string

func (*PutUserPrimaryBindResponse) ProtoMessage

func (*PutUserPrimaryBindResponse) ProtoMessage()

func (*PutUserPrimaryBindResponse) ProtoReflect

func (*PutUserPrimaryBindResponse) Reset

func (x *PutUserPrimaryBindResponse) Reset()

func (*PutUserPrimaryBindResponse) String

func (x *PutUserPrimaryBindResponse) String() string

type SchoolTime

type SchoolTime struct {
	SchoolYear             string `protobuf:"bytes,1,opt,name=schoolYear,proto3" json:"schoolYear,omitempty"`
	Semester               string `protobuf:"bytes,2,opt,name=semester,proto3" json:"semester,omitempty"`
	SemesterStartTimestamp int32  `` /* 130-byte string literal not displayed */
	WeekNow                int32  `protobuf:"varint,4,opt,name=weekNow,proto3" json:"weekNow,omitempty"`
	WeekDayNow             int32  `protobuf:"varint,5,opt,name=weekDayNow,proto3" json:"weekDayNow,omitempty"`
	TimeStamp              int32  `protobuf:"varint,6,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
	Section                int32  `protobuf:"varint,7,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*SchoolTime) Descriptor deprecated

func (*SchoolTime) Descriptor() ([]byte, []int)

Deprecated: Use SchoolTime.ProtoReflect.Descriptor instead.

func (*SchoolTime) GetSchoolYear

func (x *SchoolTime) GetSchoolYear() string

func (*SchoolTime) GetSection

func (x *SchoolTime) GetSection() int32

func (*SchoolTime) GetSemester

func (x *SchoolTime) GetSemester() string

func (*SchoolTime) GetSemesterStartTimestamp

func (x *SchoolTime) GetSemesterStartTimestamp() int32

func (*SchoolTime) GetTimeStamp

func (x *SchoolTime) GetTimeStamp() int32

func (*SchoolTime) GetWeekDayNow

func (x *SchoolTime) GetWeekDayNow() int32

func (*SchoolTime) GetWeekNow

func (x *SchoolTime) GetWeekNow() int32

func (*SchoolTime) ProtoMessage

func (*SchoolTime) ProtoMessage()

func (*SchoolTime) ProtoReflect

func (x *SchoolTime) ProtoReflect() protoreflect.Message

func (*SchoolTime) Reset

func (x *SchoolTime) Reset()

func (*SchoolTime) String

func (x *SchoolTime) String() string

type TokenInfo

type TokenInfo struct {
	IsValid     bool      `protobuf:"varint,1,opt,name=isValid,proto3" json:"isValid,omitempty"`
	AccessToken string    `protobuf:"bytes,2,opt,name=accessToken,proto3" json:"accessToken,omitempty"`
	ExpiredTime int64     `protobuf:"varint,3,opt,name=expiredTime,proto3" json:"expiredTime,omitempty"`
	GrantType   string    `protobuf:"bytes,4,opt,name=grantType,proto3" json:"grantType,omitempty"`
	ClientID    string    `protobuf:"bytes,5,opt,name=clientID,proto3" json:"clientID,omitempty"`
	TokenType   TokenType `protobuf:"varint,6,opt,name=tokenType,proto3,enum=gatewayapis.auth.v1.TokenType" json:"tokenType,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenInfo) Descriptor deprecated

func (*TokenInfo) Descriptor() ([]byte, []int)

Deprecated: Use TokenInfo.ProtoReflect.Descriptor instead.

func (*TokenInfo) GetAccessToken

func (x *TokenInfo) GetAccessToken() string

func (*TokenInfo) GetClientID

func (x *TokenInfo) GetClientID() string

func (*TokenInfo) GetExpiredTime

func (x *TokenInfo) GetExpiredTime() int64

func (*TokenInfo) GetGrantType

func (x *TokenInfo) GetGrantType() string

func (*TokenInfo) GetIsValid

func (x *TokenInfo) GetIsValid() bool

func (*TokenInfo) GetTokenType

func (x *TokenInfo) GetTokenType() TokenType

func (*TokenInfo) ProtoMessage

func (*TokenInfo) ProtoMessage()

func (*TokenInfo) ProtoReflect

func (x *TokenInfo) ProtoReflect() protoreflect.Message

func (*TokenInfo) Reset

func (x *TokenInfo) Reset()

func (*TokenInfo) String

func (x *TokenInfo) String() string

type TokenType

type TokenType int32
const (
	TokenType_ORIGIN TokenType = 0
	TokenType_OAUTH  TokenType = 1
)

func (TokenType) Descriptor

func (TokenType) Descriptor() protoreflect.EnumDescriptor

func (TokenType) Enum

func (x TokenType) Enum() *TokenType

func (TokenType) EnumDescriptor deprecated

func (TokenType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TokenType.Descriptor instead.

func (TokenType) Number

func (x TokenType) Number() protoreflect.EnumNumber

func (TokenType) String

func (x TokenType) String() string

func (TokenType) Type

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthServiceServer) DeleteToken

func (UnimplementedAuthServiceServer) DeleteUserBind

func (UnimplementedAuthServiceServer) DeleteUserDevice

func (UnimplementedAuthServiceServer) GetDoctorPage

func (UnimplementedAuthServiceServer) GetSchoolTime

func (UnimplementedAuthServiceServer) GetTokenInfo

func (UnimplementedAuthServiceServer) GetUserBind

func (UnimplementedAuthServiceServer) GetUserBindCheck

func (UnimplementedAuthServiceServer) GetUserBindList

func (UnimplementedAuthServiceServer) GetUserDevice

func (UnimplementedAuthServiceServer) GetUserDeviceList

func (UnimplementedAuthServiceServer) GetUserInfo

func (UnimplementedAuthServiceServer) GetUserInfoLegacy

func (UnimplementedAuthServiceServer) GetWeChatSignature

func (UnimplementedAuthServiceServer) PostUserDevice

func (UnimplementedAuthServiceServer) PutUploadImage

func (UnimplementedAuthServiceServer) PutUserPrimaryBind

type UnsafeAuthServiceServer

type UnsafeAuthServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServiceServer will result in compilation errors.

type UserInfoLegacy

type UserInfoLegacy struct {
	NowStaffId string   `protobuf:"bytes,1,opt,name=nowStaffId,proto3" json:"nowStaffId,omitempty"`
	StaffIds   []string `protobuf:"bytes,2,rep,name=staffIds,proto3" json:"staffIds,omitempty"`
	School     string   `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfoLegacy) Descriptor deprecated

func (*UserInfoLegacy) Descriptor() ([]byte, []int)

Deprecated: Use UserInfoLegacy.ProtoReflect.Descriptor instead.

func (*UserInfoLegacy) GetNowStaffId

func (x *UserInfoLegacy) GetNowStaffId() string

func (*UserInfoLegacy) GetSchool

func (x *UserInfoLegacy) GetSchool() string

func (*UserInfoLegacy) GetStaffIds

func (x *UserInfoLegacy) GetStaffIds() []string

func (*UserInfoLegacy) ProtoMessage

func (*UserInfoLegacy) ProtoMessage()

func (*UserInfoLegacy) ProtoReflect

func (x *UserInfoLegacy) ProtoReflect() protoreflect.Message

func (*UserInfoLegacy) Reset

func (x *UserInfoLegacy) Reset()

func (*UserInfoLegacy) String

func (x *UserInfoLegacy) String() string

type WeChatSignature

type WeChatSignature struct {
	Sign      string `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign,omitempty"`
	Nonce     string `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Timestamp int32  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Appid     string `protobuf:"bytes,4,opt,name=appid,proto3" json:"appid,omitempty"`
	Url       string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*WeChatSignature) Descriptor deprecated

func (*WeChatSignature) Descriptor() ([]byte, []int)

Deprecated: Use WeChatSignature.ProtoReflect.Descriptor instead.

func (*WeChatSignature) GetAppid

func (x *WeChatSignature) GetAppid() string

func (*WeChatSignature) GetNonce

func (x *WeChatSignature) GetNonce() string

func (*WeChatSignature) GetSign

func (x *WeChatSignature) GetSign() string

func (*WeChatSignature) GetTimestamp

func (x *WeChatSignature) GetTimestamp() int32

func (*WeChatSignature) GetUrl

func (x *WeChatSignature) GetUrl() string

func (*WeChatSignature) ProtoMessage

func (*WeChatSignature) ProtoMessage()

func (*WeChatSignature) ProtoReflect

func (x *WeChatSignature) ProtoReflect() protoreflect.Message

func (*WeChatSignature) Reset

func (x *WeChatSignature) Reset()

func (*WeChatSignature) String

func (x *WeChatSignature) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL