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 + type OrderItem struct + Address *OrderItem_Address + Ancestor string + Buyer string + CreatedAt string + DeletedAt string + Delivery int64 + Description map[string]string + ExecuteAt string + Items []*OrderItem_Item + Number int64 + Payment int64 + SortOrder int64 + Status int64 + Total float64 + UpdatedAt string + Uuid string + func (*OrderItem) Descriptor() ([]byte, []int) + func (*OrderItem) ProtoMessage() + func (m *OrderItem) GetAddress() *OrderItem_Address + func (m *OrderItem) GetAncestor() string + func (m *OrderItem) GetBuyer() string + func (m *OrderItem) GetCreatedAt() string + func (m *OrderItem) GetDeletedAt() string + func (m *OrderItem) GetDelivery() int64 + func (m *OrderItem) GetDescription() map[string]string + func (m *OrderItem) GetExecuteAt() string + func (m *OrderItem) GetItems() []*OrderItem_Item + func (m *OrderItem) GetNumber() int64 + func (m *OrderItem) GetPayment() int64 + func (m *OrderItem) GetSortOrder() int64 + func (m *OrderItem) GetStatus() int64 + func (m *OrderItem) GetTotal() float64 + func (m *OrderItem) GetUpdatedAt() string + func (m *OrderItem) GetUuid() string + func (m *OrderItem) Reset() + func (m *OrderItem) String() string + func (m *OrderItem) Validate() error + func (m *OrderItem) XXX_DiscardUnknown() + func (m *OrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OrderItem) XXX_Merge(src proto.Message) + func (m *OrderItem) XXX_Size() int + func (m *OrderItem) XXX_Unmarshal(b []byte) error + type OrderItemValidationError struct + func (e OrderItemValidationError) Cause() error + func (e OrderItemValidationError) Error() string + func (e OrderItemValidationError) ErrorName() string + func (e OrderItemValidationError) Field() string + func (e OrderItemValidationError) Key() bool + func (e OrderItemValidationError) Reason() string + type OrderItem_Address struct + Building string + Comment string + Entrance string + Flat string + Floor string + Street string + Town string + func (*OrderItem_Address) Descriptor() ([]byte, []int) + func (*OrderItem_Address) ProtoMessage() + func (m *OrderItem_Address) GetBuilding() string + func (m *OrderItem_Address) GetComment() string + func (m *OrderItem_Address) GetEntrance() string + func (m *OrderItem_Address) GetFlat() string + func (m *OrderItem_Address) GetFloor() string + func (m *OrderItem_Address) GetStreet() string + func (m *OrderItem_Address) GetTown() string + func (m *OrderItem_Address) Reset() + func (m *OrderItem_Address) String() string + func (m *OrderItem_Address) Validate() error + func (m *OrderItem_Address) XXX_DiscardUnknown() + func (m *OrderItem_Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OrderItem_Address) XXX_Merge(src proto.Message) + func (m *OrderItem_Address) XXX_Size() int + func (m *OrderItem_Address) XXX_Unmarshal(b []byte) error + type OrderItem_AddressValidationError struct + func (e OrderItem_AddressValidationError) Cause() error + func (e OrderItem_AddressValidationError) Error() string + func (e OrderItem_AddressValidationError) ErrorName() string + func (e OrderItem_AddressValidationError) Field() string + func (e OrderItem_AddressValidationError) Key() bool + func (e OrderItem_AddressValidationError) Reason() string + type OrderItem_Item struct + Amount float64 + AttrName map[string]string + AttrUuid string + Comment string + Count int64 + Price float64 + ProdForeign string + ProdImages map[string]string + ProdName map[string]string + ProdUuid string + Volume float64 + func (*OrderItem_Item) Descriptor() ([]byte, []int) + func (*OrderItem_Item) ProtoMessage() + func (m *OrderItem_Item) GetAmount() float64 + func (m *OrderItem_Item) GetAttrName() map[string]string + func (m *OrderItem_Item) GetAttrUuid() string + func (m *OrderItem_Item) GetComment() string + func (m *OrderItem_Item) GetCount() int64 + func (m *OrderItem_Item) GetPrice() float64 + func (m *OrderItem_Item) GetProdForeign() string + func (m *OrderItem_Item) GetProdImages() map[string]string + func (m *OrderItem_Item) GetProdName() map[string]string + func (m *OrderItem_Item) GetProdUuid() string + func (m *OrderItem_Item) GetVolume() float64 + func (m *OrderItem_Item) Reset() + func (m *OrderItem_Item) String() string + func (m *OrderItem_Item) Validate() error + func (m *OrderItem_Item) XXX_DiscardUnknown() + func (m *OrderItem_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OrderItem_Item) XXX_Merge(src proto.Message) + func (m *OrderItem_Item) XXX_Size() int + func (m *OrderItem_Item) XXX_Unmarshal(b []byte) error + type OrderItem_ItemValidationError struct + func (e OrderItem_ItemValidationError) Cause() error + func (e OrderItem_ItemValidationError) Error() string + func (e OrderItem_ItemValidationError) ErrorName() string + func (e OrderItem_ItemValidationError) Field() string + func (e OrderItem_ItemValidationError) Key() bool + func (e OrderItem_ItemValidationError) Reason() string