Documentation ¶
Index ¶
- type CategoryAdminItem
- func (*CategoryAdminItem) Descriptor() ([]byte, []int)
- func (m *CategoryAdminItem) GetAncestorUuid() string
- func (m *CategoryAdminItem) GetCode() string
- func (m *CategoryAdminItem) GetCreatedAt() string
- func (m *CategoryAdminItem) GetDeletedAt() string
- func (m *CategoryAdminItem) GetDescription() map[string]string
- func (m *CategoryAdminItem) GetImages() map[string]string
- func (m *CategoryAdminItem) GetIsActive() bool
- func (m *CategoryAdminItem) GetName() map[string]string
- func (m *CategoryAdminItem) GetSortOrder() int64
- func (m *CategoryAdminItem) GetUpdatedAt() string
- func (m *CategoryAdminItem) GetUuid() string
- func (*CategoryAdminItem) ProtoMessage()
- func (m *CategoryAdminItem) Reset()
- func (m *CategoryAdminItem) String() string
- func (m *CategoryAdminItem) Validate() error
- func (m *CategoryAdminItem) XXX_DiscardUnknown()
- func (m *CategoryAdminItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CategoryAdminItem) XXX_Merge(src proto.Message)
- func (m *CategoryAdminItem) XXX_Size() int
- func (m *CategoryAdminItem) XXX_Unmarshal(b []byte) error
- type CategoryAdminItemValidationError
- func (e CategoryAdminItemValidationError) Cause() error
- func (e CategoryAdminItemValidationError) Error() string
- func (e CategoryAdminItemValidationError) ErrorName() string
- func (e CategoryAdminItemValidationError) Field() string
- func (e CategoryAdminItemValidationError) Key() bool
- func (e CategoryAdminItemValidationError) Reason() string
- type CategoryFrontItem
- func (*CategoryFrontItem) Descriptor() ([]byte, []int)
- func (m *CategoryFrontItem) GetAncestor() *CategoryFrontItem_CategoryFrontItemAncestor
- func (m *CategoryFrontItem) GetCode() string
- func (m *CategoryFrontItem) GetDescription() string
- func (m *CategoryFrontItem) GetImages() map[string]string
- func (m *CategoryFrontItem) GetName() string
- func (m *CategoryFrontItem) GetSortOrder() int64
- func (m *CategoryFrontItem) GetUuid() string
- func (*CategoryFrontItem) ProtoMessage()
- func (m *CategoryFrontItem) Reset()
- func (m *CategoryFrontItem) String() string
- func (m *CategoryFrontItem) Validate() error
- func (m *CategoryFrontItem) XXX_DiscardUnknown()
- func (m *CategoryFrontItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CategoryFrontItem) XXX_Merge(src proto.Message)
- func (m *CategoryFrontItem) XXX_Size() int
- func (m *CategoryFrontItem) XXX_Unmarshal(b []byte) error
- type CategoryFrontItemValidationError
- func (e CategoryFrontItemValidationError) Cause() error
- func (e CategoryFrontItemValidationError) Error() string
- func (e CategoryFrontItemValidationError) ErrorName() string
- func (e CategoryFrontItemValidationError) Field() string
- func (e CategoryFrontItemValidationError) Key() bool
- func (e CategoryFrontItemValidationError) Reason() string
- type CategoryFrontItem_CategoryFrontItemAncestor
- func (*CategoryFrontItem_CategoryFrontItemAncestor) Descriptor() ([]byte, []int)
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) GetName() string
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) GetUuid() string
- func (*CategoryFrontItem_CategoryFrontItemAncestor) ProtoMessage()
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) Reset()
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) String() string
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) Validate() error
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_DiscardUnknown()
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Merge(src proto.Message)
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Size() int
- func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Unmarshal(b []byte) error
- type CategoryFrontItem_CategoryFrontItemAncestorValidationError
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Cause() error
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Error() string
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) ErrorName() string
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Field() string
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Key() bool
- func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryAdminItem ¶
type CategoryAdminItem struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"` Name map[string]string `` /* 139-byte string literal not displayed */ Description map[string]string `` /* 153-byte string literal not displayed */ SortOrder int64 `protobuf:"varint,5,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order"` Images map[string]string `` /* 143-byte string literal not displayed */ AncestorUuid string `protobuf:"bytes,7,opt,name=ancestor_uuid,json=ancestorUuid,proto3" json:"ancestor_uuid"` IsActive bool `protobuf:"varint,8,opt,name=is_active,json=isActive,proto3" json:"is_active"` CreatedAt string `protobuf:"bytes,1001,opt,name=created_at,json=createdAt,proto3" json:"created_at"` UpdatedAt string `protobuf:"bytes,1002,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"` DeletedAt string `protobuf:"bytes,1003,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at"` }
func (*CategoryAdminItem) Descriptor ¶
func (*CategoryAdminItem) Descriptor() ([]byte, []int)
func (*CategoryAdminItem) GetAncestorUuid ¶
func (m *CategoryAdminItem) GetAncestorUuid() string
func (*CategoryAdminItem) GetCode ¶
func (m *CategoryAdminItem) GetCode() string
func (*CategoryAdminItem) GetCreatedAt ¶
func (m *CategoryAdminItem) GetCreatedAt() string
func (*CategoryAdminItem) GetDeletedAt ¶
func (m *CategoryAdminItem) GetDeletedAt() string
func (*CategoryAdminItem) GetDescription ¶
func (m *CategoryAdminItem) GetDescription() map[string]string
func (*CategoryAdminItem) GetImages ¶
func (m *CategoryAdminItem) GetImages() map[string]string
func (*CategoryAdminItem) GetIsActive ¶
func (m *CategoryAdminItem) GetIsActive() bool
func (*CategoryAdminItem) GetName ¶
func (m *CategoryAdminItem) GetName() map[string]string
func (*CategoryAdminItem) GetSortOrder ¶
func (m *CategoryAdminItem) GetSortOrder() int64
func (*CategoryAdminItem) GetUpdatedAt ¶
func (m *CategoryAdminItem) GetUpdatedAt() string
func (*CategoryAdminItem) GetUuid ¶
func (m *CategoryAdminItem) GetUuid() string
func (*CategoryAdminItem) ProtoMessage ¶
func (*CategoryAdminItem) ProtoMessage()
func (*CategoryAdminItem) Reset ¶
func (m *CategoryAdminItem) Reset()
func (*CategoryAdminItem) String ¶
func (m *CategoryAdminItem) String() string
func (*CategoryAdminItem) Validate ¶
func (m *CategoryAdminItem) Validate() error
Validate checks the field values on CategoryAdminItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*CategoryAdminItem) XXX_DiscardUnknown ¶
func (m *CategoryAdminItem) XXX_DiscardUnknown()
func (*CategoryAdminItem) XXX_Marshal ¶
func (m *CategoryAdminItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CategoryAdminItem) XXX_Merge ¶
func (m *CategoryAdminItem) XXX_Merge(src proto.Message)
func (*CategoryAdminItem) XXX_Size ¶
func (m *CategoryAdminItem) XXX_Size() int
func (*CategoryAdminItem) XXX_Unmarshal ¶
func (m *CategoryAdminItem) XXX_Unmarshal(b []byte) error
type CategoryAdminItemValidationError ¶
type CategoryAdminItemValidationError struct {
// contains filtered or unexported fields
}
CategoryAdminItemValidationError is the validation error returned by CategoryAdminItem.Validate if the designated constraints aren't met.
func (CategoryAdminItemValidationError) Cause ¶
func (e CategoryAdminItemValidationError) Cause() error
Cause function returns cause value.
func (CategoryAdminItemValidationError) Error ¶
func (e CategoryAdminItemValidationError) Error() string
Error satisfies the builtin error interface
func (CategoryAdminItemValidationError) ErrorName ¶
func (e CategoryAdminItemValidationError) ErrorName() string
ErrorName returns error name.
func (CategoryAdminItemValidationError) Field ¶
func (e CategoryAdminItemValidationError) Field() string
Field function returns field value.
func (CategoryAdminItemValidationError) Key ¶
func (e CategoryAdminItemValidationError) Key() bool
Key function returns key value.
func (CategoryAdminItemValidationError) Reason ¶
func (e CategoryAdminItemValidationError) Reason() string
Reason function returns reason value.
type CategoryFrontItem ¶
type CategoryFrontItem struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description"` SortOrder int64 `protobuf:"varint,5,opt,name=sort_order,json=sortOrder,proto3" json:"sort_order"` Images map[string]string `` /* 143-byte string literal not displayed */ Ancestor *CategoryFrontItem_CategoryFrontItemAncestor `protobuf:"bytes,7,opt,name=ancestor,proto3" json:"ancestor"` }
func (*CategoryFrontItem) Descriptor ¶
func (*CategoryFrontItem) Descriptor() ([]byte, []int)
func (*CategoryFrontItem) GetAncestor ¶
func (m *CategoryFrontItem) GetAncestor() *CategoryFrontItem_CategoryFrontItemAncestor
func (*CategoryFrontItem) GetCode ¶
func (m *CategoryFrontItem) GetCode() string
func (*CategoryFrontItem) GetDescription ¶
func (m *CategoryFrontItem) GetDescription() string
func (*CategoryFrontItem) GetImages ¶
func (m *CategoryFrontItem) GetImages() map[string]string
func (*CategoryFrontItem) GetName ¶
func (m *CategoryFrontItem) GetName() string
func (*CategoryFrontItem) GetSortOrder ¶
func (m *CategoryFrontItem) GetSortOrder() int64
func (*CategoryFrontItem) GetUuid ¶
func (m *CategoryFrontItem) GetUuid() string
func (*CategoryFrontItem) ProtoMessage ¶
func (*CategoryFrontItem) ProtoMessage()
func (*CategoryFrontItem) Reset ¶
func (m *CategoryFrontItem) Reset()
func (*CategoryFrontItem) String ¶
func (m *CategoryFrontItem) String() string
func (*CategoryFrontItem) Validate ¶
func (m *CategoryFrontItem) Validate() error
Validate checks the field values on CategoryFrontItem with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*CategoryFrontItem) XXX_DiscardUnknown ¶
func (m *CategoryFrontItem) XXX_DiscardUnknown()
func (*CategoryFrontItem) XXX_Marshal ¶
func (m *CategoryFrontItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CategoryFrontItem) XXX_Merge ¶
func (m *CategoryFrontItem) XXX_Merge(src proto.Message)
func (*CategoryFrontItem) XXX_Size ¶
func (m *CategoryFrontItem) XXX_Size() int
func (*CategoryFrontItem) XXX_Unmarshal ¶
func (m *CategoryFrontItem) XXX_Unmarshal(b []byte) error
type CategoryFrontItemValidationError ¶
type CategoryFrontItemValidationError struct {
// contains filtered or unexported fields
}
CategoryFrontItemValidationError is the validation error returned by CategoryFrontItem.Validate if the designated constraints aren't met.
func (CategoryFrontItemValidationError) Cause ¶
func (e CategoryFrontItemValidationError) Cause() error
Cause function returns cause value.
func (CategoryFrontItemValidationError) Error ¶
func (e CategoryFrontItemValidationError) Error() string
Error satisfies the builtin error interface
func (CategoryFrontItemValidationError) ErrorName ¶
func (e CategoryFrontItemValidationError) ErrorName() string
ErrorName returns error name.
func (CategoryFrontItemValidationError) Field ¶
func (e CategoryFrontItemValidationError) Field() string
Field function returns field value.
func (CategoryFrontItemValidationError) Key ¶
func (e CategoryFrontItemValidationError) Key() bool
Key function returns key value.
func (CategoryFrontItemValidationError) Reason ¶
func (e CategoryFrontItemValidationError) Reason() string
Reason function returns reason value.
type CategoryFrontItem_CategoryFrontItemAncestor ¶
type CategoryFrontItem_CategoryFrontItemAncestor struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` }
func (*CategoryFrontItem_CategoryFrontItemAncestor) Descriptor ¶
func (*CategoryFrontItem_CategoryFrontItemAncestor) Descriptor() ([]byte, []int)
func (*CategoryFrontItem_CategoryFrontItemAncestor) GetName ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) GetName() string
func (*CategoryFrontItem_CategoryFrontItemAncestor) GetUuid ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) GetUuid() string
func (*CategoryFrontItem_CategoryFrontItemAncestor) ProtoMessage ¶
func (*CategoryFrontItem_CategoryFrontItemAncestor) ProtoMessage()
func (*CategoryFrontItem_CategoryFrontItemAncestor) Reset ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) Reset()
func (*CategoryFrontItem_CategoryFrontItemAncestor) String ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) String() string
func (*CategoryFrontItem_CategoryFrontItemAncestor) Validate ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) Validate() error
Validate checks the field values on CategoryFrontItem_CategoryFrontItemAncestor with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*CategoryFrontItem_CategoryFrontItemAncestor) XXX_DiscardUnknown ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_DiscardUnknown()
func (*CategoryFrontItem_CategoryFrontItemAncestor) XXX_Marshal ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CategoryFrontItem_CategoryFrontItemAncestor) XXX_Merge ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Merge(src proto.Message)
func (*CategoryFrontItem_CategoryFrontItemAncestor) XXX_Size ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Size() int
func (*CategoryFrontItem_CategoryFrontItemAncestor) XXX_Unmarshal ¶
func (m *CategoryFrontItem_CategoryFrontItemAncestor) XXX_Unmarshal(b []byte) error
type CategoryFrontItem_CategoryFrontItemAncestorValidationError ¶
type CategoryFrontItem_CategoryFrontItemAncestorValidationError struct {
// contains filtered or unexported fields
}
CategoryFrontItem_CategoryFrontItemAncestorValidationError is the validation error returned by CategoryFrontItem_CategoryFrontItemAncestor.Validate if the designated constraints aren't met.
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) Cause ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Cause() error
Cause function returns cause value.
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) Error ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Error() string
Error satisfies the builtin error interface
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) ErrorName ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) ErrorName() string
ErrorName returns error name.
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) Field ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Field() string
Field function returns field value.
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) Key ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Key() bool
Key function returns key value.
func (CategoryFrontItem_CategoryFrontItemAncestorValidationError) Reason ¶
func (e CategoryFrontItem_CategoryFrontItemAncestorValidationError) Reason() string
Reason function returns reason value.