Documentation
¶
Index ¶
- Variables
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetCreatedAt() *timestamp.Timestamp
- func (x *Account) GetDeletedAt() *timestamp.Timestamp
- func (x *Account) GetGivenName() string
- func (x *Account) GetSurname() string
- func (x *Account) GetUUID() string
- func (x *Account) GetUpdatedAt() *timestamp.Timestamp
- func (x *Account) GetUsername() string
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_freerware_tutor_api_representations_protobuf_gen_tutor_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { UUID string `protobuf:"bytes,1,opt,name=UUID,proto3" json:"UUID,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` GivenName string `protobuf:"bytes,3,opt,name=givenName,proto3" json:"givenName,omitempty"` Surname string `protobuf:"bytes,4,opt,name=surname,proto3" json:"surname,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` DeletedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetCreatedAt ¶
func (*Account) GetDeletedAt ¶
func (*Account) GetGivenName ¶
func (*Account) GetSurname ¶
func (*Account) GetUpdatedAt ¶
func (*Account) GetUsername ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.