rpc

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuyerManagerServiceEndpoints

func NewBuyerManagerServiceEndpoints() []*api.Endpoint

func RegisterBuyerManagerServiceHandler

func RegisterBuyerManagerServiceHandler(s server.Server, hdlr BuyerManagerServiceHandler, opts ...server.HandlerOption) error

Types

type CreateBuyerManagerRequest

type CreateBuyerManagerRequest struct {
	Data *buyer.BuyerAdminItem `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
}

func (*CreateBuyerManagerRequest) Descriptor

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

func (*CreateBuyerManagerRequest) GetData

func (*CreateBuyerManagerRequest) ProtoMessage

func (*CreateBuyerManagerRequest) ProtoMessage()

func (*CreateBuyerManagerRequest) Reset

func (m *CreateBuyerManagerRequest) Reset()

func (*CreateBuyerManagerRequest) String

func (m *CreateBuyerManagerRequest) String() string

func (*CreateBuyerManagerRequest) Validate

func (m *CreateBuyerManagerRequest) Validate() error

Validate checks the field values on CreateBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateBuyerManagerRequest) XXX_DiscardUnknown

func (m *CreateBuyerManagerRequest) XXX_DiscardUnknown()

func (*CreateBuyerManagerRequest) XXX_Marshal

func (m *CreateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBuyerManagerRequest) XXX_Merge

func (m *CreateBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*CreateBuyerManagerRequest) XXX_Size

func (m *CreateBuyerManagerRequest) XXX_Size() int

func (*CreateBuyerManagerRequest) XXX_Unmarshal

func (m *CreateBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type CreateBuyerManagerRequestValidationError

type CreateBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateBuyerManagerRequestValidationError is the validation error returned by CreateBuyerManagerRequest.Validate if the designated constraints aren't met.

func (CreateBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (CreateBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateBuyerManagerRequestValidationError) Field

Field function returns field value.

func (CreateBuyerManagerRequestValidationError) Key

Key function returns key value.

func (CreateBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

type CreateBuyerManagerResponse

type CreateBuyerManagerResponse struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
}

func (*CreateBuyerManagerResponse) Descriptor

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

func (*CreateBuyerManagerResponse) GetUuid

func (m *CreateBuyerManagerResponse) GetUuid() string

func (*CreateBuyerManagerResponse) ProtoMessage

func (*CreateBuyerManagerResponse) ProtoMessage()

func (*CreateBuyerManagerResponse) Reset

func (m *CreateBuyerManagerResponse) Reset()

func (*CreateBuyerManagerResponse) String

func (m *CreateBuyerManagerResponse) String() string

func (*CreateBuyerManagerResponse) Validate

func (m *CreateBuyerManagerResponse) Validate() error

Validate checks the field values on CreateBuyerManagerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateBuyerManagerResponse) XXX_DiscardUnknown

func (m *CreateBuyerManagerResponse) XXX_DiscardUnknown()

func (*CreateBuyerManagerResponse) XXX_Marshal

func (m *CreateBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateBuyerManagerResponse) XXX_Merge

func (m *CreateBuyerManagerResponse) XXX_Merge(src proto.Message)

func (*CreateBuyerManagerResponse) XXX_Size

func (m *CreateBuyerManagerResponse) XXX_Size() int

func (*CreateBuyerManagerResponse) XXX_Unmarshal

func (m *CreateBuyerManagerResponse) XXX_Unmarshal(b []byte) error

type CreateBuyerManagerResponseValidationError

type CreateBuyerManagerResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateBuyerManagerResponseValidationError is the validation error returned by CreateBuyerManagerResponse.Validate if the designated constraints aren't met.

func (CreateBuyerManagerResponseValidationError) Cause

Cause function returns cause value.

func (CreateBuyerManagerResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateBuyerManagerResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateBuyerManagerResponseValidationError) Field

Field function returns field value.

func (CreateBuyerManagerResponseValidationError) Key

Key function returns key value.

func (CreateBuyerManagerResponseValidationError) Reason

Reason function returns reason value.

type DeleteBuyerManagerRequest

type DeleteBuyerManagerRequest struct {
	Uuid   string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
	IsSoft bool   `protobuf:"varint,2,opt,name=is_soft,json=isSoft,proto3" json:"is_soft"`
}

func (*DeleteBuyerManagerRequest) Descriptor

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

func (*DeleteBuyerManagerRequest) GetIsSoft

func (m *DeleteBuyerManagerRequest) GetIsSoft() bool

func (*DeleteBuyerManagerRequest) GetUuid

func (m *DeleteBuyerManagerRequest) GetUuid() string

func (*DeleteBuyerManagerRequest) ProtoMessage

func (*DeleteBuyerManagerRequest) ProtoMessage()

func (*DeleteBuyerManagerRequest) Reset

func (m *DeleteBuyerManagerRequest) Reset()

func (*DeleteBuyerManagerRequest) String

func (m *DeleteBuyerManagerRequest) String() string

func (*DeleteBuyerManagerRequest) Validate

func (m *DeleteBuyerManagerRequest) Validate() error

Validate checks the field values on DeleteBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteBuyerManagerRequest) XXX_DiscardUnknown

func (m *DeleteBuyerManagerRequest) XXX_DiscardUnknown()

func (*DeleteBuyerManagerRequest) XXX_Marshal

func (m *DeleteBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteBuyerManagerRequest) XXX_Merge

func (m *DeleteBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*DeleteBuyerManagerRequest) XXX_Size

func (m *DeleteBuyerManagerRequest) XXX_Size() int

func (*DeleteBuyerManagerRequest) XXX_Unmarshal

func (m *DeleteBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type DeleteBuyerManagerRequestValidationError

type DeleteBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteBuyerManagerRequestValidationError is the validation error returned by DeleteBuyerManagerRequest.Validate if the designated constraints aren't met.

func (DeleteBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (DeleteBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteBuyerManagerRequestValidationError) Field

Field function returns field value.

func (DeleteBuyerManagerRequestValidationError) Key

Key function returns key value.

func (DeleteBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

type GetBuyerManagerRequest

type GetBuyerManagerRequest struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
}

func (*GetBuyerManagerRequest) Descriptor

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

func (*GetBuyerManagerRequest) GetUuid

func (m *GetBuyerManagerRequest) GetUuid() string

func (*GetBuyerManagerRequest) ProtoMessage

func (*GetBuyerManagerRequest) ProtoMessage()

func (*GetBuyerManagerRequest) Reset

func (m *GetBuyerManagerRequest) Reset()

func (*GetBuyerManagerRequest) String

func (m *GetBuyerManagerRequest) String() string

func (*GetBuyerManagerRequest) Validate

func (m *GetBuyerManagerRequest) Validate() error

Validate checks the field values on GetBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetBuyerManagerRequest) XXX_DiscardUnknown

func (m *GetBuyerManagerRequest) XXX_DiscardUnknown()

func (*GetBuyerManagerRequest) XXX_Marshal

func (m *GetBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBuyerManagerRequest) XXX_Merge

func (m *GetBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*GetBuyerManagerRequest) XXX_Size

func (m *GetBuyerManagerRequest) XXX_Size() int

func (*GetBuyerManagerRequest) XXX_Unmarshal

func (m *GetBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type GetBuyerManagerRequestValidationError

type GetBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

GetBuyerManagerRequestValidationError is the validation error returned by GetBuyerManagerRequest.Validate if the designated constraints aren't met.

func (GetBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (GetBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBuyerManagerRequestValidationError) Field

Field function returns field value.

func (GetBuyerManagerRequestValidationError) Key

Key function returns key value.

func (GetBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

type GetBuyerManagerResponse

type GetBuyerManagerResponse struct {
	Data *buyer.BuyerAdminItem `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
}

