user

package
v0.0.0-...-e3b3a0b Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_user_user_password_proto protoreflect.FileDescriptor
View Source
var File_proto_user_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type IIconPathBuilder

type IIconPathBuilder interface {
	String() string
	Id() fieldmask.IEndPathBuilder
	Url() fieldmask.IEndPathBuilder
	CreatedAt() fieldmask.ITimestampPathBuilder
	Nested() IIcon_NestedPathBuilder
	NestedAnother() fieldmask.IEndPathBuilder
}

IIconPathBuilder is the interface for the field path of Icon

func NewIconPathBuilder

func NewIconPathBuilder(fieldPath string) IIconPathBuilder

NewIconPathBuilder creates a new iconPathBuilder

type IIcon_NestedPathBuilder

type IIcon_NestedPathBuilder interface {
	String() string
	SomeField() fieldmask.IEndPathBuilder
}

IIcon_NestedPathBuilder is the interface for the field path of Icon_Nested

func NewIcon_NestedPathBuilder

func NewIcon_NestedPathBuilder(fieldPath string) IIcon_NestedPathBuilder

NewIcon_NestedPathBuilder creates a new icon_NestedPathBuilder

type IUserPasswordPathBuilder

type IUserPasswordPathBuilder interface {
	String() string
	Id() fieldmask.IEndPathBuilder
	Password() fieldmask.IEndPathBuilder
	CreatedAt() fieldmask.ITimestampPathBuilder
}

IUserPasswordPathBuilder is the interface for the field path of UserPassword

func NewUserPasswordPathBuilder

func NewUserPasswordPathBuilder(fieldPath string) IUserPasswordPathBuilder

NewUserPasswordPathBuilder creates a new userPasswordPathBuilder

type IUserPathBuilder

type IUserPathBuilder interface {
	String() string
	Id() fieldmask.IEndPathBuilder
	Name() fieldmask.IEndPathBuilder
	Icon() IIconPathBuilder
	Password() IUserPasswordPathBuilder
	CreatedAt() fieldmask.IEndPathBuilder
}

IUserPathBuilder is the interface for the field path of User

func NewUserPathBuilder

func NewUserPathBuilder(fieldPath string) IUserPathBuilder

NewUserPathBuilder creates a new userPathBuilder

type Icon

type Icon struct {
	Id            string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Url           string                 `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Nested        *Icon_Nested           `protobuf:"bytes,4,opt,name=nested,proto3" json:"nested,omitempty"`
	NestedAnother *Icon_Nested           `protobuf:"bytes,5,opt,name=nested_another,json=nestedAnother,proto3" json:"nested_another,omitempty"`
	// contains filtered or unexported fields
}

func (*Icon) Descriptor deprecated

func (*Icon) Descriptor() ([]byte, []int)

Deprecated: Use Icon.ProtoReflect.Descriptor instead.

func (*Icon) GetCreatedAt

func (x *Icon) GetCreatedAt() *timestamppb.Timestamp

func (*Icon) GetId

func (x *Icon) GetId() string

func (*Icon) GetNested

func (x *Icon) GetNested() *Icon_Nested

func (*Icon) GetNestedAnother

func (x *Icon) GetNestedAnother() *Icon_Nested

func (*Icon) GetUrl

func (x *Icon) GetUrl() string

func (*Icon) PathBuilder

func (x *Icon) PathBuilder() IIconPathBuilder

PathBuilder returns the field path for Icon

func (*Icon) ProtoMessage

func (*Icon) ProtoMessage()

func (*Icon) ProtoReflect

func (x *Icon) ProtoReflect() protoreflect.Message

func (*Icon) Reset

func (x *Icon) Reset()

func (*Icon) String

func (x *Icon) String() string

type Icon_Nested

type Icon_Nested struct {
	SomeField string `protobuf:"bytes,1,opt,name=some_field,json=someField,proto3" json:"some_field,omitempty"`
	// contains filtered or unexported fields
}

func (*Icon_Nested) Descriptor deprecated

func (*Icon_Nested) Descriptor() ([]byte, []int)

Deprecated: Use Icon_Nested.ProtoReflect.Descriptor instead.

func (*Icon_Nested) GetSomeField

func (x *Icon_Nested) GetSomeField() string

func (*Icon_Nested) PathBuilder

func (x *Icon_Nested) PathBuilder() IIcon_NestedPathBuilder

PathBuilder returns the field path for Icon_Nested

func (*Icon_Nested) ProtoMessage

func (*Icon_Nested) ProtoMessage()

func (*Icon_Nested) ProtoReflect

func (x *Icon_Nested) ProtoReflect() protoreflect.Message

func (*Icon_Nested) Reset

func (x *Icon_Nested) Reset()

func (*Icon_Nested) String

func (x *Icon_Nested) String() string

type User

type User 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"`
	Icon      *Icon                  `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
	Password  *UserPassword          `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() *timestamppb.Timestamp

func (*User) GetIcon

func (x *User) GetIcon() *Icon

func (*User) GetId

func (x *User) GetId() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetPassword

func (x *User) GetPassword() *UserPassword

func (*User) PathBuilder

func (x *User) PathBuilder() IUserPathBuilder

PathBuilder returns the field path for User

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserPassword

type UserPassword struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Password  string                 `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*UserPassword) Descriptor deprecated

func (*UserPassword) Descriptor() ([]byte, []int)

Deprecated: Use UserPassword.ProtoReflect.Descriptor instead.

func (*UserPassword) GetCreatedAt

func (x *UserPassword) GetCreatedAt() *timestamppb.Timestamp

func (*UserPassword) GetId

func (x *UserPassword) GetId() string

func (*UserPassword) GetPassword

func (x *UserPassword) GetPassword() string

func (*UserPassword) PathBuilder

func (x *UserPassword) PathBuilder() IUserPasswordPathBuilder

PathBuilder returns the field path for UserPassword

func (*UserPassword) ProtoMessage

func (*UserPassword) ProtoMessage()

func (*UserPassword) ProtoReflect

func (x *UserPassword) ProtoReflect() protoreflect.Message

func (*UserPassword) Reset

func (x *UserPassword) Reset()

func (*UserPassword) String

func (x *UserPassword) String() string

Jump to

Keyboard shortcuts

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