package
Version:
v0.0.0-...-55c1add
Opens a new window with list of versions in this module.
Published: Jul 16, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ShippingOrder struct {
gorm.Model
OrderID string `json:"order_id" gorm:"index"`
Vendor string `json:"vendor"`
Address string `json:"address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.