Versions in this module Expand all Collapse all v1 v1.1.0 Sep 1, 2026 v1.0.0 Jul 5, 2026 Changes in this version + type Data struct + func New(ctx context.Context, uriOverride ...string) (*Data, error) + func (d *Data) Calculate(input map[string]string) int + func (d *Data) CalculateVerbose(input map[string]string) (total int, verbose map[string]*Item) + func (d *Data) Items() []*Item + type Item struct + Archived bool + Description string + Help string + ID string + InventoryID string + Name string + Price int + Regions []string + SectionDescription string + SectionHelp string + SectionID string + SectionName string + SectionPrice int + SectionVID int64 + VID int64 + Value string + func (i *Item) Clone() *Item