Versions in this module Expand all Collapse all v0 v0.1.0 Feb 6, 2023 Changes in this version + var Device_name = map[int32]string + var Device_value = map[string]int32 + var File_github_com_txchat_imparse_proto_auth_proto protoreflect.FileDescriptor + var Login_ConnType_name = map[int32]string + var Login_ConnType_value = map[string]int32 + type Device int32 + const Device_Android + const Device_IOS + const Device_Linux + const Device_MacOS + const Device_Web + const Device_Windows + func (Device) Descriptor() protoreflect.EnumDescriptor + func (Device) EnumDescriptor() ([]byte, []int) + func (Device) Type() protoreflect.EnumType + func (x Device) Enum() *Device + func (x Device) Number() protoreflect.EnumNumber + func (x Device) String() string + type Login struct + ConnType Login_ConnType + Device Device + DeviceName string + DeviceToken string + Username string + Uuid string + func (*Login) Descriptor() ([]byte, []int) + func (*Login) ProtoMessage() + func (x *Login) GetConnType() Login_ConnType + func (x *Login) GetDevice() Device + func (x *Login) GetDeviceName() string + func (x *Login) GetDeviceToken() string + func (x *Login) GetUsername() string + func (x *Login) GetUuid() string + func (x *Login) ProtoReflect() protoreflect.Message + func (x *Login) Reset() + func (x *Login) String() string + type Login_ConnType int32 + const Login_Connect + const Login_Reconnect + func (Login_ConnType) Descriptor() protoreflect.EnumDescriptor + func (Login_ConnType) EnumDescriptor() ([]byte, []int) + func (Login_ConnType) Type() protoreflect.EnumType + func (x Login_ConnType) Enum() *Login_ConnType + func (x Login_ConnType) Number() protoreflect.EnumNumber + func (x Login_ConnType) String() string