Documentation ¶
Index ¶
- func NewBuyerManagerServiceEndpoints() []*api.Endpoint
- func RegisterBuyerManagerServiceHandler(s server.Server, hdlr BuyerManagerServiceHandler, opts ...server.HandlerOption) error
- type BuyerManagerService
- type BuyerManagerServiceHandler
- type CreateBuyerManagerRequest
- func (*CreateBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *CreateBuyerManagerRequest) GetData() *buyer.BuyerAdminItem
- func (*CreateBuyerManagerRequest) ProtoMessage()
- func (m *CreateBuyerManagerRequest) Reset()
- func (m *CreateBuyerManagerRequest) String() string
- func (m *CreateBuyerManagerRequest) Validate() error
- func (m *CreateBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *CreateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *CreateBuyerManagerRequest) XXX_Size() int
- func (m *CreateBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type CreateBuyerManagerRequestValidationError
- func (e CreateBuyerManagerRequestValidationError) Cause() error
- func (e CreateBuyerManagerRequestValidationError) Error() string
- func (e CreateBuyerManagerRequestValidationError) ErrorName() string
- func (e CreateBuyerManagerRequestValidationError) Field() string
- func (e CreateBuyerManagerRequestValidationError) Key() bool
- func (e CreateBuyerManagerRequestValidationError) Reason() string
- type CreateBuyerManagerResponse
- func (*CreateBuyerManagerResponse) Descriptor() ([]byte, []int)
- func (m *CreateBuyerManagerResponse) GetUuid() string
- func (*CreateBuyerManagerResponse) ProtoMessage()
- func (m *CreateBuyerManagerResponse) Reset()
- func (m *CreateBuyerManagerResponse) String() string
- func (m *CreateBuyerManagerResponse) Validate() error
- func (m *CreateBuyerManagerResponse) XXX_DiscardUnknown()
- func (m *CreateBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateBuyerManagerResponse) XXX_Merge(src proto.Message)
- func (m *CreateBuyerManagerResponse) XXX_Size() int
- func (m *CreateBuyerManagerResponse) XXX_Unmarshal(b []byte) error
- type CreateBuyerManagerResponseValidationError
- func (e CreateBuyerManagerResponseValidationError) Cause() error
- func (e CreateBuyerManagerResponseValidationError) Error() string
- func (e CreateBuyerManagerResponseValidationError) ErrorName() string
- func (e CreateBuyerManagerResponseValidationError) Field() string
- func (e CreateBuyerManagerResponseValidationError) Key() bool
- func (e CreateBuyerManagerResponseValidationError) Reason() string
- type DeleteBuyerManagerRequest
- func (*DeleteBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *DeleteBuyerManagerRequest) GetIsSoft() bool
- func (m *DeleteBuyerManagerRequest) GetUuid() string
- func (*DeleteBuyerManagerRequest) ProtoMessage()
- func (m *DeleteBuyerManagerRequest) Reset()
- func (m *DeleteBuyerManagerRequest) String() string
- func (m *DeleteBuyerManagerRequest) Validate() error
- func (m *DeleteBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *DeleteBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *DeleteBuyerManagerRequest) XXX_Size() int
- func (m *DeleteBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type DeleteBuyerManagerRequestValidationError
- func (e DeleteBuyerManagerRequestValidationError) Cause() error
- func (e DeleteBuyerManagerRequestValidationError) Error() string
- func (e DeleteBuyerManagerRequestValidationError) ErrorName() string
- func (e DeleteBuyerManagerRequestValidationError) Field() string
- func (e DeleteBuyerManagerRequestValidationError) Key() bool
- func (e DeleteBuyerManagerRequestValidationError) Reason() string
- type GetBuyerManagerRequest
- func (*GetBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *GetBuyerManagerRequest) GetUuid() string
- func (*GetBuyerManagerRequest) ProtoMessage()
- func (m *GetBuyerManagerRequest) Reset()
- func (m *GetBuyerManagerRequest) String() string
- func (m *GetBuyerManagerRequest) Validate() error
- func (m *GetBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *GetBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *GetBuyerManagerRequest) XXX_Size() int
- func (m *GetBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type GetBuyerManagerRequestValidationError
- func (e GetBuyerManagerRequestValidationError) Cause() error
- func (e GetBuyerManagerRequestValidationError) Error() string
- func (e GetBuyerManagerRequestValidationError) ErrorName() string
- func (e GetBuyerManagerRequestValidationError) Field() string
- func (e GetBuyerManagerRequestValidationError) Key() bool
- func (e GetBuyerManagerRequestValidationError) Reason() string
- type GetBuyerManagerResponse
- func (*GetBuyerManagerResponse) Descriptor() ([]byte, []int)
- func (m *GetBuyerManagerResponse) GetData() *buyer.BuyerAdminItem
- func (*GetBuyerManagerResponse) ProtoMessage()
- func (m *GetBuyerManagerResponse) Reset()
- func (m *GetBuyerManagerResponse) String() string
- func (m *GetBuyerManagerResponse) Validate() error
- func (m *GetBuyerManagerResponse) XXX_DiscardUnknown()
- func (m *GetBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetBuyerManagerResponse) XXX_Merge(src proto.Message)
- func (m *GetBuyerManagerResponse) XXX_Size() int
- func (m *GetBuyerManagerResponse) XXX_Unmarshal(b []byte) error
- type GetBuyerManagerResponseValidationError
- func (e GetBuyerManagerResponseValidationError) Cause() error
- func (e GetBuyerManagerResponseValidationError) Error() string
- func (e GetBuyerManagerResponseValidationError) ErrorName() string
- func (e GetBuyerManagerResponseValidationError) Field() string
- func (e GetBuyerManagerResponseValidationError) Key() bool
- func (e GetBuyerManagerResponseValidationError) Reason() string
- type PaginateBuyerManagerRequest
- func (*PaginateBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *PaginateBuyerManagerRequest) GetFilter() *PaginateBuyerManagerRequest_Filter
- func (m *PaginateBuyerManagerRequest) GetLimit() int64
- func (m *PaginateBuyerManagerRequest) GetSkip() int64
- func (m *PaginateBuyerManagerRequest) GetSort() string
- func (*PaginateBuyerManagerRequest) ProtoMessage()
- func (m *PaginateBuyerManagerRequest) Reset()
- func (m *PaginateBuyerManagerRequest) String() string
- func (m *PaginateBuyerManagerRequest) Validate() error
- func (m *PaginateBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *PaginateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaginateBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *PaginateBuyerManagerRequest) XXX_Size() int
- func (m *PaginateBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type PaginateBuyerManagerRequestValidationError
- func (e PaginateBuyerManagerRequestValidationError) Cause() error
- func (e PaginateBuyerManagerRequestValidationError) Error() string
- func (e PaginateBuyerManagerRequestValidationError) ErrorName() string
- func (e PaginateBuyerManagerRequestValidationError) Field() string
- func (e PaginateBuyerManagerRequestValidationError) Key() bool
- func (e PaginateBuyerManagerRequestValidationError) Reason() string
- type PaginateBuyerManagerRequest_Filter
- func (*PaginateBuyerManagerRequest_Filter) Descriptor() ([]byte, []int)
- func (m *PaginateBuyerManagerRequest_Filter) GetIsActive() shared.NullableBool
- func (m *PaginateBuyerManagerRequest_Filter) GetIsDeleted() shared.NullableBool
- func (*PaginateBuyerManagerRequest_Filter) ProtoMessage()
- func (m *PaginateBuyerManagerRequest_Filter) Reset()
- func (m *PaginateBuyerManagerRequest_Filter) String() string
- func (m *PaginateBuyerManagerRequest_Filter) Validate() error
- func (m *PaginateBuyerManagerRequest_Filter) XXX_DiscardUnknown()
- func (m *PaginateBuyerManagerRequest_Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaginateBuyerManagerRequest_Filter) XXX_Merge(src proto.Message)
- func (m *PaginateBuyerManagerRequest_Filter) XXX_Size() int
- func (m *PaginateBuyerManagerRequest_Filter) XXX_Unmarshal(b []byte) error
- type PaginateBuyerManagerRequest_FilterValidationError
- func (e PaginateBuyerManagerRequest_FilterValidationError) Cause() error
- func (e PaginateBuyerManagerRequest_FilterValidationError) Error() string
- func (e PaginateBuyerManagerRequest_FilterValidationError) ErrorName() string
- func (e PaginateBuyerManagerRequest_FilterValidationError) Field() string
- func (e PaginateBuyerManagerRequest_FilterValidationError) Key() bool
- func (e PaginateBuyerManagerRequest_FilterValidationError) Reason() string
- type PaginateBuyerManagerResponse
- func (*PaginateBuyerManagerResponse) Descriptor() ([]byte, []int)
- func (m *PaginateBuyerManagerResponse) GetData() []*buyer.BuyerAdminItem
- func (m *PaginateBuyerManagerResponse) GetLimit() int64
- func (m *PaginateBuyerManagerResponse) GetSkip() int64
- func (m *PaginateBuyerManagerResponse) GetTotal() int64
- func (*PaginateBuyerManagerResponse) ProtoMessage()
- func (m *PaginateBuyerManagerResponse) Reset()
- func (m *PaginateBuyerManagerResponse) String() string
- func (m *PaginateBuyerManagerResponse) Validate() error
- func (m *PaginateBuyerManagerResponse) XXX_DiscardUnknown()
- func (m *PaginateBuyerManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaginateBuyerManagerResponse) XXX_Merge(src proto.Message)
- func (m *PaginateBuyerManagerResponse) XXX_Size() int
- func (m *PaginateBuyerManagerResponse) XXX_Unmarshal(b []byte) error
- type PaginateBuyerManagerResponseValidationError
- func (e PaginateBuyerManagerResponseValidationError) Cause() error
- func (e PaginateBuyerManagerResponseValidationError) Error() string
- func (e PaginateBuyerManagerResponseValidationError) ErrorName() string
- func (e PaginateBuyerManagerResponseValidationError) Field() string
- func (e PaginateBuyerManagerResponseValidationError) Key() bool
- func (e PaginateBuyerManagerResponseValidationError) Reason() string
- type SearchBuyerManagerRequest
- func (*SearchBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *SearchBuyerManagerRequest) GetEmail() string
- func (m *SearchBuyerManagerRequest) GetPhone() string
- func (*SearchBuyerManagerRequest) ProtoMessage()
- func (m *SearchBuyerManagerRequest) Reset()
- func (m *SearchBuyerManagerRequest) String() string
- func (m *SearchBuyerManagerRequest) Validate() error
- func (m *SearchBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *SearchBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SearchBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *SearchBuyerManagerRequest) XXX_Size() int
- func (m *SearchBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type SearchBuyerManagerRequestValidationError
- func (e SearchBuyerManagerRequestValidationError) Cause() error
- func (e SearchBuyerManagerRequestValidationError) Error() string
- func (e SearchBuyerManagerRequestValidationError) ErrorName() string
- func (e SearchBuyerManagerRequestValidationError) Field() string
- func (e SearchBuyerManagerRequestValidationError) Key() bool
- func (e SearchBuyerManagerRequestValidationError) Reason() string
- type SearchByPhoneManagerRequest
- func (*SearchByPhoneManagerRequest) Descriptor() ([]byte, []int)
- func (m *SearchByPhoneManagerRequest) GetPhone() string
- func (*SearchByPhoneManagerRequest) ProtoMessage()
- func (m *SearchByPhoneManagerRequest) Reset()
- func (m *SearchByPhoneManagerRequest) String() string
- func (m *SearchByPhoneManagerRequest) Validate() error
- func (m *SearchByPhoneManagerRequest) XXX_DiscardUnknown()
- func (m *SearchByPhoneManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SearchByPhoneManagerRequest) XXX_Merge(src proto.Message)
- func (m *SearchByPhoneManagerRequest) XXX_Size() int
- func (m *SearchByPhoneManagerRequest) XXX_Unmarshal(b []byte) error
- type SearchByPhoneManagerRequestValidationError
- func (e SearchByPhoneManagerRequestValidationError) Cause() error
- func (e SearchByPhoneManagerRequestValidationError) Error() string
- func (e SearchByPhoneManagerRequestValidationError) ErrorName() string
- func (e SearchByPhoneManagerRequestValidationError) Field() string
- func (e SearchByPhoneManagerRequestValidationError) Key() bool
- func (e SearchByPhoneManagerRequestValidationError) Reason() string
- type UpdateBuyerManagerRequest
- func (*UpdateBuyerManagerRequest) Descriptor() ([]byte, []int)
- func (m *UpdateBuyerManagerRequest) GetData() *buyer.BuyerAdminItem
- func (*UpdateBuyerManagerRequest) ProtoMessage()
- func (m *UpdateBuyerManagerRequest) Reset()
- func (m *UpdateBuyerManagerRequest) String() string
- func (m *UpdateBuyerManagerRequest) Validate() error
- func (m *UpdateBuyerManagerRequest) XXX_DiscardUnknown()
- func (m *UpdateBuyerManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateBuyerManagerRequest) XXX_Merge(src proto.Message)
- func (m *UpdateBuyerManagerRequest) XXX_Size() int
- func (m *UpdateBuyerManagerRequest) XXX_Unmarshal(b []byte) error
- type UpdateBuyerManagerRequestValidationError
- func (e UpdateBuyerManagerRequestValidationError) Cause() error
- func (e UpdateBuyerManagerRequestValidationError) Error() string
- func (e UpdateBuyerManagerRequestValidationError) ErrorName() string
- func (e UpdateBuyerManagerRequestValidationError) Field() string
- func (e UpdateBuyerManagerRequestValidationError) Key() bool
- func (e UpdateBuyerManagerRequestValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBuyerManagerServiceHandler ¶
func RegisterBuyerManagerServiceHandler(s server.Server, hdlr BuyerManagerServiceHandler, opts ...server.HandlerOption) error
Types ¶
type BuyerManagerService ¶
type BuyerManagerService interface { Create(ctx context.Context, in *CreateBuyerManagerRequest, opts ...client.CallOption) (*CreateBuyerManagerResponse, error) Update(ctx context.Context, in *UpdateBuyerManagerRequest, opts ...client.CallOption) (*empty.Empty, error) Delete(ctx context.Context, in *DeleteBuyerManagerRequest, opts ...client.CallOption) (*empty.Empty, error) Paginate(ctx context.Context, in *PaginateBuyerManagerRequest, opts ...client.CallOption) (*PaginateBuyerManagerResponse, error) Get(ctx context.Context, in *GetBuyerManagerRequest, opts ...client.CallOption) (*GetBuyerManagerResponse, error) Search(ctx context.Context, in *SearchBuyerManagerRequest, opts ...client.CallOption) (*GetBuyerManagerResponse, error) SearchByPhone(ctx context.Context, in *SearchByPhoneManagerRequest, opts ...client.CallOption) (*GetBuyerManagerResponse, error) }
func NewBuyerManagerService ¶
func NewBuyerManagerService(name string, c client.Client) BuyerManagerService
type BuyerManagerServiceHandler ¶
type BuyerManagerServiceHandler interface { Create(context.Context, *CreateBuyerManagerRequest, *CreateBuyerManagerResponse) error Update(context.Context, *UpdateBuyerManagerRequest, *empty.Empty) error Delete(context.Context, *DeleteBuyerManagerRequest, *empty.Empty) error Paginate(context.Context, *PaginateBuyerManagerRequest, *PaginateBuyerManagerResponse) error Get(context.Context, *GetBuyerManagerRequest, *GetBuyerManagerResponse) error Search(context.Context, *SearchBuyerManagerRequest, *GetBuyerManagerResponse) error SearchByPhone(context.Context, *SearchByPhoneManagerRequest, *GetBuyerManagerResponse) error }
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 (m *CreateBuyerManagerRequest) GetData() *buyer.BuyerAdminItem
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 ¶
func (e CreateBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateBuyerManagerRequestValidationError) Error ¶
func (e CreateBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateBuyerManagerRequestValidationError) ErrorName ¶
func (e CreateBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateBuyerManagerRequestValidationError) Field ¶
func (e CreateBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (CreateBuyerManagerRequestValidationError) Key ¶
func (e CreateBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (CreateBuyerManagerRequestValidationError) Reason ¶
func (e CreateBuyerManagerRequestValidationError) Reason() string
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 ¶
func (e CreateBuyerManagerResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateBuyerManagerResponseValidationError) Error ¶
func (e CreateBuyerManagerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateBuyerManagerResponseValidationError) ErrorName ¶
func (e CreateBuyerManagerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateBuyerManagerResponseValidationError) Field ¶
func (e CreateBuyerManagerResponseValidationError) Field() string
Field function returns field value.
func (CreateBuyerManagerResponseValidationError) Key ¶
func (e CreateBuyerManagerResponseValidationError) Key() bool
Key function returns key value.
func (CreateBuyerManagerResponseValidationError) Reason ¶
func (e CreateBuyerManagerResponseValidationError) Reason() string
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 ¶
func (e DeleteBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteBuyerManagerRequestValidationError) Error ¶
func (e DeleteBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteBuyerManagerRequestValidationError) ErrorName ¶
func (e DeleteBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteBuyerManagerRequestValidationError) Field ¶
func (e DeleteBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (DeleteBuyerManagerRequestValidationError) Key ¶
func (e DeleteBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (DeleteBuyerManagerRequestValidationError) Reason ¶
func (e DeleteBuyerManagerRequestValidationError) Reason() string
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 ¶
func (e GetBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (GetBuyerManagerRequestValidationError) Error ¶
func (e GetBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetBuyerManagerRequestValidationError) ErrorName ¶
func (e GetBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetBuyerManagerRequestValidationError) Field ¶
func (e GetBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (GetBuyerManagerRequestValidationError) Key ¶
func (e GetBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (GetBuyerManagerRequestValidationError) Reason ¶
func (e GetBuyerManagerRequestValidationError) Reason() string
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 (m *GetBuyerManagerResponse) GetData() *buyer.BuyerAdminItem
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 ¶
func (e GetBuyerManagerResponseValidationError) Cause() error
Cause function returns cause value.
func (GetBuyerManagerResponseValidationError) Error ¶
func (e GetBuyerManagerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetBuyerManagerResponseValidationError) ErrorName ¶
func (e GetBuyerManagerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetBuyerManagerResponseValidationError) Field ¶
func (e GetBuyerManagerResponseValidationError) Field() string
Field function returns field value.
func (GetBuyerManagerResponseValidationError) Key ¶
func (e GetBuyerManagerResponseValidationError) Key() bool
Key function returns key value.
func (GetBuyerManagerResponseValidationError) Reason ¶
func (e GetBuyerManagerResponseValidationError) Reason() string
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 (m *PaginateBuyerManagerRequest) GetFilter() *PaginateBuyerManagerRequest_Filter
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 ¶
func (e PaginateBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (PaginateBuyerManagerRequestValidationError) Error ¶
func (e PaginateBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PaginateBuyerManagerRequestValidationError) ErrorName ¶
func (e PaginateBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PaginateBuyerManagerRequestValidationError) Field ¶
func (e PaginateBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (PaginateBuyerManagerRequestValidationError) Key ¶
func (e PaginateBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (PaginateBuyerManagerRequestValidationError) Reason ¶
func (e PaginateBuyerManagerRequestValidationError) Reason() string
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 (m *PaginateBuyerManagerRequest_Filter) GetIsActive() shared.NullableBool
func (*PaginateBuyerManagerRequest_Filter) GetIsDeleted ¶
func (m *PaginateBuyerManagerRequest_Filter) GetIsDeleted() shared.NullableBool
func (*PaginateBuyerManagerRequest_Filter) ProtoMessage ¶
func (*PaginateBuyerManagerRequest_Filter) ProtoMessage()
func (*PaginateBuyerManagerRequest_Filter) Reset ¶
func (m *PaginateBuyerManagerRequest_Filter) Reset()
func (*PaginateBuyerManagerRequest_Filter) String ¶
func (m *PaginateBuyerManagerRequest_Filter) String() string
func (*PaginateBuyerManagerRequest_Filter) Validate ¶
func (m *PaginateBuyerManagerRequest_Filter) Validate() error
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 (m *PaginateBuyerManagerRequest_Filter) XXX_Merge(src proto.Message)
func (*PaginateBuyerManagerRequest_Filter) XXX_Size ¶
func (m *PaginateBuyerManagerRequest_Filter) XXX_Size() int
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 ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) Cause() error
Cause function returns cause value.
func (PaginateBuyerManagerRequest_FilterValidationError) Error ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) Error() string
Error satisfies the builtin error interface
func (PaginateBuyerManagerRequest_FilterValidationError) ErrorName ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) ErrorName() string
ErrorName returns error name.
func (PaginateBuyerManagerRequest_FilterValidationError) Field ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) Field() string
Field function returns field value.
func (PaginateBuyerManagerRequest_FilterValidationError) Key ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) Key() bool
Key function returns key value.
func (PaginateBuyerManagerRequest_FilterValidationError) Reason ¶
func (e PaginateBuyerManagerRequest_FilterValidationError) Reason() string
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 (m *PaginateBuyerManagerResponse) GetData() []*buyer.BuyerAdminItem
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 (m *PaginateBuyerManagerResponse) String() 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 ¶
func (e PaginateBuyerManagerResponseValidationError) Cause() error
Cause function returns cause value.
func (PaginateBuyerManagerResponseValidationError) Error ¶
func (e PaginateBuyerManagerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PaginateBuyerManagerResponseValidationError) ErrorName ¶
func (e PaginateBuyerManagerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PaginateBuyerManagerResponseValidationError) Field ¶
func (e PaginateBuyerManagerResponseValidationError) Field() string
Field function returns field value.
func (PaginateBuyerManagerResponseValidationError) Key ¶
func (e PaginateBuyerManagerResponseValidationError) Key() bool
Key function returns key value.
func (PaginateBuyerManagerResponseValidationError) Reason ¶
func (e PaginateBuyerManagerResponseValidationError) Reason() string
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 ¶
func (e SearchBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (SearchBuyerManagerRequestValidationError) Error ¶
func (e SearchBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SearchBuyerManagerRequestValidationError) ErrorName ¶
func (e SearchBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SearchBuyerManagerRequestValidationError) Field ¶
func (e SearchBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (SearchBuyerManagerRequestValidationError) Key ¶
func (e SearchBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (SearchBuyerManagerRequestValidationError) Reason ¶
func (e SearchBuyerManagerRequestValidationError) Reason() string
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 ¶
func (e SearchByPhoneManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (SearchByPhoneManagerRequestValidationError) Error ¶
func (e SearchByPhoneManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SearchByPhoneManagerRequestValidationError) ErrorName ¶
func (e SearchByPhoneManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SearchByPhoneManagerRequestValidationError) Field ¶
func (e SearchByPhoneManagerRequestValidationError) Field() string
Field function returns field value.
func (SearchByPhoneManagerRequestValidationError) Key ¶
func (e SearchByPhoneManagerRequestValidationError) Key() bool
Key function returns key value.
func (SearchByPhoneManagerRequestValidationError) Reason ¶
func (e SearchByPhoneManagerRequestValidationError) Reason() string
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 (m *UpdateBuyerManagerRequest) GetData() *buyer.BuyerAdminItem
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 ¶
func (e UpdateBuyerManagerRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateBuyerManagerRequestValidationError) Error ¶
func (e UpdateBuyerManagerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBuyerManagerRequestValidationError) ErrorName ¶
func (e UpdateBuyerManagerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBuyerManagerRequestValidationError) Field ¶
func (e UpdateBuyerManagerRequestValidationError) Field() string
Field function returns field value.
func (UpdateBuyerManagerRequestValidationError) Key ¶
func (e UpdateBuyerManagerRequestValidationError) Key() bool
Key function returns key value.
func (UpdateBuyerManagerRequestValidationError) Reason ¶
func (e UpdateBuyerManagerRequestValidationError) Reason() string
Reason function returns reason value.