func (*GetBuyerManagerResponse) Descriptor

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

func (*GetBuyerManagerResponse) GetData

func (*GetBuyerManagerResponse) ProtoMessage

func (*GetBuyerManagerResponse) ProtoMessage()

func (*GetBuyerManagerResponse) Reset

func (m *GetBuyerManagerResponse) Reset()

func (*GetBuyerManagerResponse) String

func (m *GetBuyerManagerResponse) String() string

func (*GetBuyerManagerResponse) Validate

func (m *GetBuyerManagerResponse) Validate() error

Validate checks the field values on GetBuyerManagerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*GetBuyerManagerResponse) XXX_DiscardUnknown

func (m *GetBuyerManagerResponse) XXX_DiscardUnknown()

func (*GetBuyerManagerResponse) XXX_Marshal

func (m *GetBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBuyerManagerResponse) XXX_Merge

func (m *GetBuyerManagerResponse) XXX_Merge(src proto.Message)

func (*GetBuyerManagerResponse) XXX_Size

func (m *GetBuyerManagerResponse) XXX_Size() int

func (*GetBuyerManagerResponse) XXX_Unmarshal

func (m *GetBuyerManagerResponse) XXX_Unmarshal(b []byte) error

type GetBuyerManagerResponseValidationError

type GetBuyerManagerResponseValidationError struct {
	// contains filtered or unexported fields
}

