Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceZone ¶
type ServiceZone struct {
mixin.Model[ServiceZone]
Name string `json:"name"`
FulfillmentSetId string `json:"fulfillmentSetId"`
Metadata Map `json:"metadata,omitempty" datastore:"-" orm:"default:{}"`
Metadata_ string `json:"-" datastore:",noindex"`
}
func New ¶
func New(db *datastore.Datastore) *ServiceZone
Click to show internal directories.
Click to hide internal directories.