Versions in this module Expand all Collapse all v0 v0.15.0 May 25, 2021 v0.14.0 May 25, 2021 Changes in this version + func NewProductManagerServiceEndpoints() []*api.Endpoint + func RegisterProductManagerServiceHandler(s server.Server, hdlr ProductManagerServiceHandler, ...) error + type CreateProductManagerRequest struct + Data *product.ProductAdminItem + func (*CreateProductManagerRequest) Descriptor() ([]byte, []int) + func (*CreateProductManagerRequest) ProtoMessage() + func (m *CreateProductManagerRequest) GetData() *product.ProductAdminItem + func (m *CreateProductManagerRequest) Reset() + func (m *CreateProductManagerRequest) String() string + func (m *CreateProductManagerRequest) Validate() error + func (m *CreateProductManagerRequest) XXX_DiscardUnknown() + func (m *CreateProductManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateProductManagerRequest) XXX_Merge(src proto.Message) + func (m *CreateProductManagerRequest) XXX_Size() int + func (m *CreateProductManagerRequest) XXX_Unmarshal(b []byte) error + type CreateProductManagerRequestValidationError struct + func (e CreateProductManagerRequestValidationError) Cause() error + func (e CreateProductManagerRequestValidationError) Error() string + func (e CreateProductManagerRequestValidationError) ErrorName() string + func (e CreateProductManagerRequestValidationError) Field() string + func (e CreateProductManagerRequestValidationError) Key() bool + func (e CreateProductManagerRequestValidationError) Reason() string + type CreateProductManagerResponse struct + Uuid string + func (*CreateProductManagerResponse) Descriptor() ([]byte, []int) + func (*CreateProductManagerResponse) ProtoMessage() + func (m *CreateProductManagerResponse) GetUuid() string + func (m *CreateProductManagerResponse) Reset() + func (m *CreateProductManagerResponse) String() string + func (m *CreateProductManagerResponse) Validate() error + func (m *CreateProductManagerResponse) XXX_DiscardUnknown() + func (m *CreateProductManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateProductManagerResponse) XXX_Merge(src proto.Message) + func (m *CreateProductManagerResponse) XXX_Size() int + func (m *CreateProductManagerResponse) XXX_Unmarshal(b []byte) error + type CreateProductManagerResponseValidationError struct + func (e CreateProductManagerResponseValidationError) Cause() error + func (e CreateProductManagerResponseValidationError) Error() string + func (e CreateProductManagerResponseValidationError) ErrorName() string + func (e CreateProductManagerResponseValidationError) Field() string + func (e CreateProductManagerResponseValidationError) Key() bool + func (e CreateProductManagerResponseValidationError) Reason() string + type DeleteProductManagerRequest struct + IsSoft bool + Uuid string + func (*DeleteProductManagerRequest) Descriptor() ([]byte, []int) + func (*DeleteProductManagerRequest) ProtoMessage() + func (m *DeleteProductManagerRequest) GetIsSoft() bool + func (m *DeleteProductManagerRequest) GetUuid() string + func (m *DeleteProductManagerRequest) Reset() + func (m *DeleteProductManagerRequest) String() string + func (m *DeleteProductManagerRequest) Validate() error + func (m *DeleteProductManagerRequest) XXX_DiscardUnknown() + func (m *DeleteProductManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteProductManagerRequest) XXX_Merge(src proto.Message) + func (m *DeleteProductManagerRequest) XXX_Size() int + func (m *DeleteProductManagerRequest) XXX_Unmarshal(b []byte) error + type DeleteProductManagerRequestValidationError struct + func (e DeleteProductManagerRequestValidationError) Cause() error + func (e DeleteProductManagerRequestValidationError) Error() string + func (e DeleteProductManagerRequestValidationError) ErrorName() string + func (e DeleteProductManagerRequestValidationError) Field() string + func (e DeleteProductManagerRequestValidationError) Key() bool + func (e DeleteProductManagerRequestValidationError) Reason() string + type GetProductManagerRequest struct + Uuid string + func (*GetProductManagerRequest) Descriptor() ([]byte, []int) + func (*GetProductManagerRequest) ProtoMessage() + func (m *GetProductManagerRequest) GetUuid() string + func (m *GetProductManagerRequest) Reset() + func (m *GetProductManagerRequest) String() string + func (m *GetProductManagerRequest) Validate() error + func (m *GetProductManagerRequest) XXX_DiscardUnknown() + func (m *GetProductManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetProductManagerRequest) XXX_Merge(src proto.Message) + func (m *GetProductManagerRequest) XXX_Size() int + func (m *GetProductManagerRequest) XXX_Unmarshal(b []byte) error + type GetProductManagerRequestValidationError struct + func (e GetProductManagerRequestValidationError) Cause() error + func (e GetProductManagerRequestValidationError) Error() string + func (e GetProductManagerRequestValidationError) ErrorName() string + func (e GetProductManagerRequestValidationError) Field() string + func (e GetProductManagerRequestValidationError) Key() bool + func (e GetProductManagerRequestValidationError) Reason() string + type GetProductManagerResponse struct + Data *product.ProductAdminItem + func (*GetProductManagerResponse) Descriptor() ([]byte, []int) + func (*GetProductManagerResponse) ProtoMessage() + func (m *GetProductManagerResponse) GetData() *product.ProductAdminItem + func (m *GetProductManagerResponse) Reset() + func (m *GetProductManagerResponse) String() string + func (m *GetProductManagerResponse) Validate() error + func (m *GetProductManagerResponse) XXX_DiscardUnknown() + func (m *GetProductManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetProductManagerResponse) XXX_Merge(src proto.Message) + func (m *GetProductManagerResponse) XXX_Size() int + func (m *GetProductManagerResponse) XXX_Unmarshal(b []byte) error + type GetProductManagerResponseValidationError struct + func (e GetProductManagerResponseValidationError) Cause() error + func (e GetProductManagerResponseValidationError) Error() string + func (e GetProductManagerResponseValidationError) ErrorName() string + func (e GetProductManagerResponseValidationError) Field() string + func (e GetProductManagerResponseValidationError) Key() bool + func (e GetProductManagerResponseValidationError) Reason() string + type PaginateProductManagerRequest struct + Filter *PaginateProductManagerRequest_Filter + Limit int64 + Skip int64 + Sort string + func (*PaginateProductManagerRequest) Descriptor() ([]byte, []int) + func (*PaginateProductManagerRequest) ProtoMessage() + func (m *PaginateProductManagerRequest) GetFilter() *PaginateProductManagerRequest_Filter + func (m *PaginateProductManagerRequest) GetLimit() int64 + func (m *PaginateProductManagerRequest) GetSkip() int64 + func (m *PaginateProductManagerRequest) GetSort() string + func (m *PaginateProductManagerRequest) Reset() + func (m *PaginateProductManagerRequest) String() string + func (m *PaginateProductManagerRequest) Validate() error + func (m *PaginateProductManagerRequest) XXX_DiscardUnknown() + func (m *PaginateProductManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateProductManagerRequest) XXX_Merge(src proto.Message) + func (m *PaginateProductManagerRequest) XXX_Size() int + func (m *PaginateProductManagerRequest) XXX_Unmarshal(b []byte) error + type PaginateProductManagerRequestValidationError struct + func (e PaginateProductManagerRequestValidationError) Cause() error + func (e PaginateProductManagerRequestValidationError) Error() string + func (e PaginateProductManagerRequestValidationError) ErrorName() string + func (e PaginateProductManagerRequestValidationError) Field() string + func (e PaginateProductManagerRequestValidationError) Key() bool + func (e PaginateProductManagerRequestValidationError) Reason() string + type PaginateProductManagerRequest_Filter struct + AncestorUuid string + CategoryUuid string + IsActive shared.NullableBool + IsDeleted shared.NullableBool + func (*PaginateProductManagerRequest_Filter) Descriptor() ([]byte, []int) + func (*PaginateProductManagerRequest_Filter) ProtoMessage() + func (m *PaginateProductManagerRequest_Filter) GetAncestorUuid() string + func (m *PaginateProductManagerRequest_Filter) GetCategoryUuid() string + func (m *PaginateProductManagerRequest_Filter) GetIsActive() shared.NullableBool + func (m *PaginateProductManagerRequest_Filter) GetIsDeleted() shared.NullableBool + func (m *PaginateProductManagerRequest_Filter) Reset() + func (m *PaginateProductManagerRequest_Filter) String() string + func (m *PaginateProductManagerRequest_Filter) Validate() error + func (m *PaginateProductManagerRequest_Filter) XXX_DiscardUnknown() + func (m *PaginateProductManagerRequest_Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateProductManagerRequest_Filter) XXX_Merge(src proto.Message) + func (m *PaginateProductManagerRequest_Filter) XXX_Size() int + func (m *PaginateProductManagerRequest_Filter) XXX_Unmarshal(b []byte) error + type PaginateProductManagerRequest_FilterValidationError struct + func (e PaginateProductManagerRequest_FilterValidationError) Cause() error + func (e PaginateProductManagerRequest_FilterValidationError) Error() string + func (e PaginateProductManagerRequest_FilterValidationError) ErrorName() string + func (e PaginateProductManagerRequest_FilterValidationError) Field() string + func (e PaginateProductManagerRequest_FilterValidationError) Key() bool + func (e PaginateProductManagerRequest_FilterValidationError) Reason() string + type PaginateProductManagerResponse struct + Data []*product.ProductAdminItem + Limit int64 + Skip int64 + Total int64 + func (*PaginateProductManagerResponse) Descriptor() ([]byte, []int) + func (*PaginateProductManagerResponse) ProtoMessage() + func (m *PaginateProductManagerResponse) GetData() []*product.ProductAdminItem + func (m *PaginateProductManagerResponse) GetLimit() int64 + func (m *PaginateProductManagerResponse) GetSkip() int64 + func (m *PaginateProductManagerResponse) GetTotal() int64 + func (m *PaginateProductManagerResponse) Reset() + func (m *PaginateProductManagerResponse) String() string + func (m *PaginateProductManagerResponse) Validate() error + func (m *PaginateProductManagerResponse) XXX_DiscardUnknown() + func (m *PaginateProductManagerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PaginateProductManagerResponse) XXX_Merge(src proto.Message) + func (m *PaginateProductManagerResponse) XXX_Size() int + func (m *PaginateProductManagerResponse) XXX_Unmarshal(b []byte) error + type PaginateProductManagerResponseValidationError struct + func (e PaginateProductManagerResponseValidationError) Cause() error + func (e PaginateProductManagerResponseValidationError) Error() string + func (e PaginateProductManagerResponseValidationError) ErrorName() string + func (e PaginateProductManagerResponseValidationError) Field() string + func (e PaginateProductManagerResponseValidationError) Key() bool + func (e PaginateProductManagerResponseValidationError) Reason() string + type ProductManagerService interface + Create func(ctx context.Context, in *CreateProductManagerRequest, ...) (*CreateProductManagerResponse, error) + Delete func(ctx context.Context, in *DeleteProductManagerRequest, ...) (*empty.Empty, error) + Get func(ctx context.Context, in *GetProductManagerRequest, opts ...client.CallOption) (*GetProductManagerResponse, error) + Paginate func(ctx context.Context, in *PaginateProductManagerRequest, ...) (*PaginateProductManagerResponse, error) + Update func(ctx context.Context, in *UpdateProductManagerRequest, ...) (*empty.Empty, error) + func NewProductManagerService(name string, c client.Client) ProductManagerService + type ProductManagerServiceHandler interface + Create func(context.Context, *CreateProductManagerRequest, *CreateProductManagerResponse) error + Delete func(context.Context, *DeleteProductManagerRequest, *empty.Empty) error + Get func(context.Context, *GetProductManagerRequest, *GetProductManagerResponse) error + Paginate func(context.Context, *PaginateProductManagerRequest, ...) error + Update func(context.Context, *UpdateProductManagerRequest, *empty.Empty) error + type UpdateProductManagerRequest struct + Data *product.ProductAdminItem + func (*UpdateProductManagerRequest) Descriptor() ([]byte, []int) + func (*UpdateProductManagerRequest) ProtoMessage() + func (m *UpdateProductManagerRequest) GetData() *product.ProductAdminItem + func (m *UpdateProductManagerRequest) Reset() + func (m *UpdateProductManagerRequest) String() string + func (m *UpdateProductManagerRequest) Validate() error + func (m *UpdateProductManagerRequest) XXX_DiscardUnknown() + func (m *UpdateProductManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateProductManagerRequest) XXX_Merge(src proto.Message) + func (m *UpdateProductManagerRequest) XXX_Size() int + func (m *UpdateProductManagerRequest) XXX_Unmarshal(b []byte) error + type UpdateProductManagerRequestValidationError struct + func (e UpdateProductManagerRequestValidationError) Cause() error + func (e UpdateProductManagerRequestValidationError) Error() string + func (e UpdateProductManagerRequestValidationError) ErrorName() string + func (e UpdateProductManagerRequestValidationError) Field() string + func (e UpdateProductManagerRequestValidationError) Key() bool + func (e UpdateProductManagerRequestValidationError) Reason() string