Documentation ¶
Index ¶
- Variables
- type AddUserData
- func (*AddUserData) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserData) GetId() string
- func (x *AddUserData) GetPrivateKey() string
- func (*AddUserData) ProtoMessage()
- func (x *AddUserData) ProtoReflect() protoreflect.Message
- func (x *AddUserData) Reset()
- func (x *AddUserData) String() string
- type AddUserRequest
- func (*AddUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserRequest) GetEmoji() string
- func (x *AddUserRequest) GetNickname() string
- func (*AddUserRequest) ProtoMessage()
- func (x *AddUserRequest) ProtoReflect() protoreflect.Message
- func (x *AddUserRequest) Reset()
- func (x *AddUserRequest) String() string
- type AddUserResponse
- func (*AddUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddUserResponse) GetData() *AddUserData
- func (x *AddUserResponse) GetMessage() string
- func (x *AddUserResponse) GetSuccess() bool
- func (*AddUserResponse) ProtoMessage()
- func (x *AddUserResponse) ProtoReflect() protoreflect.Message
- func (x *AddUserResponse) Reset()
- func (x *AddUserResponse) String() string
- type EditSelfRequest
- func (*EditSelfRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditSelfRequest) GetEmoji() string
- func (x *EditSelfRequest) GetNickname() string
- func (*EditSelfRequest) ProtoMessage()
- func (x *EditSelfRequest) ProtoReflect() protoreflect.Message
- func (x *EditSelfRequest) Reset()
- func (x *EditSelfRequest) String() string
- type EditSelfResponse
- func (*EditSelfResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EditSelfResponse) GetMessage() string
- func (x *EditSelfResponse) GetSuccess() bool
- func (*EditSelfResponse) ProtoMessage()
- func (x *EditSelfResponse) ProtoReflect() protoreflect.Message
- func (x *EditSelfResponse) Reset()
- func (x *EditSelfResponse) String() string
- type ErrorResponse
- func (*ErrorResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorResponse) GetMessage() string
- func (x *ErrorResponse) GetSuccess() bool
- func (*ErrorResponse) ProtoMessage()
- func (x *ErrorResponse) ProtoReflect() protoreflect.Message
- func (x *ErrorResponse) Reset()
- func (x *ErrorResponse) String() string
- type GetAllowedEmojisRequest
- type GetAllowedEmojisResponse
- func (*GetAllowedEmojisResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllowedEmojisResponse) GetData() []string
- func (x *GetAllowedEmojisResponse) GetMessage() string
- func (x *GetAllowedEmojisResponse) GetSuccess() bool
- func (*GetAllowedEmojisResponse) ProtoMessage()
- func (x *GetAllowedEmojisResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllowedEmojisResponse) Reset()
- func (x *GetAllowedEmojisResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_connectrpc_users_v1_users_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddUserData ¶
type AddUserData struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` // contains filtered or unexported fields }
func (*AddUserData) Descriptor
deprecated
func (*AddUserData) Descriptor() ([]byte, []int)
Deprecated: Use AddUserData.ProtoReflect.Descriptor instead.
func (*AddUserData) GetId ¶
func (x *AddUserData) GetId() string
func (*AddUserData) GetPrivateKey ¶
func (x *AddUserData) GetPrivateKey() string
func (*AddUserData) ProtoMessage ¶
func (*AddUserData) ProtoMessage()
func (*AddUserData) ProtoReflect ¶
func (x *AddUserData) ProtoReflect() protoreflect.Message
func (*AddUserData) Reset ¶
func (x *AddUserData) Reset()
func (*AddUserData) String ¶
func (x *AddUserData) String() string
type AddUserRequest ¶
type AddUserRequest struct { Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"` Emoji string `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"` // contains filtered or unexported fields }
func (*AddUserRequest) Descriptor
deprecated
func (*AddUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddUserRequest.ProtoReflect.Descriptor instead.
func (*AddUserRequest) GetEmoji ¶
func (x *AddUserRequest) GetEmoji() string
func (*AddUserRequest) GetNickname ¶
func (x *AddUserRequest) GetNickname() string
func (*AddUserRequest) ProtoMessage ¶
func (*AddUserRequest) ProtoMessage()
func (*AddUserRequest) ProtoReflect ¶
func (x *AddUserRequest) ProtoReflect() protoreflect.Message
func (*AddUserRequest) Reset ¶
func (x *AddUserRequest) Reset()
func (*AddUserRequest) String ¶
func (x *AddUserRequest) String() string
type AddUserResponse ¶
type AddUserResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Data *AddUserData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AddUserResponse) Descriptor
deprecated
func (*AddUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddUserResponse.ProtoReflect.Descriptor instead.
func (*AddUserResponse) GetData ¶
func (x *AddUserResponse) GetData() *AddUserData
func (*AddUserResponse) GetMessage ¶
func (x *AddUserResponse) GetMessage() string
func (*AddUserResponse) GetSuccess ¶
func (x *AddUserResponse) GetSuccess() bool
func (*AddUserResponse) ProtoMessage ¶
func (*AddUserResponse) ProtoMessage()
func (*AddUserResponse) ProtoReflect ¶
func (x *AddUserResponse) ProtoReflect() protoreflect.Message
func (*AddUserResponse) Reset ¶
func (x *AddUserResponse) Reset()
func (*AddUserResponse) String ¶
func (x *AddUserResponse) String() string
type EditSelfRequest ¶
type EditSelfRequest struct { Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"` Emoji string `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"` // contains filtered or unexported fields }
func (*EditSelfRequest) Descriptor
deprecated
func (*EditSelfRequest) Descriptor() ([]byte, []int)
Deprecated: Use EditSelfRequest.ProtoReflect.Descriptor instead.
func (*EditSelfRequest) GetEmoji ¶
func (x *EditSelfRequest) GetEmoji() string
func (*EditSelfRequest) GetNickname ¶
func (x *EditSelfRequest) GetNickname() string
func (*EditSelfRequest) ProtoMessage ¶
func (*EditSelfRequest) ProtoMessage()
func (*EditSelfRequest) ProtoReflect ¶
func (x *EditSelfRequest) ProtoReflect() protoreflect.Message
func (*EditSelfRequest) Reset ¶
func (x *EditSelfRequest) Reset()
func (*EditSelfRequest) String ¶
func (x *EditSelfRequest) String() string
type EditSelfResponse ¶
type EditSelfResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*EditSelfResponse) Descriptor
deprecated
func (*EditSelfResponse) Descriptor() ([]byte, []int)
Deprecated: Use EditSelfResponse.ProtoReflect.Descriptor instead.
func (*EditSelfResponse) GetMessage ¶
func (x *EditSelfResponse) GetMessage() string
func (*EditSelfResponse) GetSuccess ¶
func (x *EditSelfResponse) GetSuccess() bool
func (*EditSelfResponse) ProtoMessage ¶
func (*EditSelfResponse) ProtoMessage()
func (*EditSelfResponse) ProtoReflect ¶
func (x *EditSelfResponse) ProtoReflect() protoreflect.Message
func (*EditSelfResponse) Reset ¶
func (x *EditSelfResponse) Reset()
func (*EditSelfResponse) String ¶
func (x *EditSelfResponse) String() string
type ErrorResponse ¶
type ErrorResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ErrorResponse) Descriptor
deprecated
func (*ErrorResponse) Descriptor() ([]byte, []int)
Deprecated: Use ErrorResponse.ProtoReflect.Descriptor instead.
func (*ErrorResponse) GetMessage ¶
func (x *ErrorResponse) GetMessage() string
func (*ErrorResponse) GetSuccess ¶
func (x *ErrorResponse) GetSuccess() bool
func (*ErrorResponse) ProtoMessage ¶
func (*ErrorResponse) ProtoMessage()
func (*ErrorResponse) ProtoReflect ¶
func (x *ErrorResponse) ProtoReflect() protoreflect.Message
func (*ErrorResponse) Reset ¶
func (x *ErrorResponse) Reset()
func (*ErrorResponse) String ¶
func (x *ErrorResponse) String() string
type GetAllowedEmojisRequest ¶
type GetAllowedEmojisRequest struct {
// contains filtered or unexported fields
}
func (*GetAllowedEmojisRequest) Descriptor
deprecated
func (*GetAllowedEmojisRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllowedEmojisRequest.ProtoReflect.Descriptor instead.
func (*GetAllowedEmojisRequest) ProtoMessage ¶
func (*GetAllowedEmojisRequest) ProtoMessage()
func (*GetAllowedEmojisRequest) ProtoReflect ¶
func (x *GetAllowedEmojisRequest) ProtoReflect() protoreflect.Message
func (*GetAllowedEmojisRequest) Reset ¶
func (x *GetAllowedEmojisRequest) Reset()
func (*GetAllowedEmojisRequest) String ¶
func (x *GetAllowedEmojisRequest) String() string
type GetAllowedEmojisResponse ¶
type GetAllowedEmojisResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Data []string `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetAllowedEmojisResponse) Descriptor
deprecated
func (*GetAllowedEmojisResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllowedEmojisResponse.ProtoReflect.Descriptor instead.
func (*GetAllowedEmojisResponse) GetData ¶
func (x *GetAllowedEmojisResponse) GetData() []string
func (*GetAllowedEmojisResponse) GetMessage ¶
func (x *GetAllowedEmojisResponse) GetMessage() string
func (*GetAllowedEmojisResponse) GetSuccess ¶
func (x *GetAllowedEmojisResponse) GetSuccess() bool
func (*GetAllowedEmojisResponse) ProtoMessage ¶
func (*GetAllowedEmojisResponse) ProtoMessage()
func (*GetAllowedEmojisResponse) ProtoReflect ¶
func (x *GetAllowedEmojisResponse) ProtoReflect() protoreflect.Message
func (*GetAllowedEmojisResponse) Reset ¶
func (x *GetAllowedEmojisResponse) Reset()
func (*GetAllowedEmojisResponse) String ¶
func (x *GetAllowedEmojisResponse) String() string
Click to show internal directories.
Click to hide internal directories.