Versions in this module Expand all Collapse all v1 v1.0.5 Oct 12, 2022 Changes in this version + type Inventory struct + OnBackorder string + ProductCode string + PurchaseOrders []*Inventory_PO + Rolls []*Inventory_Roll + Total string + TotalOnPO string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Inventory) Descriptor() ([]byte, []int) + func (*Inventory) ProtoMessage() + func (m *Inventory) GetOnBackorder() string + func (m *Inventory) GetProductCode() string + func (m *Inventory) GetPurchaseOrders() []*Inventory_PO + func (m *Inventory) GetRolls() []*Inventory_Roll + func (m *Inventory) GetTotal() string + func (m *Inventory) GetTotalOnPO() string + func (m *Inventory) Reset() + func (m *Inventory) String() string + func (m *Inventory) XXX_DiscardUnknown() + func (m *Inventory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Inventory) XXX_Merge(src proto.Message) + func (m *Inventory) XXX_Size() int + func (m *Inventory) XXX_Unmarshal(b []byte) error + type Inventory_PO struct + Amount string + ETA string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Inventory_PO) Descriptor() ([]byte, []int) + func (*Inventory_PO) ProtoMessage() + func (m *Inventory_PO) GetAmount() string + func (m *Inventory_PO) GetETA() string + func (m *Inventory_PO) Reset() + func (m *Inventory_PO) String() string + func (m *Inventory_PO) XXX_DiscardUnknown() + func (m *Inventory_PO) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Inventory_PO) XXX_Merge(src proto.Message) + func (m *Inventory_PO) XXX_Size() int + func (m *Inventory_PO) XXX_Unmarshal(b []byte) error + type Inventory_Roll struct + ID string + Quantity string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Inventory_Roll) Descriptor() ([]byte, []int) + func (*Inventory_Roll) ProtoMessage() + func (m *Inventory_Roll) GetID() string + func (m *Inventory_Roll) GetQuantity() string + func (m *Inventory_Roll) Reset() + func (m *Inventory_Roll) String() string + func (m *Inventory_Roll) XXX_DiscardUnknown() + func (m *Inventory_Roll) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Inventory_Roll) XXX_Merge(src proto.Message) + func (m *Inventory_Roll) XXX_Size() int + func (m *Inventory_Roll) XXX_Unmarshal(b []byte) error