Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commodity ¶
type CommodityCollection ¶
type CommodityCollection struct {
List []*Commodity
}
func (*CommodityCollection) SearchByCode ¶
func (c *CommodityCollection) SearchByCode(ctx context.Context, codePattern string) error
func (*CommodityCollection) SearchByName ¶
func (c *CommodityCollection) SearchByName(ctx context.Context, namePattern string) error
Click to show internal directories.
Click to hide internal directories.