Documentation ¶ Index ¶ func Query(db *datastore.Datastore) datastore.Query type PriceSet func New(db *datastore.Datastore) *PriceSet func (p *PriceSet) Load(ps []datastore.Property) (err error) func (p *PriceSet) Save() ([]datastore.Property, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Query ¶ func Query(db *datastore.Datastore) datastore.Query Types ¶ type PriceSet ¶ type PriceSet struct { mixin.Model[PriceSet] Metadata Map `json:"metadata,omitempty" datastore:"-"` Metadata_ string `json:"-" datastore:",noindex"` } func New ¶ func New(db *datastore.Datastore) *PriceSet func (*PriceSet) Load ¶ func (p *PriceSet) Load(ps []datastore.Property) (err error) func (*PriceSet) Save ¶ func (p *PriceSet) Save() ([]datastore.Property, error) Source Files ¶ View all Source files priceset.go Click to show internal directories. Click to hide internal directories.