adminv1

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Admin.ProtoReflect.Descriptor instead.

func (*Admin) LoadMap

func (o *Admin) LoadMap(values map[string]interface{})

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

func (*Admin) Reset

func (x *Admin) Reset()

func (*Admin) Specs added in v0.0.2

func (*Admin) Specs() []byte

Specs ...

func (*Admin) String

func (x *Admin) String() string

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) Specs added in v0.0.9

func (*Admin_Account) Specs() []byte

Specs ...

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) Specs added in v0.0.9

func (*Admin_Password) Specs() []byte

Specs ...

func (*Admin_Password) String added in v0.0.9

func (x *Admin_Password) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL