Documentation ¶
Index ¶
- Variables
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedAt() int64
- func (x *User) GetData() map[string]string
- func (x *User) GetId() string
- func (x *User) GetLastSeen() int64
- func (x *User) GetTaggedData() map[string]*User_Data
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type User_Data
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_user_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Data map[string]string `` // used by the sdk client /* 139-byte string literal not displayed */ TaggedData map[string]*User_Data `` /* 169-byte string literal not displayed */ LastSeen int64 `protobuf:"varint,4,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen"` CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreatedAt ¶
func (*User) GetLastSeen ¶
func (*User) GetTaggedData ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type User_Data ¶
type User_Data struct { Value map[string]string `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*User_Data) Descriptor
deprecated
func (*User_Data) ProtoMessage ¶
func (*User_Data) ProtoMessage()
func (*User_Data) ProtoReflect ¶
func (x *User_Data) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.