Versions in this module Expand all Collapse all v0 v0.0.1 Oct 22, 2021 Changes in this version + type CurrentStockResponse struct + Amount string + AmountAggregated string + AmountMissing string + AmountOpened string + AmountOpenedAggregated string + BestBeforeDate string + IsAggregatedAmount string + Name string + Product Product + ProductID string + type CurrentVolatileStockResponse struct + DueProduct []CurrentStockResponse + ExpiredProduct []CurrentStockResponse + MissingProduct []CurrentStockResponse + OverdueProduct []CurrentStockResponse + type Grocy interface + GetDueProduct func(days string) (SimpleProductData, error) + func NewClient(url string, apikey string) (Grocy, error) + type Product struct + Description string + ID string + Name string + type SimpleProduct struct + AmountMissing string + BestBeforeDate string + Name string + type SimpleProductData struct + DueProduct []SimpleProduct + ExpiredProduct []SimpleProduct + MissingProduct []SimpleProduct + OverdueProduct []SimpleProduct