Versions in this module Expand all Collapse all v0 v0.0.1 May 29, 2024 Changes in this version + type Address struct + City string + Country string + Line1 string + Line2 string + Location *Location + PostalCode string + Region string + type Category struct + Description string + ID string + Name string + type Company struct + Address *Address + Contact *Contact + ExternalID string + Fax string + ID string + Name string + Phone string + type Contact struct + Name string + Title string + type Employee struct + Address *Address + Birthday ravendb.Time + Extension string + FirstName string + HiredAt ravendb.Time + HomePhone string + ID string + LastName string + Notes []string + ReportsTo string + Territories []string + Title string + type Location struct + Latitude float64 + Longitude float64 + type Order struct + Company string + Employee string + Freight float64 + ID string + Lines []*OrderLine + OrderedAt ravendb.Time + RequireAt ravendb.Time + ShipTo *Address + ShipVia string + ShippedAt *ravendb.Time + type OrderLine struct + Discount float64 + PricePerUnit float64 + Product string + ProductName string + Quantity int + type Product struct + Category string + Discontinued bool + ID string + Name string + PricePerUnit float64 + QuantityPerUnit string + ReorderLevel int + Supplier string + UnitsInStock int + UnitsOnOrder int + type Region struct + ID string + Name string + Territories []Territory + type Shipper struct + ID string + Name string + Phoene string + type Supplier struct + Address *Address + Contact *Contact + Fax string + HomePage string + ID string + Name string + Phone string + type Territory struct + Code string + Name string