Documentation ¶
Index ¶
- Variables
- type Profile
- func (*Profile) Descriptor() ([]byte, []int)deprecated
- func (x *Profile) GetAccessToken() string
- func (x *Profile) GetId() string
- func (x *Profile) GetName() string
- func (*Profile) ProtoMessage()
- func (x *Profile) ProtoReflect() protoreflect.Message
- func (x *Profile) Reset()
- func (x *Profile) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_pkg_entity_user_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` AccessToken string `protobuf:"bytes,3,opt,name=accessToken,proto3" json:"accessToken,omitempty"` // contains filtered or unexported fields }
func (*Profile) Descriptor
deprecated
func (*Profile) GetAccessToken ¶
func (*Profile) ProtoMessage ¶
func (*Profile) ProtoMessage()
func (*Profile) ProtoReflect ¶
func (x *Profile) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.