GetBuyerManagerResponseValidationError is the validation error returned by GetBuyerManagerResponse.Validate if the designated constraints aren't met.

func (GetBuyerManagerResponseValidationError) Cause

Cause function returns cause value.

func (GetBuyerManagerResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBuyerManagerResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBuyerManagerResponseValidationError) Field

Field function returns field value.

func (GetBuyerManagerResponseValidationError) Key

Key function returns key value.

func (GetBuyerManagerResponseValidationError) Reason

Reason function returns reason value.

type PaginateBuyerManagerRequest

type PaginateBuyerManagerRequest struct {
	Skip   int64                               `protobuf:"varint,1,opt,name=skip,proto3" json:"skip"`
	Limit  int64                               `protobuf:"varint,2,opt,name=limit,proto3" json:"limit"`
	Sort   string                              `protobuf:"bytes,3,opt,name=sort,proto3" json:"sort"`
	Filter *PaginateBuyerManagerRequest_Filter `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter"`
}

func (*PaginateBuyerManagerRequest) Descriptor

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

func (*PaginateBuyerManagerRequest) GetFilter

func (*PaginateBuyerManagerRequest) GetLimit

func (m *PaginateBuyerManagerRequest) GetLimit() int64

func (*PaginateBuyerManagerRequest) GetSkip

func (m *PaginateBuyerManagerRequest) GetSkip() int64

func (*PaginateBuyerManagerRequest) GetSort

func (m *PaginateBuyerManagerRequest) GetSort() string

func (*PaginateBuyerManagerRequest) ProtoMessage

func (*PaginateBuyerManagerRequest) ProtoMessage()

func (*PaginateBuyerManagerRequest) Reset

func (m *PaginateBuyerManagerRequest) Reset()

func (*PaginateBuyerManagerRequest) String

func (m *PaginateBuyerManagerRequest) String() string

func (*PaginateBuyerManagerRequest) Validate

func (m *PaginateBuyerManagerRequest) Validate() error

Validate checks the field values on PaginateBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PaginateBuyerManagerRequest) XXX_DiscardUnknown

func (m *PaginateBuyerManagerRequest) XXX_DiscardUnknown()

func (*PaginateBuyerManagerRequest) XXX_Marshal

func (m *PaginateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaginateBuyerManagerRequest) XXX_Merge

func (m *PaginateBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*PaginateBuyerManagerRequest) XXX_Size

func (m *PaginateBuyerManagerRequest) XXX_Size() int

func (*PaginateBuyerManagerRequest) XXX_Unmarshal

