Versions in this module Expand all Collapse all v0 v0.1.1 Dec 8, 2024 v0.1.0 Dec 8, 2024 Changes in this version + type Price struct + Currency string + HourlyPrice float64 + InstanceType string + Zone string + type Provider interface + GetPrice func(ctx context.Context, instanceType string, zone string) (float64, error) + GetPrices func(ctx context.Context, zone string) (map[string]float64, error) + Refresh func(ctx context.Context) error