dto

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dto_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type UserGetByIDRequest

type UserGetByIDRequest struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGetByIDRequest) Descriptor deprecated

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

Deprecated: Use UserGetByIDRequest.ProtoReflect.Descriptor instead.

func (*UserGetByIDRequest) GetId

func (x *UserGetByIDRequest) GetId() int64

func (*UserGetByIDRequest) ProtoMessage

func (*UserGetByIDRequest) ProtoMessage()

func (*UserGetByIDRequest) ProtoReflect

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

func (*UserGetByIDRequest) Reset

func (x *UserGetByIDRequest) Reset()

func (*UserGetByIDRequest) String

func (x *UserGetByIDRequest) String() string

type UserGetByIDResponse

type UserGetByIDResponse struct {
	User *resource.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UserGetByIDResponse) Descriptor deprecated

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

Deprecated: Use UserGetByIDResponse.ProtoReflect.Descriptor instead.

func (*UserGetByIDResponse) GetUser

func (x *UserGetByIDResponse) GetUser() *resource.User

func (*UserGetByIDResponse) ProtoMessage

func (*UserGetByIDResponse) ProtoMessage()

func (*UserGetByIDResponse) ProtoReflect

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

func (*UserGetByIDResponse) Reset

func (x *UserGetByIDResponse) Reset()

func (*UserGetByIDResponse) String

func (x *UserGetByIDResponse) String() string

type UserValidateRequest

type UserValidateRequest struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*UserValidateRequest) Descriptor deprecated

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

Deprecated: Use UserValidateRequest.ProtoReflect.Descriptor instead.

func (*UserValidateRequest) GetPassword

func (x *UserValidateRequest) GetPassword() string

func (*UserValidateRequest) GetUsername

func (x *UserValidateRequest) GetUsername() string

func (*UserValidateRequest) ProtoMessage

func (*UserValidateRequest) ProtoMessage()

func (*UserValidateRequest) ProtoReflect

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

func (*UserValidateRequest) Reset

func (x *UserValidateRequest) Reset()

func (*UserValidateRequest) String

func (x *UserValidateRequest) String() string

type UserValidateResponse

type UserValidateResponse struct {
	User *resource.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UserValidateResponse) Descriptor deprecated

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

Deprecated: Use UserValidateResponse.ProtoReflect.Descriptor instead.

func (*UserValidateResponse) GetUser

func (x *UserValidateResponse) GetUser() *resource.User

func (*UserValidateResponse) ProtoMessage

func (*UserValidateResponse) ProtoMessage()

func (*UserValidateResponse) ProtoReflect

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

func (*UserValidateResponse) Reset

func (x *UserValidateResponse) Reset()

func (*UserValidateResponse) String

func (x *UserValidateResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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