Documentation
¶
Index ¶
- Variables
- type Admin
- type Admin_Account
- func (*Admin_Account) Descriptor() ([]byte, []int)deprecated
- func (x *Admin_Account) GetAvatar() []byte
- func (x *Admin_Account) GetEmail() string
- func (x *Admin_Account) GetFirstName() string
- func (x *Admin_Account) GetKey() string
- func (x *Admin_Account) GetLastName() string
- func (x *Admin_Account) GetNotes() string
- func (o *Admin_Account) LoadMap(values map[string]interface{})
- func (*Admin_Account) ProtoMessage()
- func (x *Admin_Account) ProtoReflect() protoreflect.Message
- func (x *Admin_Account) Reset()
- func (*Admin_Account) Specs() []byte
- func (x *Admin_Account) String() string
- type Admin_Password
- func (*Admin_Password) Descriptor() ([]byte, []int)deprecated
- func (x *Admin_Password) GetKey() string
- func (x *Admin_Password) GetPasswordHash() string
- func (o *Admin_Password) LoadMap(values map[string]interface{})
- func (*Admin_Password) ProtoMessage()
- func (x *Admin_Password) ProtoReflect() protoreflect.Message
- func (x *Admin_Password) Reset()
- func (*Admin_Password) Specs() []byte
- func (x *Admin_Password) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_admin_v1_admin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
// contains filtered or unexported fields
}
func (*Admin) Descriptor
deprecated
func (*Admin) LoadMap ¶
LoadMap populates struct fields from a map, handling decoding for special fields.
func (*Admin) ProtoMessage ¶
func (*Admin) ProtoMessage()
func (*Admin) ProtoReflect ¶
func (x *Admin) ProtoReflect() protoreflect.Message
type Admin_Account ¶ added in v0.0.9
type Admin_Account struct {
// key represents the unique identifier of the admin
Key string `protobuf:"bytes,1,opt,name=_key,proto3" json:"_key,omitempty"`
// first name of the admin
FirstName string `protobuf:"bytes,2,opt,name=firstName,proto3" json:"firstName,omitempty"`
// last name of the admin
LastName string `protobuf:"bytes,3,opt,name=lastName,proto3" json:"lastName,omitempty"`
// unique email of the admin
Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
// avatar image associated to the avatar
Avatar []byte `protobuf:"bytes,5,opt,name=avatar,proto3,oneof" json:"avatar,omitempty"`
// notes associated to the admin
Notes *string `protobuf:"bytes,6,opt,name=notes,proto3,oneof" json:"notes,omitempty"`
// contains filtered or unexported fields
}
Account ...
func (*Admin_Account) Descriptor
deprecated
added in
v0.0.9
func (*Admin_Account) Descriptor() ([]byte, []int)
Deprecated: Use Admin_Account.ProtoReflect.Descriptor instead.
func (*Admin_Account) GetAvatar ¶ added in v0.0.9
func (x *Admin_Account) GetAvatar() []byte
func (*Admin_Account) GetEmail ¶ added in v0.0.9
func (x *Admin_Account) GetEmail() string
func (*Admin_Account) GetFirstName ¶ added in v0.0.9
func (x *Admin_Account) GetFirstName() string
func (*Admin_Account) GetKey ¶ added in v0.0.9
func (x *Admin_Account) GetKey() string
func (*Admin_Account) GetLastName ¶ added in v0.0.9
func (x *Admin_Account) GetLastName() string
func (*Admin_Account) GetNotes ¶ added in v0.0.9
func (x *Admin_Account) GetNotes() string
func (*Admin_Account) LoadMap ¶ added in v0.0.9
func (o *Admin_Account) LoadMap(values map[string]interface{})
LoadMap populates struct fields from a map, handling decoding for special fields.
func (*Admin_Account) ProtoMessage ¶ added in v0.0.9
func (*Admin_Account) ProtoMessage()
func (*Admin_Account) ProtoReflect ¶ added in v0.0.9
func (x *Admin_Account) ProtoReflect() protoreflect.Message
func (*Admin_Account) Reset ¶ added in v0.0.9
func (x *Admin_Account) Reset()
func (*Admin_Account) String ¶ added in v0.0.9
func (x *Admin_Account) String() string
type Admin_Password ¶ added in v0.0.9
type Admin_Password struct {
// key represents the unique identifier of the admin
Key string `protobuf:"bytes,1,opt,name=_key,proto3" json:"_key,omitempty"`
// password_hash is the hashed password of the admin
PasswordHash string `protobuf:"bytes,2,opt,name=passwordHash,proto3" json:"passwordHash,omitempty"`
// contains filtered or unexported fields
}
Password ...
func (*Admin_Password) Descriptor
deprecated
added in
v0.0.9
func (*Admin_Password) Descriptor() ([]byte, []int)
Deprecated: Use Admin_Password.ProtoReflect.Descriptor instead.
func (*Admin_Password) GetKey ¶ added in v0.0.9
func (x *Admin_Password) GetKey() string
func (*Admin_Password) GetPasswordHash ¶ added in v0.0.9
func (x *Admin_Password) GetPasswordHash() string
func (*Admin_Password) LoadMap ¶ added in v0.0.9
func (o *Admin_Password) LoadMap(values map[string]interface{})
LoadMap populates struct fields from a map, handling decoding for special fields.
func (*Admin_Password) ProtoMessage ¶ added in v0.0.9
func (*Admin_Password) ProtoMessage()
func (*Admin_Password) ProtoReflect ¶ added in v0.0.9
func (x *Admin_Password) ProtoReflect() protoreflect.Message
func (*Admin_Password) Reset ¶ added in v0.0.9
func (x *Admin_Password) Reset()
func (*Admin_Password) String ¶ added in v0.0.9
func (x *Admin_Password) String() string
Click to show internal directories.
Click to hide internal directories.