func (m *PaginateBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type PaginateBuyerManagerRequestValidationError

type PaginateBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

PaginateBuyerManagerRequestValidationError is the validation error returned by PaginateBuyerManagerRequest.Validate if the designated constraints aren't met.

func (PaginateBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (PaginateBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (PaginateBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (PaginateBuyerManagerRequestValidationError) Field

Field function returns field value.

func (PaginateBuyerManagerRequestValidationError) Key

Key function returns key value.

func (PaginateBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

type PaginateBuyerManagerRequest_Filter

type PaginateBuyerManagerRequest_Filter struct {
	IsActive  shared.NullableBool `protobuf:"varint,1,opt,name=is_active,json=isActive,proto3,enum=menu.shared.NullableBool" json:"is_active"`
	IsDeleted shared.NullableBool `protobuf:"varint,2,opt,name=is_deleted,json=isDeleted,proto3,enum=menu.shared.NullableBool" json:"is_deleted"`
}

func (*PaginateBuyerManagerRequest_Filter) Descriptor

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

func (*PaginateBuyerManagerRequest_Filter) GetIsActive

func (*PaginateBuyerManagerRequest_Filter) GetIsDeleted

func (*PaginateBuyerManagerRequest_Filter) ProtoMessage

func (*PaginateBuyerManagerRequest_Filter) ProtoMessage()

func (*PaginateBuyerManagerRequest_Filter) Reset

func (*PaginateBuyerManagerRequest_Filter) String

func (*PaginateBuyerManagerRequest_Filter) Validate

Validate checks the field values on PaginateBuyerManagerRequest_Filter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PaginateBuyerManagerRequest_Filter) XXX_DiscardUnknown

func (m *PaginateBuyerManagerRequest_Filter) XXX_DiscardUnknown()

func (*PaginateBuyerManagerRequest_Filter) XXX_Marshal

func (m *PaginateBuyerManagerRequest_Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaginateBuyerManagerRequest_Filter) XXX_Merge

func (*PaginateBuyerManagerRequest_Filter) XXX_Size

func (*PaginateBuyerManagerRequest_Filter) XXX_Unmarshal

func (m *PaginateBuyerManagerRequest_Filter) XXX_Unmarshal(b []byte) error

type PaginateBuyerManagerRequest_FilterValidationError

type PaginateBuyerManagerRequest_FilterValidationError struct {
	// contains filtered or unexported fields
}

PaginateBuyerManagerRequest_FilterValidationError is the validation error returned by PaginateBuyerManagerRequest_Filter.Validate if the designated constraints aren't met.

func (PaginateBuyerManagerRequest_FilterValidationError) Cause

Cause function returns cause value.

func (PaginateBuyerManagerRequest_FilterValidationError) Error

Error satisfies the builtin error interface

func (PaginateBuyerManagerRequest_FilterValidationError) ErrorName

ErrorName returns error name.

func (PaginateBuyerManagerRequest_FilterValidationError) Field

Field function returns field value.

func (PaginateBuyerManagerRequest_FilterValidationError) Key

Key function returns key value.

func (PaginateBuyerManagerRequest_FilterValidationError) Reason

Reason function returns reason value.

type PaginateBuyerManagerResponse

type PaginateBuyerManagerResponse struct {
	Skip  int64                   `protobuf:"varint,1,opt,name=skip,proto3" json:"skip"`
	Limit int64                   `protobuf:"varint,2,opt,name=limit,proto3" json:"limit"`
	Total int64                   `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
	Data  []*buyer.BuyerAdminItem `protobuf:"bytes,4,rep,name=data,proto3" json:"data"`
}

func (*PaginateBuyerManagerResponse) Descriptor

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

func (*PaginateBuyerManagerResponse) GetData

func (*PaginateBuyerManagerResponse) GetLimit

func (m *PaginateBuyerManagerResponse) GetLimit() int64

func (*PaginateBuyerManagerResponse) GetSkip

func (m *PaginateBuyerManagerResponse) GetSkip() int64

func (*PaginateBuyerManagerResponse) GetTotal

func (m *PaginateBuyerManagerResponse) GetTotal() int64

func (*PaginateBuyerManagerResponse) ProtoMessage

func (*PaginateBuyerManagerResponse) ProtoMessage()

func (*PaginateBuyerManagerResponse) Reset

func (m *PaginateBuyerManagerResponse) Reset()

func (*PaginateBuyerManagerResponse) String

func (*PaginateBuyerManagerResponse) Validate

func (m *PaginateBuyerManagerResponse) Validate() error

Validate checks the field values on PaginateBuyerManagerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*PaginateBuyerManagerResponse) XXX_DiscardUnknown

func (m *PaginateBuyerManagerResponse) XXX_DiscardUnknown()

func (*PaginateBuyerManagerResponse) XXX_Marshal

func (m *PaginateBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PaginateBuyerManagerResponse) XXX_Merge

func (m *PaginateBuyerManagerResponse) XXX_Merge(src proto.Message)

func (*PaginateBuyerManagerResponse) XXX_Size

func (m *PaginateBuyerManagerResponse) XXX_Size() int

func (*PaginateBuyerManagerResponse) XXX_Unmarshal

func (m *PaginateBuyerManagerResponse) XXX_Unmarshal(b []byte) error

type PaginateBuyerManagerResponseValidationError

type PaginateBuyerManagerResponseValidationError struct {
	// contains filtered or unexported fields
}

PaginateBuyerManagerResponseValidationError is the validation error returned by PaginateBuyerManagerResponse.Validate if the designated constraints aren't met.

func (PaginateBuyerManagerResponseValidationError) Cause

Cause function returns cause value.

func (PaginateBuyerManagerResponseValidationError) Error

Error satisfies the builtin error interface

func (PaginateBuyerManagerResponseValidationError) ErrorName

ErrorName returns error name.

func (PaginateBuyerManagerResponseValidationError) Field

Field function returns field value.

func (PaginateBuyerManagerResponseValidationError) Key

Key function returns key value.

func (PaginateBuyerManagerResponseValidationError) Reason

Reason function returns reason value.

type SearchBuyerManagerRequest

type SearchBuyerManagerRequest struct {
	Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"`
}

func (*SearchBuyerManagerRequest) Descriptor

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

func (*SearchBuyerManagerRequest) GetEmail

func (m *SearchBuyerManagerRequest) GetEmail() string

func (*SearchBuyerManagerRequest) GetPhone

func (m *SearchBuyerManagerRequest) GetPhone() string

func (*SearchBuyerManagerRequest) ProtoMessage

func (*SearchBuyerManagerRequest) ProtoMessage()

func (*SearchBuyerManagerRequest) Reset

func (m *SearchBuyerManagerRequest) Reset()

func (*SearchBuyerManagerRequest) String

func (m *SearchBuyerManagerRequest) String() string

func (*SearchBuyerManagerRequest) Validate

func (m *SearchBuyerManagerRequest) Validate() error

Validate checks the field values on SearchBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*SearchBuyerManagerRequest) XXX_DiscardUnknown

func (m *SearchBuyerManagerRequest) XXX_DiscardUnknown()

func (*SearchBuyerManagerRequest) XXX_Marshal

func (m *SearchBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchBuyerManagerRequest) XXX_Merge

func (m *SearchBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*SearchBuyerManagerRequest) XXX_Size

func (m *SearchBuyerManagerRequest) XXX_Size() int

func (*SearchBuyerManagerRequest) XXX_Unmarshal

func (m *SearchBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type SearchBuyerManagerRequestValidationError

type SearchBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

SearchBuyerManagerRequestValidationError is the validation error returned by SearchBuyerManagerRequest.Validate if the designated constraints aren't met.

func (SearchBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (SearchBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (SearchBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (SearchBuyerManagerRequestValidationError) Field

Field function returns field value.

func (SearchBuyerManagerRequestValidationError) Key

Key function returns key value.

func (SearchBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

type SearchByPhoneManagerRequest

type SearchByPhoneManagerRequest struct {
	Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
}

func (*SearchByPhoneManagerRequest) Descriptor

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

func (*SearchByPhoneManagerRequest) GetPhone

func (m *SearchByPhoneManagerRequest) GetPhone() string

func (*SearchByPhoneManagerRequest) ProtoMessage

func (*SearchByPhoneManagerRequest) ProtoMessage()

func (*SearchByPhoneManagerRequest) Reset

func (m *SearchByPhoneManagerRequest) Reset()

func (*SearchByPhoneManagerRequest) String

func (m *SearchByPhoneManagerRequest) String() string

func (*SearchByPhoneManagerRequest) Validate

func (m *SearchByPhoneManagerRequest) Validate() error

Validate checks the field values on SearchByPhoneManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*SearchByPhoneManagerRequest) XXX_DiscardUnknown

func (m *SearchByPhoneManagerRequest) XXX_DiscardUnknown()

func (*SearchByPhoneManagerRequest) XXX_Marshal

func (m *SearchByPhoneManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchByPhoneManagerRequest) XXX_Merge

func (m *SearchByPhoneManagerRequest) XXX_Merge(src proto.Message)

func (*SearchByPhoneManagerRequest) XXX_Size

func (m *SearchByPhoneManagerRequest) XXX_Size() int

func (*SearchByPhoneManagerRequest) XXX_Unmarshal

func (m *SearchByPhoneManagerRequest) XXX_Unmarshal(b []byte) error

type SearchByPhoneManagerRequestValidationError

type SearchByPhoneManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

SearchByPhoneManagerRequestValidationError is the validation error returned by SearchByPhoneManagerRequest.Validate if the designated constraints aren't met.

func (SearchByPhoneManagerRequestValidationError) Cause

Cause function returns cause value.

func (SearchByPhoneManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (SearchByPhoneManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (SearchByPhoneManagerRequestValidationError) Field

Field function returns field value.

func (SearchByPhoneManagerRequestValidationError) Key

Key function returns key value.

func (SearchByPhoneManagerRequestValidationError) Reason

Reason function returns reason value.

type UpdateBuyerManagerRequest

type UpdateBuyerManagerRequest struct {
	Data *buyer.BuyerAdminItem `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
}

func (*UpdateBuyerManagerRequest) Descriptor

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

func (*UpdateBuyerManagerRequest) GetData

func (*UpdateBuyerManagerRequest) ProtoMessage

func (*UpdateBuyerManagerRequest) ProtoMessage()

func (*UpdateBuyerManagerRequest) Reset

func (m *UpdateBuyerManagerRequest) Reset()

func (*UpdateBuyerManagerRequest) String

func (m *UpdateBuyerManagerRequest) String() string

func (*UpdateBuyerManagerRequest) Validate

func (m *UpdateBuyerManagerRequest) Validate() error

Validate checks the field values on UpdateBuyerManagerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateBuyerManagerRequest) XXX_DiscardUnknown

func (m *UpdateBuyerManagerRequest) XXX_DiscardUnknown()

func (*UpdateBuyerManagerRequest) XXX_Marshal

func (m *UpdateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateBuyerManagerRequest) XXX_Merge

func (m *UpdateBuyerManagerRequest) XXX_Merge(src proto.Message)

func (*UpdateBuyerManagerRequest) XXX_Size

func (m *UpdateBuyerManagerRequest) XXX_Size() int

func (*UpdateBuyerManagerRequest) XXX_Unmarshal

func (m *UpdateBuyerManagerRequest) XXX_Unmarshal(b []byte) error

type UpdateBuyerManagerRequestValidationError

type UpdateBuyerManagerRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateBuyerManagerRequestValidationError is the validation error returned by UpdateBuyerManagerRequest.Validate if the designated constraints aren't met.

func (UpdateBuyerManagerRequestValidationError) Cause

Cause function returns cause value.

func (UpdateBuyerManagerRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateBuyerManagerRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateBuyerManagerRequestValidationError) Field

Field function returns field value.

func (UpdateBuyerManagerRequestValidationError) Key

Key function returns key value.

func (UpdateBuyerManagerRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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